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
/
Doc
/
library
/
inspect.rst
Commit message (
Expand
)
Author
Age
Files
Lines
*
[3.13] gh-101100: Add a table of class attributes to the "Custom classes" sec...
Alex Waygood
2024-09-26
1
-1/+1
*
[3.13] gh-118577: Clarify that inspect.BoundArguments prefers to put values i...
Miss Islington (bot)
2024-09-24
1
-1/+2
*
[3.13] gh-123492: Remove unnecessary `:func:` parentheses (gh-123493) (#123513)
Wei-Hsiang (Matt) Wang
2024-08-30
1
-6/+6
*
[3.13] Docs: spelling and grammar fixes (GH-122084) (#122106)
Miss Islington (bot)
2024-07-22
1
-2/+2
*
[3.13] gh-120773: document introspective attributes of an async generator obj...
Miss Islington (bot)
2024-06-21
1
-214/+227
*
[3.13] gh-120381: Fix inspect.ismethoddescriptor() (GH-120684)
Miss Islington (bot)
2024-06-19
1
-3/+8
*
[3.13] docs: module page titles should not start with a link to themselves (G...
Miss Islington (bot)
2024-05-08
1
-2/+2
*
gh-116782: Mention `__type_params__` in `inspect.getmembers` docs (#116783)
Nikita Sobolev
2024-03-15
1
-0/+10
*
gh-115937: Remove implementation details from inspect.signature() docs (#116086)
Erlend E. Aasland
2024-02-29
1
-3/+7
*
bpo-38364: unwrap partialmethods just like we unwrap partials (#16600)
Martijn Pieters
2024-02-15
1
-0/+10
*
gh-101100: Improve documentation on function attributes (#112933)
Alex Waygood
2023-12-11
1
-2/+3
*
gh-101100: Improve documentation for attributes on instance methods (#112832)
Alex Waygood
2023-12-08
1
-1/+1
*
gh-101100: Improve documentation of code object attributes (#112781)
Alex Waygood
2023-12-06
1
-2/+2
*
gh-101100: Properly document frame object attributes (#112735)
Alex Waygood
2023-12-05
1
-2/+2
*
gh-101100: Fix most Sphinx nitpicks in `inspect.rst` (#112662)
Alex Waygood
2023-12-03
1
-6/+9
*
Run more `inspect.rst` code snippets in CI (#112654)
Alex Waygood
2023-12-03
1
-28/+38
*
gh-112316: improve docs for `inspect.signature` and `inspect.Signature` (#112...
Alex Waygood
2023-12-03
1
-36/+55
*
gh-112139: Add `inspect.Signature.format` and use it in `pydoc` (#112143)
Nikita Sobolev
2023-12-02
1
-0/+11
*
gh-112316: Improve docs of `inspect.signature` and `Signature.from_callable` ...
Nikita Sobolev
2023-12-02
1
-19/+18
*
gh-106310 - document the __signature__ attribute (#106311)
Gouvernathor
2023-10-20
1
-0/+5
*
gh-110631: Fix reST indentation in `Doc/library` (#110685)
Ezio Melotti
2023-10-11
1
-12/+15
*
Docs: Avoid the deprecated ``.. cmdoption::`` directive (#110292)
Adam Turner
2023-10-03
1
-1/+1
*
gh-108751: Add copy.replace() function (GH-108752)
Serhiy Storchaka
2023-09-06
1
-3/+8
*
gh-108857: improve markup in inspect.Signature.replace() docs (#108862)
nabin2004
2023-09-06
1
-1/+1
*
gh-102500: Document PEP 688 (#102571)
Jelle Zijlstra
2023-05-04
1
-0/+33
*
gh-98239: Document that `inspect.getsource()` can raise `TypeError` (#101689)
Nikita Sobolev
2023-03-23
1
-0/+4
*
gh-79940: add introspection API for asynchronous generators to `inspect` modu...
Thomas Krennwallner
2023-03-11
1
-2/+26
*
gh-102296 Document that inspect.Parameter kinds support ordering (GH-102297)
Gouvernathor
2023-02-27
1
-2/+3
*
GH-101898: Fix missing term references for hashable definition (#101899)
Furkan Onder
2023-02-14
1
-2/+2
*
gh-94912: Added marker for non-standard coroutine function detection (#99247)
Carlton Gibson
2022-12-18
1
-2/+23
*
gh-99087: Add missing newline for prompts in docs (GH-98993)
Stanley
2022-12-09
1
-0/+2
*
gh-64019: Have attribute table in `inspect` docs link to module attributes in...
Stanley
2022-11-25
1
-6/+1
*
gh-95913: Copyedit & xref FrameInfo in Whatsnew inspect section (#98304)
C.A.M. Gerlach
2022-10-22
1
-7/+15
*
Docs: remove redundant "adverb-adjective" hyphens from compound modifiers (GH...
Ned Batchelder
2022-07-05
1
-2/+2
*
bpo-40838: document `getdoc`, `getmodule`, `getsourcefile` in `inspect` retur...
Nikita Sobolev
2022-05-18
1
-2/+5
*
gh-88116: Enhance the inspect frame APIs to use the extended position informa...
Pablo Galindo Salgado
2022-04-23
1
-24/+102
*
bpo-45492: Corrected documentation for co_names in inspect library doc (GH-31...
slateny
2022-03-02
1
-2/+3
*
bpo-29418: Implement inspect.ismethodwrapper and fix inspect.isroutine for ca...
Hakan Çelik
2022-02-16
1
-0/+8
*
bpo-30533: Add docs for `inspect.getmembers_static` (#29874)
Weipeng Hong
2021-12-01
1
-0/+18
*
bpo-45320: Remove long-deprecated inspect methods (GH-28618)
Hugo van Kemenade
2021-10-20
1
-47/+0
*
bpo-44530: Document the new CodeObject.co_qualname attribute (GH-27052)
Pablo Galindo
2021-07-07
1
-0/+4
*
bpo-43693 Get rid of CO_NOFREE -- it's unused (GH-26839)
Guido van Rossum
2021-06-23
1
-4/+0
*
[doc] Fix indentation in inspect documentation (GH-24846)
Numerlor
2021-05-21
1
-4/+4
*
bpo-43987: Add "Annotations Best Practices" HOWTO doc. (#25746)
larryhastings
2021-05-02
1
-0/+7
*
bpo-43817: Add inspect.get_annotations(). (#25522)
larryhastings
2021-04-30
1
-12/+64
*
bpo-42990: Add __builtins__ attribute to functions (GH-24559)
Victor Stinner
2021-02-18
1
-0/+6
*
bpo-41960: Add globalns and localns parameters to inspect.signature and Signa...
Batuhan Taskaya
2020-12-23
1
-3/+19
*
[doc] Fix erroneous backslashes in signatures and names (GH-23658)
Andre Delfino
2020-12-17
1
-4/+4
*
bpo-40257: Revert changes to inspect.getdoc() (GH-20073)
Serhiy Storchaka
2020-05-18
1
-4/+1
*
bpo-40257: Output object's own docstring in pydoc (GH-19479)
Serhiy Storchaka
2020-04-15
1
-1/+4
[next]