FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
History for bpython/inspection.py - sthagen/bpython-bpython · GitHub
sthagen
/
bpython-bpython
Public
forked from
bpython/bpython
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Security and quality
0
Insights
Additional navigation options
Code
Security and quality
Insights
Commits
Breadcrumbs
History for
bpython-bpython
bpython
inspection.py
on
main
User selector
Datepicker
Commit history
Commits on Sep 26, 2025
Remove unused imports
sebastinas
committed
9b99543
View commit details
Copy full SHA for 9b99543
View code at this point
Browse repository at this point
Commits on Jun 2, 2025
Upgrade to Python 3.10+
sebastinas
committed
982bd7e
View commit details
Copy full SHA for 982bd7e
View code at this point
Browse repository at this point
Commits on Jan 17, 2025
Upgrade code to 3.9+
sebastinas
committed
9b34424
View commit details
Copy full SHA for 9b34424
View code at this point
Browse repository at this point
Commits on Sep 3, 2023
Handle AttributeError
Show description for 590507b
mikolaj-klikowicz
authored and
sebastinas
committed
590507b
View commit details
Copy full SHA for 590507b
View code at this point
Browse repository at this point
Commits on Jul 20, 2023
Fix __signature__ support if object has a __file__
gpotter2
authored and
sebastinas
committed
d58e392
View commit details
Copy full SHA for d58e392
View code at this point
Browse repository at this point
Commits on Jan 15, 2023
Remove support for Python 3.7 (fixes #940)
sebastinas
committed
46dc081
View commit details
Copy full SHA for 46dc081
View code at this point
Browse repository at this point
Commits on Oct 26, 2022
Unbreak tests after 9173825
sebastinas
committed
6b390db
View commit details
Copy full SHA for 6b390db
View code at this point
Browse repository at this point
Fix inspection of built-in functions with >= 3.11
Show description for 9173825
sebastinas
committed
9173825
View commit details
Copy full SHA for 9173825
View code at this point
Browse repository at this point
Refactor
Show description for 3b89278
sebastinas
committed
3b89278
View commit details
Copy full SHA for 3b89278
View code at this point
Browse repository at this point
Commits on Sep 25, 2022
Refactor
sebastinas
committed
f44b8c2
View commit details
Copy full SHA for f44b8c2
View code at this point
Browse repository at this point
Commits on Sep 14, 2022
Fix typo
sebastinas
committed
f1a5cfb
View commit details
Copy full SHA for f1a5cfb
View code at this point
Browse repository at this point
Commits on Aug 29, 2022
Improve parenthesis checks
sebastinas
committed
424345e
View commit details
Copy full SHA for 424345e
View code at this point
Browse repository at this point
Also directly access staticmethods
sebastinas
committed
c079356
View commit details
Copy full SHA for c079356
View code at this point
Browse repository at this point
Fix a typo
sebastinas
committed
265dd4f
View commit details
Copy full SHA for 265dd4f
View code at this point
Browse repository at this point
Directly access class methods in introspection (fixes #966)
Show description for 1bc255b
sebastinas
committed
1bc255b
View commit details
Copy full SHA for 1bc255b
View code at this point
Browse repository at this point
Implement ContextManager for AttrCleaner
Show description for 3ad203d
sebastinas
committed
3ad203d
View commit details
Copy full SHA for 3ad203d
View code at this point
Browse repository at this point
Hide implementation details
sebastinas
committed
fb923fd
View commit details
Copy full SHA for fb923fd
View code at this point
Browse repository at this point
Hide implementation details
sebastinas
committed
ddd4321
View commit details
Copy full SHA for ddd4321
View code at this point
Browse repository at this point
Commits on Aug 28, 2022
Some clean up
sebastinas
committed
9861730
View commit details
Copy full SHA for 9861730
View code at this point
Browse repository at this point
Turn ArgSpec into a dataclass
sebastinas
committed
84a5467
View commit details
Copy full SHA for 84a5467
View code at this point
Browse repository at this point
Remove an if block that is never executed
sebastinas
committed
ba1dac7
View commit details
Copy full SHA for ba1dac7
View code at this point
Browse repository at this point
Turn FuncProps into a dataclass
sebastinas
committed
d42b21a
View commit details
Copy full SHA for d42b21a
View code at this point
Browse repository at this point
Commits on Aug 26, 2022
Handle type annotations in function signatures
sebastinas
committed
c6e513c
View commit details
Copy full SHA for c6e513c
View code at this point
Browse repository at this point
Commits on Aug 25, 2022
Following handling of empty values according to the documentation
sebastinas
committed
231adb1
View commit details
Copy full SHA for 231adb1
View code at this point
Browse repository at this point
Commits on Dec 8, 2021
Add return type for __enter__
sebastinas
committed
3c9e35d
View commit details
Copy full SHA for 3c9e35d
View code at this point
Browse repository at this point
Add a typing compat module to avoid a dependency on typing-extensions for Py >= 3.8
sebastinas
committed
51ebc86
View commit details
Copy full SHA for 51ebc86
View code at this point
Browse repository at this point
Commits on Nov 7, 2021
Remove get_source_unicode
Show description for f8b5962
sebastinas
committed
f8b5962
View commit details
Copy full SHA for f8b5962
View code at this point
Browse repository at this point
Add some return types
sebastinas
committed
2ba5de0
View commit details
Copy full SHA for 2ba5de0
View code at this point
Browse repository at this point
Commits on Oct 31, 2021
Fix import of Literal
sebastinas
committed
194a000
View commit details
Copy full SHA for 194a000
View code at this point
Browse repository at this point
Commits on Oct 30, 2021
Improve signature of __exit__
sebastinas
committed
f51d61b
View commit details
Copy full SHA for f51d61b
View code at this point
Browse repository at this point
Commits on Oct 10, 2021
Mypy types for autocomplete.py, args.py, config.py and curtsies.py (#929)
thomasballinger
authored
4d744ca
View commit details
Copy full SHA for 4d744ca
View code at this point
Browse repository at this point
Commits on May 16, 2021
Add type annotations
sebastinas
committed
de90c37
View commit details
Copy full SHA for de90c37
View code at this point
Browse repository at this point
Commits on Mar 16, 2021
Treat ... in __doc__ as separator between varargs and kwonly args
sebastinas
committed
30018e4
View commit details
Copy full SHA for 30018e4
View code at this point
Browse repository at this point
Also handle function __doc__ where the signature is split over two or more lines
sebastinas
committed
72e1c4b
View commit details
Copy full SHA for 72e1c4b
View code at this point
Browse repository at this point
Commits on Mar 11, 2021
Assume utf8 encoding (fixes #888)
Show description for 2f4e69a
sebastinas
committed
2f4e69a
View commit details
Copy full SHA for 2f4e69a
View code at this point
Browse repository at this point
Previous
Next
Back
|
FazBrowse Home
|
New Git URL