summaryrefslogtreecommitdiffstats
path: root/Doc/library/inspect.rst
Commit message (Expand)AuthorAgeFilesLines
* [3.12] docs: module page titles should not start with a link to themselves (G...Miss Islington (bot)2024-05-081-2/+2
* [3.12] gh-116782: Mention `__type_params__` in `inspect.getmembers` docs (GH-...Miss Islington (bot)2024-03-151-0/+10
* [3.12] gh-115937: Remove implementation details from inspect.signature() docs...Miss Islington (bot)2024-02-291-3/+7
* [3.12] gh-101100: Improve documentation on function attributes (GH-112933) (#...Hugo van Kemenade2023-12-121-2/+3
* [3.12] gh-101100: Improve documentation for attributes on instance methods (G...Miss Islington (bot)2023-12-081-1/+1
* [3.12] gh-101100: Improve documentation of code object attributes (#112781) (...Alex Waygood2023-12-061-2/+2
* [3.12] gh-101100: Properly document frame object attributes (GH-112735) (#112...Miss Islington (bot)2023-12-051-2/+2
* [3.12] gh-101100: Fix most Sphinx nitpicks in `inspect.rst` (GH-112662) (#112...Miss Islington (bot)2023-12-031-6/+9
* [3.12] Run more `inspect.rst` code snippets in CI (GH-112654) (#112655)Miss Islington (bot)2023-12-031-28/+38
* [3.12] gh-112316: improve docs for `inspect.signature` and `inspect.Signature...Alex Waygood2023-12-031-33/+51
* [3.12] gh-112316: Improve docs of `inspect.signature` and `Signature.from_cal...Alex Waygood2023-12-021-19/+18
* [3.12] gh-106310 - document the __signature__ attribute (GH-106311) (#111145)Miss Islington (bot)2023-10-231-0/+5
* [3.12] gh-110631: Fix reST indentation in `Doc/library` (GH-110685) (#110736)Miss Islington (bot)2023-10-111-12/+15
* [3.12] Docs: Avoid the deprecated ``.. cmdoption::`` directive (GH-110292) (#...Adam Turner2023-10-031-1/+1
* [3.12] gh-108857: improve markup in inspect.Signature.replace() docs (GH-1088...Miss Islington (bot)2023-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
* bpo-42990: Add __builtins__ attribute to functions (GH-24559)Victor Stinner2021-02-181-0/+6
* bpo-41960: Add globalns and localns parameters to inspect.signature and Signa...Batuhan Taskaya2020-12-231-3/+19
* [doc] Fix erroneous backslashes in signatures and names (GH-23658)Andre Delfino2020-12-171-4/+4
* bpo-40257: Revert changes to inspect.getdoc() (GH-20073)Serhiy Storchaka2020-05-181-4/+1
* bpo-40257: Output object's own docstring in pydoc (GH-19479)Serhiy Storchaka2020-04-151-1/+4
* bpo-39775: inspect: Change Signature.parameters back to OrderedDict. (GH-18684)Inada Naoki2020-03-021-7/+4
* bpo-36350: inspect: Replace OrderedDict with dict. (GH-12412)Rémi Lapeyre2020-01-281-8/+14
* bpo-38918: Add __module__ entry for function & method type in inspect docs ta...Parth Sharma2019-12-201-0/+6
* Fix the description of isdatadescriptor in inspect.rst (#16645)HongWeipeng2019-11-151-1/+1
* bpo-38738: Fix formatting of True and False. (GH-17083)Serhiy Storchaka2019-11-121-25/+25
* bpo-37116: Use PEP 570 syntax for positional-only parameters. (GH-13700)Serhiy Storchaka2019-06-011-1/+1
* bpo-36540: Documentation for PEP570 - Python positional only arguments (#13202)Pablo Galindo2019-05-281-7/+6
* bpo-36751: Undeprecate getfullargspec (GH-13245)Pablo Galindo2019-05-161-5/+0
* bpo-36751: Deprecate getfullargspec and report positional-only args as regula...Pablo Galindo2019-04-301-0/+5