COMMITS
/ Lib/inspect.py March 2, 2026
D
gh-117865: Speedup import of `inspect` module (#144756)
Daniel Hollas committed
February 24, 2026
B
Fix `inspect.Parameter` docstring on the `kind` attribute (GH-143541)
Bartosz Sławecki committed
February 3, 2026
S
gh-120321: Add gi_state, cr_state, and ag_state attributes (gh-144409)
Sam Gross committed
January 21, 2026
Y
December 11, 2025
B
GH-65961: Stop setting `__cached__` on modules (GH-142165)
Brett Cannon committed
December 8, 2025
V
Fix pyflakes warnings: variable is assigned to but never used (#142294)
Victor Stinner committed
November 12, 2025
J
gh-131116: Fix inspect.getdoc() to work with cached_property objects (GH-131165)
Jacob Austin Lincoln committed
November 11, 2025
S
gh-132686: Add parameters inherit_class_doc and fallback_to_class_doc for inspect.getdoc() (GH-132691)
Serhiy Storchaka committed
October 10, 2025
September 24, 2025
August 28, 2025
August 20, 2025
S
gh-137477: Fix inspect.getblock() for generator expressions (GH-137488)
Serhiy Storchaka committed
August 18, 2025
P
gh-135228: Create __dict__ and __weakref__ descriptors for object (GH-136966)
Petr Viktorin committed
May 10, 2025
J
gh-132493: Remove __annotations__ usage in inspect._signature_is_functionlike (#133415)
Jelle Zijlstra committed
May 5, 2025
H
gh-130645: Add color to stdlib argparse CLIs (gh-133380)
Hugo van Kemenade committed
May 1, 2025
March 10, 2025
P
gh-117174: Add a new route in linecache to fetch interactive source code (#117500)
Pablo Galindo Salgado committed
March 4, 2025
J
gh-128184: Fix display of signatures with ForwardRefs (#130815)
Jelle Zijlstra committed
February 20, 2025
S
gh-127750: Restore inspect and pydoc support of singledispatchmethod (GH-130309)
Serhiy Storchaka committed
February 18, 2025
January 23, 2025
January 20, 2025
January 15, 2025
December 19, 2024
M
gh-127274: Defer nested methods (#128012)
mpage committed
December 8, 2024
November 5, 2024
October 30, 2024
X
gh-126072: do not add `None` to `co_consts` if there is no docstring (GH-126101)
Xuanteng Huang committed
October 27, 2024
Z
gh-125633: Add function `ispackage` to stdlib `inspect` (#125634)
Zhikang Yan committed
October 9, 2024
J
gh-101552: Allow pydoc to display signatures in source format (#124669)
Jelle Zijlstra committed
October 8, 2024
S
gh-116110: remove extra processing for the __signature__ attribute (GH-116234)
Sergey B Kirpichev committed
September 28, 2024
S
gh-123339: Fix cases of inconsistency of __module__ and __firstlineno__ in classes (GH-123613)
Serhiy Storchaka committed
September 26, 2024
D
gh-119127: functools.partial placeholders (gh-119827)
dgpb committed
August 20, 2024
S
gh-122981: Fix inspect.getsource() for generated classes with Python base classes (GH-123001)
Serhiy Storchaka committed
August 11, 2024
J
gh-119180: annotationlib: Fix __all__, formatting (#122365)
Jelle Zijlstra committed
August 6, 2024
K
gh-122058: `Lib/inspect`: Update docstrings for `isfunction`, `isgenerator`, `isframe`, `iscode`. (#122059)
Kirill Podoprigora committed
July 23, 2024
J
gh-119180: Add `annotationlib` module to support PEP 649 (#119891)
Jelle Zijlstra committed
June 27, 2024
S
gh-121027: Add a future warning in functools.partial.__get__ (#121086)
Serhiy Storchaka committed
June 18, 2024
J
gh-120381: Fix inspect.ismethoddescriptor() (#120383)
Jan Kaliszewski committed
June 13, 2024
A
gh-114053: Fix bad interaction of PEP 695, PEP 563 and `inspect.get_annotations` (#120270)
Alex Waygood committed
June 11, 2024
J
gh-119180: PEP 649 compiler changes (#119361)
Jelle Zijlstra committed
June 7, 2024
N
gh-120200: Fix `inspect.iscoroutinefunction(inspect) is True` corner case (#120214)
Nikita Sobolev committed
May 13, 2024
May 6, 2024
S
gh-118465: Add __firstlineno__ attribute to class (GH-118475)
Serhiy Storchaka committed
May 2, 2024
S
gh-82062: Fix support of parameter defaults on methods in extension modules (GH-115270)
Sergey B Kirpichev committed
April 30, 2024
S
gh-118404: Fix inspect.signature() for non-comparable callables (GH-118405)
Serhiy Storchaka committed
April 29, 2024
S
gh-118285: Fix signatures of operator.{attrgetter,itemgetter,methodcaller} instances (GH-118316)
Serhiy Storchaka committed
April 24, 2024
A
gh-118013: Use weakrefs for the cache key in `inspect._shadowed_dict` (#118202)
Alex Waygood committed
March 21, 2024
T
gh-116987: Support class code objects in inspect.findsource() (GH-117025)
Tian Gao committed
March 19, 2024
R
gh-114099 - Add iOS framework loading machinery. (GH-116454)
Russell Keith-Magee committed
March 1, 2024
S
gh-101293: Fix support of custom callables and types in inspect.Signature.from_callable() (GH-115530)
Serhiy Storchaka committed