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
*
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
*
bpo-39775: inspect: Change Signature.parameters back to OrderedDict. (GH-18684)
Inada Naoki
2020-03-02
1
-7/+4
*
bpo-36350: inspect: Replace OrderedDict with dict. (GH-12412)
Rémi Lapeyre
2020-01-28
1
-8/+14
*
bpo-38918: Add __module__ entry for function & method type in inspect docs ta...
Parth Sharma
2019-12-20
1
-0/+6
*
Fix the description of isdatadescriptor in inspect.rst (#16645)
HongWeipeng
2019-11-15
1
-1/+1
*
bpo-38738: Fix formatting of True and False. (GH-17083)
Serhiy Storchaka
2019-11-12
1
-25/+25
*
bpo-37116: Use PEP 570 syntax for positional-only parameters. (GH-13700)
Serhiy Storchaka
2019-06-01
1
-1/+1
*
bpo-36540: Documentation for PEP570 - Python positional only arguments (#13202)
Pablo Galindo
2019-05-28
1
-7/+6
*
bpo-36751: Undeprecate getfullargspec (GH-13245)
Pablo Galindo
2019-05-16
1
-5/+0
*
bpo-36751: Deprecate getfullargspec and report positional-only args as regula...
Pablo Galindo
2019-04-30
1
-0/+5
*
bpo-21314: Add a FAQ entry about positional only parameters (GH-10641)
Lysandros Nikolaou
2019-03-10
1
-0/+4
*
bpo-34890: Make iscoroutinefunction, isgeneratorfunction and isasyncgenfuncti...
Pablo Galindo
2018-10-26
1
-0/+12
*
bpo-35038: AttributeError: 'frame' object has no attribute 'f_restricted'. (G...
Stéphane Wirtel
2018-10-25
1
-3/+0
*
Fix "Python" casing in a few places (GH-9001)
Andrés Delfino
2018-09-14
1
-1/+1
*
bpo-33197: Add versionadded tag to the documentation of ParameterKind (GH-7536)
Dong-hee Na
2018-06-08
1
-0/+2
*
bpo-33197: Add description property for _ParameterKind. (GH-7206)
Dong-hee Na
2018-06-08
1
-0/+17
*
Clarify the inspect.getmembers predicate parameter (#6615)
Brian Curtin
2018-04-26
1
-3/+4
*
bpo-32697: Definition order of kwonly params is now guaranteed preserved. (#5...
larryhastings
2018-01-28
1
-2/+13
*
bpo-32591: Add native coroutine origin tracking (#5250)
Nathaniel J. Smith
2018-01-21
1
-0/+10
*
bpo-26985: Add missing info of code object in inspect documentation (GH-1090)
Xiang Zhang
2017-04-13
1
-179/+200
*
bpo-16355: Clarify when inspect.getcomments() returns None (#428)
Marco Buttu
2017-03-17
1
-1/+3
*
bpo-28814: Undeprecate inadvertently deprecated inspect functions. (#122)
Matthias Bussonnier
2017-02-22
1
-8/+4
*
Issue #28091: Document PEP 525 & PEP 530.
Yury Selivanov
2016-12-15
1
-0/+21
*
Issue #27172: Undeprecate inspect.getfullargspec()
Nick Coghlan
2016-12-02
1
-17/+37
*
Issue #26010: fix typos; rewording
Yury Selivanov
2016-10-20
1
-10/+10
*
Merge 3.5 + document CO_ASYNC_GENERATOR; issue #26010
Yury Selivanov
2016-10-20
1
-3/+66
|
\
|
*
Issue #26010: Document CO_* constants
Yury Selivanov
2016-10-20
1
-3/+58
*
|
Issue #24254: Drop cls.__definition_order__.
Eric Snow
2016-09-08
1
-188/+179
*
|
Issue #24254: Preserve class attribute definition order.
Eric Snow
2016-09-05
1
-179/+188
*
|
Issue #24314: Merge doc links from 3.5
Martin Panter
2016-06-18
1
-4/+5
|
\
\
|
|
/
|
*
Issue #24314: Fix doc links for general attributes like __name__, __dict__
Martin Panter
2016-06-18
1
-4/+5
*
|
Merge Issue #22558.
Terry Jan Reedy
2016-06-11
1
-0/+1
|
\
\
|
|
/
|
*
Issue #22558: Add remaining doc links to source code for Python-coded modules.
Terry Jan Reedy
2016-06-11
1
-0/+1
*
|
Issue #19611: handle implicit parameters in inspect.signature
Nick Coghlan
2016-06-04
1
-0/+10
[next]