summaryrefslogtreecommitdiffstats
path: root/Doc/library/inspect.rst
Commit message (Expand)AuthorAgeFilesLines
* 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
* Issue 9732: fetch the method resolution order from the type metaclass directl...Michael Foord2010-11-201-20/+8
* Issue 9732: remove use of __class__ in inspect.getattr_static and note the mr...Michael Foord2010-11-201-3/+5
* Issue 9732: addition of getattr_static to the inspect moduleMichael Foord2010-11-201-0/+67
* #4968: updates to inspect.is* function docs.Georg Brandl2010-10-151-7/+10
* #9683: remove broken dead code dealing with nested arguments removed from Py3...Georg Brandl2010-10-151-5/+5
* Migrate to Sphinx 1.0 C language constructs.Georg Brandl2010-10-061-2/+2
* Merged revisions 79500 via svnmerge fromBenjamin Peterson2010-03-301-0/+26
* Recorded merge of revisions 78024 via svnmerge fromGeorg Brandl2010-02-061-1/+1
* Merged revisions 77382 via svnmerge fromGeorg Brandl2010-01-091-3/+3
* Merged revisions 75365,75394,75402-75403,75418,75459,75484,75592-75596,75600,...Georg Brandl2009-10-271-10/+16
* Merged revisions 74779-74786,74793,74795,74811,74860-74861,74863,74876,74886,...Benjamin Peterson2009-10-041-0/+5
* Convert all "i" docs to new style optional args.Georg Brandl2009-06-011-17/+17
* Merged revisions 72009 via svnmerge fromGeorg Brandl2009-04-271-1/+1
* Remove trailing whitespace.Georg Brandl2009-01-031-3/+3
* getfullargspec() has other virtues, tooBenjamin Peterson2008-11-121-1/+1
* murder some versionadded and versionchanged directives in their bedsBenjamin Peterson2008-08-161-2/+0
* #3021: Antoine Pitrou's Lexical exception handlersBenjamin Peterson2008-06-111-11/+0
* Merged revisions 63829-63831,63858,63865,63879,63882,63948,63970-63972,63976,...Georg Brandl2008-06-101-5/+10
* Remove many "versionchanged" items that didn't use the official markup,Georg Brandl2008-05-121-4/+4
* Merged revisions 61209-61214,61217-61222,61224-61226,61233-61237 via svnmerge...Christian Heimes2008-03-041-3/+1
* Merged revisions 61203-61204 via svnmerge fromChristian Heimes2008-03-031-0/+6
* Merged revisions 60481,60485,60489-60492,60494-60496,60498-60499,60501-60503,...Christian Heimes2008-02-191-1/+11
* Merged revisions 59883-59920 via svnmerge fromChristian Heimes2008-01-111-10/+12
* Merged revisions 59774-59783 via svnmerge fromChristian Heimes2008-01-061-0/+5
* Merged revisions 59259-59274 via svnmerge fromChristian Heimes2007-12-021-1/+1
* Removed the API to create unbound methods and simplified the API for bound me...Christian Heimes2007-11-271-6/+3
* #1370: Finish the merge r58749, log below, by resolving all conflicts in Doc/.Georg Brandl2007-11-011-19/+20