index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Lib
/
inspect.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
bpo-29418: Implement inspect.ismethodwrapper and fix inspect.isroutine for ca...
Hakan Çelik
2022-02-16
1
-9/+11
*
bpo-46565: `del` loop vars that are leaking into module namespaces (GH-30993)
Nikita Sobolev
2022-02-03
1
-0/+1
*
bpo-46103: Fix inspect.getmembers to only get __bases__ from class (GH-30147)
Weipeng Hong
2022-01-23
1
-13/+13
*
bpo-43118: Fix bug in inspect.signature around 'base.__text_signature__' (GH-...
Weipeng Hong
2022-01-21
1
-2/+2
*
bpo-46409: Make generators in bytecode (GH-30633)
Mark Shannon
2022-01-20
1
-6/+6
*
bpo-40066: [Enum] skip failing doc test (GH-30637)
Kumar Aditya
2022-01-17
1
-16/+14
*
Revert "bpo-40066: [Enum] update str() and format() output (GH-30582)" (GH-3...
Victor Stinner
2022-01-17
1
-14/+16
*
bpo-40066: [Enum] update str() and format() output (GH-30582)
Ethan Furman
2022-01-16
1
-16/+14
*
Remove spaces in empty lines (GH-30121)
AN Long
2021-12-15
1
-3/+3
*
bpo-27062: add `__all__` to inspect module (GH-30003)
Kumar Aditya
2021-12-10
1
-1/+100
*
bpo-30533:Add function inspect.getmembers_static that does not call propertie...
Weipeng Hong
2021-11-30
1
-4/+21
*
bpo-45406: make inspect.getmodule() return None when getabsfile() raises File...
Irit Katriel
2021-11-02
1
-1/+1
*
bpo-45438: format of inspect.Signature with generic builtins (#29212)
Martin Rueckl
2021-10-27
1
-0/+2
*
bpo-45320: Remove long-deprecated inspect methods (GH-28618)
Hugo van Kemenade
2021-10-20
1
-113/+0
*
bpo-30951: Correct co_names docstring in inspect module (GH-2743)
Alex Vig
2021-09-24
1
-1/+1
*
bpo-44648: Fix error type in inspect.getsource() in interactive session (GH-2...
andrei kulakov
2021-07-30
1
-0/+2
*
bpo-40897:Give priority to using the current class constructor in `inspect.si...
Weipeng Hong
2021-07-16
1
-8/+16
*
bpo-35113: clean up duplicate import and comment (#27073)
andrei kulakov
2021-07-13
1
-4/+0
*
bpo-20684: Remove unused inspect._signature_get_bound_param (GH-21100)
Anthony Sottile
2021-05-22
1
-23/+0
*
bpo-43817: Add inspect.get_annotations(). (#25522)
larryhastings
2021-04-30
1
-14/+135
*
bpo-38605: Revert making 'from __future__ import annotations' the default (GH...
Pablo Galindo
2021-04-21
1
-17/+2
*
bpo-40066: Enum: modify `repr()` and `str()` (GH-22392)
Ethan Furman
2021-03-31
1
-3/+0
*
bpo-42901: [Enum] move member creation to `__set_name__` (GH-24196)
Ethan Furman
2021-01-13
1
-1/+1
*
bpo-41960: Add globalns and localns parameters to inspect.signature and Signa...
Batuhan Taskaya
2020-12-23
1
-49/+31
*
bpo-17735: inspect.findsource now raises OSError when co_lineno is out of ran...
Irit Katriel
2020-12-04
1
-1/+6
*
bpo-42116: Fix inspect.getsource handling of trailing comments (GH-23630)
Irit Katriel
2020-12-04
1
-0/+7
*
bpo-42133: update parts of the stdlib to fall back to `__spec__.loader` when ...
Brett Cannon
2020-11-07
1
-2/+5
*
bpo-38605: Make 'from __future__ import annotations' the default (GH-20434)
Batuhan Taskaya
2020-10-06
1
-2/+17
*
bpo-40257: Revert changes to inspect.getdoc() (GH-20073)
Serhiy Storchaka
2020-05-18
1
-17/+16
*
bpo-35113: Fix inspect.getsource to return correct source for inner classes (...
Karthikeyan Singaravelan
2020-04-18
1
-19/+46
*
bpo-40257: Output object's own docstring in pydoc (GH-19479)
Serhiy Storchaka
2020-04-15
1
-16/+17
*
bpo-39957: Change Signature.parameters to OrderedDict (GH-18988)
Jens Reidel
2020-03-18
1
-4/+4
*
bpo-13487: Use sys.modules.copy() in inspect.getmodule() for thread safety. (...
Gregory P. Smith
2020-03-05
1
-1/+1
*
bpo-39775: inspect: Change Signature.parameters back to OrderedDict. (GH-18684)
Inada Naoki
2020-03-02
1
-10/+12
*
bpo-36350: inspect: Replace OrderedDict with dict. (GH-12412)
Rémi Lapeyre
2020-01-28
1
-21/+18
*
Remove unnecessary variable definition (GH-17368)
Batuhan Taşkaya
2019-11-24
1
-1/+0
*
bpo-38478: Correctly handle keyword argument with same name as positional-onl...
Pablo Galindo
2019-10-15
1
-1/+1
*
bpo-34706: Preserve subclassing in inspect.Signature.from_callable (GH-16108)
Gregory P. Smith
2019-09-13
1
-1/+1
*
bpo-38059: Using sys.exit() over exit() in inspect.py (GH-15666)
Alan Yee
2019-09-09
1
-2/+2
*
bpo-38026: fix inspect.getattr_static (GH-15676)
Inada Naoki
2019-09-05
1
-2/+2
*
bpo-37173: Show passed class in inspect.getfile error (GH-13861)
Philipp A
2019-06-08
1
-3/+3
*
bpo-37122: Make co->co_argcount represent the total number of positonal argum...
Pablo Galindo
2019-06-01
1
-18/+10
*
bpo-37116: Use PEP 570 syntax for positional-only parameters. (GH-13700)
Serhiy Storchaka
2019-06-01
1
-7/+5
*
bpo-36751: Undeprecate getfullargspec (GH-13245)
Pablo Galindo
2019-05-16
1
-6/+0
*
bpo-36542: Allow to overwrite the signature for Python functions. (GH-12705)
Serhiy Storchaka
2019-05-06
1
-2/+7
*
MNT: set stacklevel in the getfullargspec deprecation warning to 2 (GH-13029)
Thomas A Caswell
2019-05-01
1
-1/+1
*
bpo-36751: Deprecate getfullargspec and report positional-only args as regula...
Pablo Galindo
2019-04-30
1
-25/+18
*
bpo-36540: PEP 570 -- Implementation (GH-12701)
Pablo Galindo
2019-04-29
1
-37/+59
*
bpo-33261: guard access to __code__ attribute in inspect (GH-6448)
Jeroen Demeyer
2019-04-02
1
-9/+14
*
bpo-36326: Let inspect.getdoc() find docstrings for __slots__ (GH-12498)
Raymond Hettinger
2019-03-25
1
-1/+4
[next]