COMMITS
/ Lib/test/test_inspect/test_inspect.py May 10, 2026
S
gh-149083: use sentinel to fix _functools.reduce() signature (#149591)
Sergey B Kirpichev committed
May 6, 2026
J
gh-141560: Add annotation_format parameter to getfullargspec (#149457)
Jelle Zijlstra committed
May 4, 2026
A
gh-149010: Improve reliability of inspect CLI (#149357)
Alyssa Coghlan committed
March 2, 2026
D
gh-117865: Speedup import of `inspect` module (#144756)
Daniel Hollas committed
February 21, 2026
B
gh-143698: correctly check `scheduler` and `setpgroup` values for `os.posix_spawn[p]` (#143699)
Bénédikt Tran committed
February 17, 2026
V
gh-141510, PEP 814: Add built-in frozendict type (#144757)
Victor Stinner committed
February 16, 2026
G
gh-86519: Add prefixmatch APIs to the re module (GH-31137)
Gregory P. Smith committed
February 10, 2026
January 20, 2026
Y
gh-143999: Fix: handle suspended state on types.coroutine wrappers (GH-144000)
Yongtao Huang committed
January 16, 2026
S
gh-143672: Finish conversion of the struct module to Argument Clinic (GH-143857)
Serhiy Storchaka committed
December 11, 2025
B
GH-65961: Stop setting `__cached__` on modules (GH-142165)
Brett Cannon 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
October 6, 2025
S
gh-133210: Fix `test_inspect` without docstrings (#139651)
sobolevn committed
September 10, 2025
S
gh-138729: Cover `inspect.formatannotationrelativeto` with tests (#138730)
sobolevn committed
August 28, 2025
August 20, 2025
S
gh-137477: Fix inspect.getblock() for generator expressions (GH-137488)
Serhiy Storchaka committed
August 9, 2025
S
gh-136571: Convert more code in datetime to Argument Clinic (GH-136573)
Serhiy Storchaka committed
July 20, 2025
P
gh-136492: Add `FrameLocalsProxyType` to `types` (GH-136546)
Peter Bierma committed
July 12, 2025
S
gh-136549: Fix signature of threading.excepthook() (GH-136559)
Serhiy Storchaka committed
July 9, 2025
J
gh-134657: Remove newly added private names from asyncio.__all__ (#134665)
Jelle Zijlstra committed
June 18, 2025
H
gh-127146: Emscripten: Fix test failure due to missing os.link (#135626)
Hood Chatham committed
May 22, 2025
S
gh-71339: Use new assertion methods in tests (GH-129046)
Serhiy Storchaka committed
May 10, 2025
J
gh-132493: Remove __annotations__ usage in inspect._signature_is_functionlike (#133415)
Jelle Zijlstra committed
May 9, 2025
B
gh-133644: Remove deprecated Python initialization getter functions (#133661)
Bénédikt Tran committed
May 4, 2025
S
gh-81793: Always call linkat() from os.link(), if available (GH-132517)
Serhiy Storchaka committed
May 1, 2025
April 21, 2025
P
gh-127604: Add C stack dumps to `faulthandler` (#128159)
Peter Bierma committed
April 5, 2025
J
gh-129463, gh-128593: Simplify ForwardRef (#129465)
Jelle Zijlstra committed
March 4, 2025
J
gh-105499: Merge typing.Union and types.UnionType (#105511)
Jelle Zijlstra committed
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 21, 2025
H
gh-127873: Only check `sys.flags.ignore_environment` for `PYTHON*` env vars (#127877)
Hugo van Kemenade committed
January 10, 2025
S
gh-128694: Fix `(env changed)` error in `test_inspect` (#128702)
sobolevn committed
December 28, 2024
T
gh-128265: Support WASI/Emscripten on PDB tests, by removing asyncio from pdb tests (#128264)
Thomas Grainger committed
December 24, 2024
T
gh-127949: fix `DeprecationWarning` in test_inspect.py (#128215)
Thomas Grainger committed
December 18, 2024
K
gh-127949: deprecate `asyncio.set_event_loop_policy` (#128024)
Kumar Aditya committed
December 8, 2024
November 5, 2024
November 1, 2024
S
gh-125916: Adapt functools.reduce() to Argument Clinic (#125999)
Sergey B Kirpichev committed
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 24, 2024
S
gh-125900: Clean-up logic around immortalization in free-threading (#125901)
Sam Gross 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