summaryrefslogtreecommitdiff
path: root/Doc/library/inspect.rst
Commit message (Expand)AuthorAgeFilesLines
* bpo-21314: Add a FAQ entry about positional only parameters (GH-10641)Miss Islington (bot)2019-03-101-0/+4
* bpo-35038: AttributeError: 'frame' object has no attribute 'f_restricted'. (G...Miss Islington (bot)2018-10-251-3/+0
* Fix "Python" casing in a few places (GH-9001) (GH-9313)Miss Islington (bot)2018-09-141-1/+1
* bpo-32697: Definition order of kwonly params is now guaranteed preserved. (#5...larryhastings2018-01-281-2/+13
* bpo-32591: Add native coroutine origin tracking (#5250)Nathaniel J. Smith2018-01-211-0/+10
* bpo-26985: Add missing info of code object in inspect documentation (GH-1090)Xiang Zhang2017-04-131-179/+200
* bpo-16355: Clarify when inspect.getcomments() returns None (#428)Marco Buttu2017-03-171-1/+3
* bpo-28814: Undeprecate inadvertently deprecated inspect functions. (#122)Matthias Bussonnier2017-02-221-8/+4
* Issue #28091: Document PEP 525 & PEP 530.Yury Selivanov2016-12-151-0/+21
* Issue #27172: Undeprecate inspect.getfullargspec()Nick Coghlan2016-12-021-17/+37
* Issue #26010: fix typos; rewordingYury Selivanov2016-10-201-10/+10
* Merge 3.5 + document CO_ASYNC_GENERATOR; issue #26010Yury Selivanov2016-10-201-3/+66
|\
| * Issue #26010: Document CO_* constantsYury Selivanov2016-10-201-3/+58
* | Issue #24254: Drop cls.__definition_order__.Eric Snow2016-09-081-188/+179
* | Issue #24254: Preserve class attribute definition order.Eric Snow2016-09-051-179/+188
* | Issue #24314: Merge doc links from 3.5Martin Panter2016-06-181-4/+5
|\ \ | |/
| * Issue #24314: Fix doc links for general attributes like __name__, __dict__Martin Panter2016-06-181-4/+5
* | Merge Issue #22558.Terry Jan Reedy2016-06-111-0/+1
|\ \ | |/
| * Issue #22558: Add remaining doc links to source code for Python-coded modules.Terry Jan Reedy2016-06-111-0/+1
* | Issue #19611: handle implicit parameters in inspect.signatureNick Coghlan2016-06-041-0/+10
* | [merge from 3.5] issue27043 - Explain the inspect.cleandoc behavior on synops...Senthil Kumaran2016-05-291-2/+6
|\ \ | |/
| * 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 #23921: Standardized documentation whitespace formatting.Serhiy Storchaka2016-05-101-1/+1
* | Merge 3.5 (issue #25486)Yury Selivanov2016-01-111-2/+1
|\ \ | |/
| * Issue #25486: Drop "removed in 3.6" wording from inspect.getargspec docs.Yury Selivanov2016-01-111-2/+1
* | Issue #25486: Resurrect inspect.getargspec in 3.6. Backout a565aad5d6e1.Yury Selivanov2016-01-111-0/+18
* | Merge 3.5Yury Selivanov2015-10-311-0/+6
|\ \ | |/
| * docs/inspect: Document __annotations__Yury Selivanov2015-10-311-0/+6
* | Merge 3.5Yury Selivanov2015-09-081-0/+20
|\ \ | |/
| * whatsnew/3.5: Fix library news till Py3.5a1. Update other docs.Yury Selivanov2015-09-081-0/+20
* | Merge 3.5Yury Selivanov2015-08-171-3/+4
|\ \ | |/
| * docs: Clarify that gi_yieldfrom was first added in 3.5Yury Selivanov2015-08-171-3/+4
* | Merge 3.5Yury Selivanov2015-08-171-4/+4
|\ \ | |/
| * docs: Fix inspect docs re gi_yieldfromYury Selivanov2015-08-171-4/+4
* | Issue #13248: Delete remaining references of inspect.getargspec().Berker Peksag2015-07-311-3/+1
* | Issue #15582: Add a whatsnew entry for inspect.getdoc() changes in 3.5.Berker Peksag2015-07-301-0/+3
|\ \ | |/
| * Issue #15582: Add a whatsnew entry for inspect.getdoc() changes in 3.5.Berker Peksag2015-07-301-0/+3
* | Issue #13248: Remove inspect.getmoduleinfo() from 3.6 (deprecated in 3.3)Yury Selivanov2015-07-231-20/+1
* | Issue #13248: Remove inspect.getargspec from 3.6 (deprecated from 3.0)Yury Selivanov2015-07-231-18/+0
|/
* 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