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
*
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
*
|
[merge from 3.5] issue27043 - Explain the inspect.cleandoc behavior on synops...
Senthil Kumaran
2016-05-30
1
-2/+6
|
\
\
|
|
/
|
*
issue27043 - Explain the inspect.cleandoc behavior on synopsis line and other...
Senthil Kumaran
2016-05-30
1
-2/+6
*
|
Issue #23921: Standardized documentation whitespace formatting.
Serhiy Storchaka
2016-05-10
1
-1/+1
|
\
\
|
|
/
|
*
Issue #23921: Standardized documentation whitespace formatting.
Serhiy Storchaka
2016-05-10
1
-1/+1
*
|
Merge 3.5 (issue #25486)
Yury Selivanov
2016-01-12
1
-2/+1
|
\
\
|
|
/
|
*
Issue #25486: Drop "removed in 3.6" wording from inspect.getargspec docs.
Yury Selivanov
2016-01-12
1
-2/+1
*
|
Issue #25486: Resurrect inspect.getargspec in 3.6. Backout a565aad5d6e1.
Yury Selivanov
2016-01-11
1
-0/+18
*
|
Merge 3.5
Yury Selivanov
2015-10-31
1
-0/+6
|
\
\
|
|
/
|
*
docs/inspect: Document __annotations__
Yury Selivanov
2015-10-31
1
-0/+6
*
|
Merge 3.5
Yury Selivanov
2015-09-09
1
-0/+20
|
\
\
|
|
/
|
*
whatsnew/3.5: Fix library news till Py3.5a1. Update other docs.
Yury Selivanov
2015-09-09
1
-0/+20
*
|
Merge 3.5
Yury Selivanov
2015-08-17
1
-3/+4
|
\
\
|
|
/
|
*
docs: Clarify that gi_yieldfrom was first added in 3.5
Yury Selivanov
2015-08-17
1
-3/+4
*
|
Merge 3.5
Yury Selivanov
2015-08-17
1
-4/+4
|
\
\
|
|
/
|
*
docs: Fix inspect docs re gi_yieldfrom
Yury Selivanov
2015-08-17
1
-4/+4
*
|
Issue #13248: Delete remaining references of inspect.getargspec().
Berker Peksag
2015-07-31
1
-3/+1
*
|
Issue #15582: Add a whatsnew entry for inspect.getdoc() changes in 3.5.
Berker Peksag
2015-07-30
1
-0/+3
|
\
\
|
|
/
|
*
Issue #15582: Add a whatsnew entry for inspect.getdoc() changes in 3.5.
Berker Peksag
2015-07-30
1
-0/+3
*
|
Issue #13248: Remove inspect.getmoduleinfo() from 3.6 (deprecated in 3.3)
Yury Selivanov
2015-07-23
1
-20/+1
*
|
Issue #13248: Remove inspect.getargspec from 3.6 (deprecated from 3.0)
Yury Selivanov
2015-07-23
1
-18/+0
|
/
*
Issue #24400: Resurrect inspect.isawaitable()
Yury Selivanov
2015-07-03
1
-0/+19
*
Issue #24450: Add gi_yieldfrom to generators; cr_await to coroutines.
Yury Selivanov
2015-07-03
1
-0/+7
*
Issue #24541: Drop test_inspect.test_eightteen unittest; update docs
Yury Selivanov
2015-07-01
1
-1/+1
*
Issue #24400: Remove inspect.isawaitable().
Yury Selivanov
2015-06-30
1
-10/+0
*
Issue #24400: Introduce a distinct type for 'async def' coroutines.
Yury Selivanov
2015-06-22
1
-19/+38
*
Issue 22357: Merge from 3.4
Yury Selivanov
2015-05-30
1
-0/+11
|
\
|
*
Issue 22357: Document __qualname__ in inspect.rst
Yury Selivanov
2015-05-30
1
-0/+11
*
|
Issue 20438: Add a note about deprecating old inspect APIs to whatsnew.
Yury Selivanov
2015-05-22
1
-2/+19
*
|
Issue 20438: Deprecate inspect.getargspec() and friends.
Yury Selivanov
2015-05-22
1
-6/+7
*
|
Issue 24180: Fixes by Berker Peksag.
Yury Selivanov
2015-05-21
1
-7/+5
*
|
Issue 24180: Documentation for PEP 492 changes.
Yury Selivanov
2015-05-21
1
-0/+41
*
|
Issue 20691: Add follow_wrapped arg to inspect.signature/from_callable.
Yury Selivanov
2015-05-20
1
-4/+10
[next]