summaryrefslogtreecommitdiffstats
path: root/Doc/library/inspect.rst
Commit message (Expand)AuthorAgeFilesLines
* gh-126072: do not add `None` to `co_consts` if there is no docstring (GH-126101)Xuanteng Huang2024-10-301-0/+8
* gh-125633: Add function `ispackage` to stdlib `inspect` (#125634)Zhikang Yan2024-10-271-0/+7
* gh-101552: Allow pydoc to display signatures in source format (#124669)Jelle Zijlstra2024-10-091-4/+21
* gh-101100: Add a table of class attributes to the "Custom classes" section of...Alex Waygood2024-09-251-1/+1
* gh-118577: Clarify that inspect.BoundArguments prefers to put values in args ...Nice Zombies2024-09-121-1/+2
* gh-119180: Documentation for PEP 649 and 749 (#122235)Jelle Zijlstra2024-09-111-56/+13
* gh-123492: Remove unnecessary `:func:` parentheses (#123493)Wei-Hsiang (Matt) Wang2024-08-301-6/+6
* gh-122058: `Lib/inspect`: Update docstrings for `isfunction`, `isgenerator`, ...Kirill Podoprigora2024-08-061-0/+25
* Docs: spelling and grammar fixes (#122084)Ville Skyttä2024-07-221-2/+2
* gh-120773: document introspective attributes of an async generator object in ...blhsing2024-06-211-214/+227
* gh-120381: Fix inspect.ismethoddescriptor() (#120383)Jan Kaliszewski2024-06-181-3/+8
* docs: module page titles should not start with a link to themselves (#117099)Ned Batchelder2024-05-081-2/+2
* gh-116782: Mention `__type_params__` in `inspect.getmembers` docs (#116783)Nikita Sobolev2024-03-151-0/+10
* gh-115937: Remove implementation details from inspect.signature() docs (#116086)Erlend E. Aasland2024-02-291-3/+7
* bpo-38364: unwrap partialmethods just like we unwrap partials (#16600)Martijn Pieters2024-02-151-0/+10
* gh-101100: Improve documentation on function attributes (#112933)Alex Waygood2023-12-111-2/+3
* gh-101100: Improve documentation for attributes on instance methods (#112832)Alex Waygood2023-12-081-1/+1
* gh-101100: Improve documentation of code object attributes (#112781)Alex Waygood2023-12-061-2/+2
* gh-101100: Properly document frame object attributes (#112735)Alex Waygood2023-12-051-2/+2
* gh-101100: Fix most Sphinx nitpicks in `inspect.rst` (#112662)Alex Waygood2023-12-031-6/+9
* Run more `inspect.rst` code snippets in CI (#112654)Alex Waygood2023-12-031-28/+38
* gh-112316: improve docs for `inspect.signature` and `inspect.Signature` (#112...Alex Waygood2023-12-031-36/+55
* gh-112139: Add `inspect.Signature.format` and use it in `pydoc` (#112143)Nikita Sobolev2023-12-021-0/+11
* gh-112316: Improve docs of `inspect.signature` and `Signature.from_callable` ...Nikita Sobolev2023-12-021-19/+18
* gh-106310 - document the __signature__ attribute (#106311)Gouvernathor2023-10-201-0/+5
* gh-110631: Fix reST indentation in `Doc/library` (#110685)Ezio Melotti2023-10-111-12/+15
* Docs: Avoid the deprecated ``.. cmdoption::`` directive (#110292)Adam Turner2023-10-031-1/+1
* gh-108751: Add copy.replace() function (GH-108752)Serhiy Storchaka2023-09-061-3/+8
* gh-108857: improve markup in inspect.Signature.replace() docs (#108862)nabin20042023-09-061-1/+1
* gh-102500: Document PEP 688 (#102571)Jelle Zijlstra2023-05-041-0/+33
* gh-98239: Document that `inspect.getsource()` can raise `TypeError` (#101689)Nikita Sobolev2023-03-231-0/+4
* gh-79940: add introspection API for asynchronous generators to `inspect` modu...Thomas Krennwallner2023-03-111-2/+26
* gh-102296 Document that inspect.Parameter kinds support ordering (GH-102297)Gouvernathor2023-02-271-2/+3
* GH-101898: Fix missing term references for hashable definition (#101899)Furkan Onder2023-02-141-2/+2
* gh-94912: Added marker for non-standard coroutine function detection (#99247)Carlton Gibson2022-12-181-2/+23
* gh-99087: Add missing newline for prompts in docs (GH-98993)Stanley2022-12-091-0/+2
* gh-64019: Have attribute table in `inspect` docs link to module attributes in...Stanley2022-11-251-6/+1
* gh-95913: Copyedit & xref FrameInfo in Whatsnew inspect section (#98304)C.A.M. Gerlach2022-10-221-7/+15
* Docs: remove redundant "adverb-adjective" hyphens from compound modifiers (GH...Ned Batchelder2022-07-051-2/+2
* bpo-40838: document `getdoc`, `getmodule`, `getsourcefile` in `inspect` retur...Nikita Sobolev2022-05-181-2/+5
* gh-88116: Enhance the inspect frame APIs to use the extended position informa...Pablo Galindo Salgado2022-04-231-24/+102
* bpo-45492: Corrected documentation for co_names in inspect library doc (GH-31...slateny2022-03-021-2/+3
* bpo-29418: Implement inspect.ismethodwrapper and fix inspect.isroutine for ca...Hakan Çelik2022-02-161-0/+8
* bpo-30533: Add docs for `inspect.getmembers_static` (#29874)Weipeng Hong2021-12-011-0/+18
* bpo-45320: Remove long-deprecated inspect methods (GH-28618)Hugo van Kemenade2021-10-201-47/+0
* bpo-44530: Document the new CodeObject.co_qualname attribute (GH-27052)Pablo Galindo2021-07-071-0/+4
* bpo-43693 Get rid of CO_NOFREE -- it's unused (GH-26839)Guido van Rossum2021-06-231-4/+0
* [doc] Fix indentation in inspect documentation (GH-24846)Numerlor2021-05-211-4/+4
* bpo-43987: Add "Annotations Best Practices" HOWTO doc. (#25746)larryhastings2021-05-021-0/+7
* bpo-43817: Add inspect.get_annotations(). (#25522)larryhastings2021-04-301-12/+64