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
...
*
|
[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
*
|
Add versionadded directive for BoundArguments.apply_defaults().
Berker Peksag
2015-05-16
1
-0/+2
*
|
Issue 24190: Add inspect.BoundArguments.apply_defaults() method.
Yury Selivanov
2015-05-16
1
-21/+20
*
|
Issue 24191: Document BoundArguments.signature
Yury Selivanov
2015-05-14
1
-0/+4
|
\
\
|
|
/
|
*
Issue 24191: Document BoundArguments.signature
Yury Selivanov
2015-05-14
1
-0/+4
|
*
docs.inspect: Fix BoundArguments example. Issue #22998.
Yury Selivanov
2014-12-05
1
-1/+2
*
|
Issue #15582: inspect.getdoc() now follows inheritance chains.
Serhiy Storchaka
2015-04-03
1
-0/+3
*
|
docs.inspect: Fix BoundArguments example. Issue #22998.
Yury Selivanov
2014-12-05
1
-1/+2
*
|
merge with 3.4
Georg Brandl
2014-10-31
1
-10/+13
|
\
\
|
|
/
|
*
#22613: minor other fixes in library docs (thanks Jacques Ducasse)
Georg Brandl
2014-10-31
1
-10/+13
|
*
Merge in all documentation changes since branching 3.4.0rc1.
Larry Hastings
2014-03-16
1
-0/+5
*
|
Issue #16808: inspect.stack() now returns a named tuple instead of a tuple.
Antoine Pitrou
2014-08-24
1
-2/+8
*
|
Issue #21205: Complete the "versionchanged" note in inspect documentation
Victor Stinner
2014-06-16
1
-1/+3
*
|
Issue #21205: Add a new ``__qualname__`` attribute to generator, the qualified
Victor Stinner
2014-06-16
1
-0/+14
*
|
inspect: Make Signature and Parameter hashable. Issue #20334.
Yury Selivanov
2014-04-08
1
-2/+2
*
|
inspect.docs: Document that Signature and Parameter are now picklable (issue ...
Yury Selivanov
2014-03-29
1
-0/+6
*
|
inspect.docs: Fix indentation and version-added for Signature.from_callable
Yury Selivanov
2014-03-29
1
-1/+3
*
|
inspect.Signature: Add 'Signature.from_callable' classmethod. Closes #17373
Yury Selivanov
2014-03-27
1
-0/+12
*
|
Improve descriptions of introspection changes
Nick Coghlan
2014-03-08
1
-0/+5
|
/
[prev]
[next]