summaryrefslogtreecommitdiffstats
path: root/Doc/library/inspect.rst
Commit message (Expand)AuthorAgeFilesLines
* Merged revisions 85530,85534,85538,85540-85542 via svnmerge fromGeorg Brandl2010-11-261-6/+13
* add inspect.getcallargs, which binds function arguments like a normal call #3135Benjamin Peterson2010-03-301-0/+26
* #5341: fix "builtin" where used as an adjective ("built-in" is correct).Georg Brandl2010-02-061-1/+1
* #7422: make it clear that getargspec() only works on Python functions.Georg Brandl2010-01-091-1/+1
* Use "impl-detail" directive where applicable.Georg Brandl2009-10-221-10/+16
* Typo fix.Georg Brandl2009-09-131-1/+1
* Note that sys._getframe is not guaranteed to exist in all implementations of ...Michael Foord2009-09-131-0/+5
* Demote warnings to notices where appropriate, following the goal that as few ...Georg Brandl2009-04-271-1/+1
* Factor out docstring dedenting from inspect.getdoc() into inspect.cleandoc()Georg Brandl2008-06-071-5/+10
* Add docs for __func__ and __self__ on methods.Georg Brandl2008-03-211-4/+4
* Add versionadded tagsAndrew M. Kuchling2008-03-041-0/+4
* There are now sixteen isfoo functions.Georg Brandl2008-03-031-1/+1
* Since abc._Abstract was replaces by a new type flags the regression test suit...Christian Heimes2008-03-031-0/+6
* Issue #1916. Added isgenerator() and isgeneratorfunction() toFacundo Batista2008-02-181-1/+37
* Documentation for r5990[3567].Georg Brandl2008-01-111-0/+16
* #759525: document that dir() doesn't return metaclass attrs when given a clas...Georg Brandl2008-01-061-0/+5
* Add more entries to the glossary.Georg Brandl2007-12-021-1/+1
* Add markup to new function descriptions.Georg Brandl2007-10-211-18/+19
* Unify "byte code" to "bytecode". Also sprinkle :term: markup for it.Georg Brandl2007-10-211-1/+1
* Move the 2.6 reST doc tree in place.Georg Brandl2007-08-151-0/+511