summaryrefslogtreecommitdiff
path: root/Doc/library/inspect.rst
Commit message (Expand)AuthorAgeFilesLines
* Issue #24314: Fix doc links for general attributes like __name__, __dict__Martin Panter2016-06-181-4/+5
* Issue #22558: Add remaining doc links to source code for Python-coded modules.Terry Jan Reedy2016-06-111-0/+1
* issue27043 - Explain the inspect.cleandoc behavior on synopsis line and other...Senthil Kumaran2016-05-291-2/+6
* Issue #23921: Standardized documentation whitespace formatting.Serhiy Storchaka2016-05-101-1/+1
* Issue #25486: Drop "removed in 3.6" wording from inspect.getargspec docs.Yury Selivanov2016-01-111-2/+1
* docs/inspect: Document __annotations__Yury Selivanov2015-10-311-0/+6
* whatsnew/3.5: Fix library news till Py3.5a1. Update other docs.Yury Selivanov2015-09-081-0/+20
* docs: Clarify that gi_yieldfrom was first added in 3.5Yury Selivanov2015-08-171-3/+4
* docs: Fix inspect docs re gi_yieldfromYury Selivanov2015-08-171-4/+4
* Issue #15582: Add a whatsnew entry for inspect.getdoc() changes in 3.5.Berker Peksag2015-07-301-0/+3
* Issue #24400: Resurrect inspect.isawaitable()Yury Selivanov2015-07-031-0/+19
* Issue #24450: Add gi_yieldfrom to generators; cr_await to coroutines.Yury Selivanov2015-07-031-0/+7
* Issue #24541: Drop test_inspect.test_eightteen unittest; update docsYury Selivanov2015-06-301-1/+1
* Issue #24400: Remove inspect.isawaitable().Yury Selivanov2015-06-301-10/+0
* Issue #24400: Introduce a distinct type for 'async def' coroutines.Yury Selivanov2015-06-221-19/+38
* Issue 22357: Merge from 3.4Yury Selivanov2015-05-301-0/+11
|\
| * Issue 22357: Document __qualname__ in inspect.rstYury Selivanov2015-05-301-0/+11
* | Issue 20438: Add a note about deprecating old inspect APIs to whatsnew.Yury Selivanov2015-05-221-2/+19
* | Issue 20438: Deprecate inspect.getargspec() and friends.Yury Selivanov2015-05-221-6/+7
* | Issue 24180: Fixes by Berker Peksag.Yury Selivanov2015-05-211-7/+5
* | Issue 24180: Documentation for PEP 492 changes.Yury Selivanov2015-05-211-0/+41
* | Issue 20691: Add follow_wrapped arg to inspect.signature/from_callable.Yury Selivanov2015-05-201-4/+10
* | Add versionadded directive for BoundArguments.apply_defaults().Berker Peksag2015-05-161-0/+2
* | Issue 24190: Add inspect.BoundArguments.apply_defaults() method.Yury Selivanov2015-05-161-21/+20
* | Issue 24191: Document BoundArguments.signatureYury Selivanov2015-05-141-0/+4
|\ \ | |/
| * Issue 24191: Document BoundArguments.signatureYury Selivanov2015-05-141-0/+4
| * docs.inspect: Fix BoundArguments example. Issue #22998.Yury Selivanov2014-12-041-1/+2
* | Issue #15582: inspect.getdoc() now follows inheritance chains.Serhiy Storchaka2015-04-031-0/+3
* | docs.inspect: Fix BoundArguments example. Issue #22998.Yury Selivanov2014-12-041-1/+2
* | merge with 3.4Georg Brandl2014-10-311-2/+44
|\ \ | |/ |/|
| * Issue #16808: inspect.stack() now returns a named tuple instead of a tuple.Antoine Pitrou2014-08-241-2/+8
| * Issue #21205: Complete the "versionchanged" note in inspect documentationVictor Stinner2014-06-161-1/+3
| * Issue #21205: Add a new ``__qualname__`` attribute to generator, the qualifiedVictor Stinner2014-06-161-0/+14
| * inspect: Make Signature and Parameter hashable. Issue #20334.Yury Selivanov2014-04-081-2/+2
| * inspect.docs: Document that Signature and Parameter are now picklable (issue ...Yury Selivanov2014-03-291-0/+6
| * inspect.docs: Fix indentation and version-added for Signature.from_callableYury Selivanov2014-03-291-1/+3
| * inspect.Signature: Add 'Signature.from_callable' classmethod. Closes #17373Yury Selivanov2014-03-271-0/+12
* | #22613: minor other fixes in library docs (thanks Jacques Ducasse)Georg Brandl2014-10-311-10/+13
|/
* Merge in all documentation changes since branching 3.4.0rc1.Larry Hastings2014-03-151-0/+5
* inspect.doc: Soften the note about inspect.signature not supportingYury Selivanov2014-01-301-2/+2
* inspect.docs: Document constructors for Signature & Parameter #20442Yury Selivanov2014-01-301-2/+11
* inspect.signature: Use '/' to separate positional-only parameters fromYury Selivanov2014-01-271-3/+6
* doc/inspect: Clarify docs for __defaults__, add docs for __kwdefaults__ #20380Yury Selivanov2014-01-271-1/+6
* Issue #20189: Four additional builtin types (PyTypeObject,Larry Hastings2014-01-241-0/+3
* merge 3.3 (closes #20108)Benjamin Peterson2014-01-021-1/+1
|\
| * remove bracketsBenjamin Peterson2014-01-021-1/+1
* | Assorted 3.4 What's New updatesNick Coghlan2013-10-271-0/+2
* | Close #19030: inspect.getmembers and inspect.classify_class_attrsEthan Furman2013-10-181-3/+3
* | Issue #18758: Fixed and improved cross-references.Serhiy Storchaka2013-10-131-2/+3
|\ \ | |/
| * Issue #18758: Fixed and improved cross-references.Serhiy Storchaka2013-10-131-2/+3