COMMITS
/ Doc/library/inspect.rst May 30, 2026
J
gh-150501: Correct `inspect.getattr_static` docs signature (#150504)
Jonathan Dung committed
May 18, 2026
May 13, 2026
May 7, 2026
H
Python 3.15.0b1
Hugo van Kemenade 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
April 25, 2026
S
gh-134690: Removed deprecated `codetype.co_lnotab` (#134691)
sobolevn committed
February 19, 2026
N
Docs: remove unneeded author attributions (#145002)
Ned Batchelder committed
February 11, 2026
H
Python 3.15.0a6
Hugo van Kemenade committed
February 6, 2026
N
Docs: module pages should not link to themselves (#144505)
Ned Batchelder committed
February 3, 2026
S
gh-120321: Add gi_state, cr_state, and ag_state attributes (gh-144409)
Sam Gross committed
January 23, 2026
Y
Doc: fix incorrect reference in `isasyncgenfunction` docs (GH-144099)
Yongtao Huang committed
December 28, 2025
December 14, 2025
S
typo fixes in docs (#142683)
SYan212 committed
November 18, 2025
H
Python 3.15.0a2
Hugo van Kemenade committed
November 17, 2025
S
gh-130160: Add anchors to CLI Usage section for `cmdline` (#133182)
Semyon Moroz 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
September 17, 2025
D
gh-138966: Add description for `gi_suspended` attribute (GH-139008)
Donghoon Nam committed
September 8, 2025
A
GH-101100: Remove some entries from ``nitpick_ignore`` (#138464)
Adam Turner committed
September 5, 2025
J
annotationlib: add note on security to docs (#138508)
Jelle Zijlstra committed
February 11, 2025
H
Python 3.14.0a5
Hugo van Kemenade committed
January 22, 2025
Y
December 19, 2024
M
gh-127274: Defer nested methods (#128012)
mpage 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 9, 2024
J
gh-101552: Allow pydoc to display signatures in source format (#124669)
Jelle Zijlstra committed
September 25, 2024
September 12, 2024
N
gh-118577: Clarify that inspect.BoundArguments prefers to put values in args (GH-119936)
Nice Zombies committed
September 11, 2024
J
gh-119180: Documentation for PEP 649 and 749 (#122235)
Jelle Zijlstra committed
August 30, 2024
W
gh-123492: Remove unnecessary `:func:` parentheses (#123493)
Wei-Hsiang (Matt) Wang committed
August 6, 2024
K
gh-122058: `Lib/inspect`: Update docstrings for `isfunction`, `isgenerator`, `isframe`, `iscode`. (#122059)
Kirill Podoprigora committed
July 22, 2024
V
Docs: spelling and grammar fixes (#122084)
Ville Skyttä committed
June 21, 2024
June 18, 2024
J
gh-120381: Fix inspect.ismethoddescriptor() (#120383)
Jan Kaliszewski committed
May 8, 2024
N
docs: module page titles should not start with a link to themselves (#117099)
Ned Batchelder committed
March 15, 2024
N
gh-116782: Mention `__type_params__` in `inspect.getmembers` docs (#116783)
Nikita Sobolev committed
February 29, 2024
E
gh-115937: Remove implementation details from inspect.signature() docs (#116086)
Erlend E. Aasland committed
February 15, 2024
M
bpo-38364: unwrap partialmethods just like we unwrap partials (#16600)
Martijn Pieters committed
December 11, 2023
A
gh-101100: Improve documentation on function attributes (#112933)
Alex Waygood committed
December 8, 2023
A
gh-101100: Improve documentation for attributes on instance methods (#112832)
Alex Waygood committed
December 6, 2023
A
gh-101100: Improve documentation of code object attributes (#112781)
Alex Waygood committed
December 5, 2023
A
gh-101100: Properly document frame object attributes (#112735)
Alex Waygood committed
December 3, 2023
A
gh-101100: Fix most Sphinx nitpicks in `inspect.rst` (#112662)
Alex Waygood committed
A
Run more `inspect.rst` code snippets in CI (#112654)
Alex Waygood committed
A
gh-112316: improve docs for `inspect.signature` and `inspect.Signature` (#112631)
Alex Waygood committed
December 2, 2023
N
gh-112139: Add `inspect.Signature.format` and use it in `pydoc` (#112143)
Nikita Sobolev committed
N
gh-112316: Improve docs of `inspect.signature` and `Signature.from_callable` (#112317)
Nikita Sobolev committed
October 20, 2023
G
gh-106310 - document the __signature__ attribute (#106311)
Gouvernathor committed
October 11, 2023
E
gh-110631: Fix reST indentation in `Doc/library` (#110685)
Ezio Melotti committed