summaryrefslogtreecommitdiffstats
path: root/Lib/inspect.py
Commit message (Expand)AuthorAgeFilesLines
* allow "fake" filenames in findsource (closes #9284)Benjamin Peterson2011-06-111-2/+6
* Correct handling of functions with only kwarg args in getcallargs (closes #11...Benjamin Peterson2011-03-281-2/+8
* Closes issue 11133. Fixes two cases where inspect.getattr_static could trigge...Michael Foord2011-03-151-6/+21
* Issue 10220: switch to using string constants rather than integers for inspec...Nick Coghlan2010-11-301-1/+4
* Issue #10220: Add inspect.getgeneratorstate(). Initial patch by Rodolpho Eckh...Nick Coghlan2010-11-211-0/+20
* Issue 9732: __class__ no longer checked on objects by getattr_staticMichael Foord2010-11-201-1/+8
* Issue 9732: fetch the method resolution order from the type metaclass directl...Michael Foord2010-11-201-2/+5
* Issue 9732: remove use of __class__ in inspect.getattr_static and note the mr...Michael Foord2010-11-201-1/+1
* Issue 9732: addition of getattr_static to the inspect moduleMichael Foord2010-11-201-0/+64
* classic classes are gone; whoppie!Benjamin Peterson2010-11-041-13/+1
* Issue #9308: Removed redundant coding cookies. Added tests forAlexander Belopolsky2010-10-151-1/+0
* #9683: remove broken dead code dealing with nested arguments removed from Py3...Georg Brandl2010-10-151-28/+12
* Address XXX comment in dis.py: inspect.py now attempts to reuse the dis.py co...Nick Coghlan2010-08-171-4/+14
* Issue #8983: Corrected docstrings.Alexander Belopolsky2010-08-161-1/+1
* typoBenjamin Peterson2010-08-091-1/+1
* don't alias directly, so that extra arguments don't appear #6678Benjamin Peterson2010-08-091-4/+3
* only take into account positional arguments count in related error messagesBenjamin Peterson2010-06-251-1/+1
* Merged revisions 82039 via svnmerge fromR. David Murray2010-06-171-1/+6
* PEP 3147Barry Warsaw2010-04-171-0/+1
* Merged revisions 79500 via svnmerge fromBenjamin Peterson2010-03-301-1/+67
* Merged revisions 75149,75260-75263,75265-75267,75292,75300,75376,75405,75429-...Benjamin Peterson2009-11-131-1/+1
* Merged revisions 74779-74786,74793,74795,74811,74860-74861,74863,74876,74886,...Benjamin Peterson2009-10-041-7/+7
* Merged revisions 74285 via svnmerge fromMark Dickinson2009-08-021-4/+0
* Merged revisions 74075,74187,74197,74201,74216,74225 via svnmerge fromAlexandre Vassalotti2009-07-291-1/+4
* Use true boolean for flag argument.Georg Brandl2009-06-011-1/+1
* This fix makes, eg, 'pydoc time' work again.R. David Murray2009-05-131-1/+3
* Merged revisions 68633,68648,68667,68706,68718,68720-68721,68724-68727,68739 ...Benjamin Peterson2009-01-181-2/+2
* Merged revisions 68676 via svnmerge fromBenjamin Peterson2009-01-171-1/+1
* fix inspect.formatargspec on functions with keyword-only arguments without de...Benjamin Peterson2009-01-171-1/+1
* Merged revisions 68450,68480-68481,68493,68495,68501,68512,68514-68515,68534-...Benjamin Peterson2009-01-161-1/+4
* Merged revisions 68112,68115,68120,68133,68141-68142,68145-68146,68148-68149 ...Georg Brandl2009-01-031-3/+2
* change the named tuple returned by inspect.getfullargspec to have a 'kwonlyde...Benjamin Peterson2008-11-121-1/+1
* Merged revisions 66974,66977,66984,66989,66992,66994-66996,66998-67000,67007,...Benjamin Peterson2008-10-251-1/+1
* Merged revisions 65793 via svnmerge fromBrett Cannon2008-08-181-1/+0
* #3021: Antoine Pitrou's Lexical exception handlersBenjamin Peterson2008-06-111-3/+0
* Merged revisions 63829-63831,63858,63865,63879,63882,63948,63970-63972,63976,...Georg Brandl2008-06-101-0/+7
* Merged revisions 62194,62197-62198,62204-62205,62214,62219-62221,62227,62229-...Christian Heimes2008-04-091-1/+1
* - Issue #719888: Updated tokenize to use a bytes API. generate_tokens has beenTrent Nelson2008-03-181-1/+3
* Merged revisions 61203-61204 via svnmerge fromChristian Heimes2008-03-031-0/+8
* Merged revisions 60481,60485,60489-60492,60494-60496,60498-60499,60501-60503,...Christian Heimes2008-02-191-6/+46
* Merged revisions 59883-59920 via svnmerge fromChristian Heimes2008-01-111-6/+24
* Removed PyInt_GetMax and sys.maxintChristian Heimes2007-12-041-2/+2
* #1535: rename __builtin__ module to builtins.Georg Brandl2007-12-021-2/+2
* Removed the API to create unbound methods and simplified the API for bound me...Christian Heimes2007-11-271-7/+6
* Patch from Georg Brandl and me for #1493Christian Heimes2007-11-251-2/+2
* Patch# 1258 by Christian Heimes: kill basestring.Guido van Rossum2007-10-161-1/+1
* Fix docstring for getfullargspec().Brett Cannon2007-09-071-2/+2
* Raise statement normalization in Lib/.Collin Winter2007-08-301-2/+2
* Merged revisions 56301-56442 via svnmerge fromGuido van Rossum2007-07-181-1/+0
* Merged revisions 55795-55816 via svnmerge fromGuido van Rossum2007-06-071-1/+1