summaryrefslogtreecommitdiffstats
path: root/Lib/inspect.py
Commit message (Expand)AuthorAgeFilesLines
* Merged revisions 85530,85532-85534,85538-85543,85546-85548 via svnmerge fromGeorg Brandl2010-11-261-28/+12
* Merged revisions 84106 via svnmerge fromAlexander Belopolsky2010-08-161-1/+1
* Merged revisions 82041 via svnmerge fromR. David Murray2010-06-171-1/+6
* Merged revisions 76235 via svnmerge fromBenjamin Peterson2009-11-131-1/+1
* Merged revisions 75231 via svnmerge fromBenjamin Peterson2009-10-041-7/+7
* Merged revisions 74264 via svnmerge fromGeorg Brandl2009-08-131-1/+4
* Merged revisions 74287 via svnmerge fromMark Dickinson2009-08-021-4/+0
* 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
* Make test_inspect pass once again.Guido van Rossum2007-05-211-1/+1
* Merged revisions 55328-55341 via svnmerge fromGuido van Rossum2007-05-151-38/+4
* Merged revisions 55270-55324 via svnmerge fromGuido van Rossum2007-05-141-12/+11
* PEP 3114: rename .next() to .__next__() and add next() builtin.Georg Brandl2007-04-211-1/+1
* Remove functions in string module that are also string methods. Also remove:Neal Norwitz2007-04-171-22/+22
* Final part of SF# 1607548 by Tony Lownds: fix pydoc and inspect.Guido van Rossum2007-02-281-16/+94
* Change all the function attributes from func_* -> __*__. This gets ridNeal Norwitz2007-02-251-10/+10
* Four months of trunk changes (including a few releases...)Thomas Wouters2006-12-131-4/+34
* Merged revisions 46753-51188 via svnmerge fromThomas Wouters2006-08-111-13/+45
* Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk.Thomas Wouters2006-05-271-2/+12
* Merge p3yk branch with the trunk up to revision 45595. This breaks a fairThomas Wouters2006-04-211-3/+3
* some more fixes and tests for inspect.getsource(), triggered by crashesArmin Rigo2005-09-251-27/+20
* Patch #1159931/bug #1143895: inspect.getsource failed when functions,Johannes Gijsbers2005-03-121-5/+5
* Apply itemgetter() instead of lambda.Raymond Hettinger2005-03-111-1/+2
* Replace list of constants with tuples of constants.Raymond Hettinger2005-02-061-5/+5
* Patch #1011890: fix inspect.getsource breaking with line-continuation &Johannes Gijsbers2004-12-121-4/+15
* Import no longer needed.Raymond Hettinger2004-09-201-1/+0