summaryrefslogtreecommitdiffstats
path: root/Doc/library/inspect.rst
Commit message (Expand)AuthorAgeFilesLines
* docs.inspect: Fix BoundArguments example. Issue #22998.Yury Selivanov2014-12-051-1/+2
* merge with 3.4Georg Brandl2014-10-311-10/+13
|\
| * #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-161-0/+5
* | 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
* | Improve descriptions of introspection changesNick Coghlan2014-03-081-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-261-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
* | Close #18626: add a basic CLI for the inspect moduleNick Coghlan2013-09-221-0/+17
* | Close #18929: inspect.classify_class_attrs will now search the metaclasses (l...Ethan Furman2013-09-151-2/+3
* | Issue #17934: Add a clear() method to frame objects, to help clean up expensi...Antoine Pitrou2013-08-051-0/+4
* | Close #13266: Add inspect.unwrapNick Coghlan2013-07-281-0/+17
|/
* Closes #4159: add LaTeX tabular column specifications to tables that otherwis...Georg Brandl2013-03-281-0/+2
* Issue #16243: add example for inspect.formatargspecAndrew Svetlov2012-10-261-2/+9
* Mention that "defaults" can be None for inspect.getfullargspec.Larry Hastings2012-09-211-5/+6
* #15831: merge with 3.2Ezio Melotti2012-09-141-2/+2
|\
* | Review of signature docs.Georg Brandl2012-08-141-65/+62
* | Minor update of docs for inspect module.Andrew Svetlov2012-08-131-1/+1
* | Issue #15151: PEP 362 — document signature and related classes for inspect.pyAndrew Svetlov2012-08-131-0/+268
* | Fix documentation for inspect module to pass doctestAndrew Svetlov2012-08-091-5/+5
* | Close #15387: inspect.getmodulename() now uses a new importlib.machinery.all_...Nick Coghlan2012-07-181-3/+12
* | Close #15153: Added inspect.getgeneratorlocals to simplify whitebox testing o...Nick Coghlan2012-06-231-0/+24
* | Close #13062: Add inspect.getclosurevars to simplify testing stateful closuresNick Coghlan2012-06-231-0/+16
* | Issue #13959: Deprecate imp.get_suffixes() for new attributes onBrett Cannon2012-05-111-0/+4
* | Closes issue 14634. unittest.mock.create_autospec now supports keyword only a...Michael Foord2012-04-211-4/+9
* | Replace mentions of IOErrorAntoine Pitrou2011-10-121-2/+10
|/
* Avoid using the default reST role. Makes Doc/tools/rstlint.py happy.Éric Araujo2011-09-011-4/+4
* Closes issue 11133. Fixes two cases where inspect.getattr_static could trigge...Michael Foord2011-03-151-6/+3
* More source linksRaymond Hettinger2011-01-271-0/+3
* Add more examplesRaymond Hettinger2011-01-201-4/+4
* Fix various issues (mostly Python 2 relics) found by Jacques Ducasse.Georg Brandl2011-01-061-19/+18
* NitsRaymond Hettinger2010-12-161-7/+7
* Remove unnecessary `object` base class in docs (#10366).Éric Araujo2010-11-221-1/+1
* Add a couple of missing versionadded tags in the inspect module docsNick Coghlan2010-11-211-2/+4
* Issue #10220: Add inspect.getgeneratorstate(). Initial patch by Rodolpho Eckh...Nick Coghlan2010-11-211-0/+22