| Commit message (Expand) | Author | Age | Files | Lines |
* | allow "fake" filenames in findsource (closes #9284) | Benjamin Peterson | 2011-06-11 | 1 | -2/+6 |
|
|
* | Correct handling of functions with only kwarg args in getcallargs (closes #11... | Benjamin Peterson | 2011-03-28 | 1 | -2/+8 |
|
|
* | Closes issue 11133. Fixes two cases where inspect.getattr_static could trigge... | Michael Foord | 2011-03-15 | 1 | -6/+21 |
|
|
* | Issue 10220: switch to using string constants rather than integers for inspec... | Nick Coghlan | 2010-11-30 | 1 | -1/+4 |
|
|
* | Issue #10220: Add inspect.getgeneratorstate(). Initial patch by Rodolpho Eckh... | Nick Coghlan | 2010-11-21 | 1 | -0/+20 |
|
|
* | Issue 9732: __class__ no longer checked on objects by getattr_static | Michael Foord | 2010-11-20 | 1 | -1/+8 |
|
|
* | Issue 9732: fetch the method resolution order from the type metaclass directl... | Michael Foord | 2010-11-20 | 1 | -2/+5 |
|
|
* | Issue 9732: remove use of __class__ in inspect.getattr_static and note the mr... | Michael Foord | 2010-11-20 | 1 | -1/+1 |
|
|
* | Issue 9732: addition of getattr_static to the inspect module | Michael Foord | 2010-11-20 | 1 | -0/+64 |
|
|
* | classic classes are gone; whoppie! | Benjamin Peterson | 2010-11-04 | 1 | -13/+1 |
|
|
* | Issue #9308: Removed redundant coding cookies. Added tests for | Alexander Belopolsky | 2010-10-15 | 1 | -1/+0 |
|
|
* | #9683: remove broken dead code dealing with nested arguments removed from Py3... | Georg Brandl | 2010-10-15 | 1 | -28/+12 |
|
|
* | Address XXX comment in dis.py: inspect.py now attempts to reuse the dis.py co... | Nick Coghlan | 2010-08-17 | 1 | -4/+14 |
|
|
* | Issue #8983: Corrected docstrings. | Alexander Belopolsky | 2010-08-16 | 1 | -1/+1 |
|
|
* | typo | Benjamin Peterson | 2010-08-09 | 1 | -1/+1 |
|
|
* | don't alias directly, so that extra arguments don't appear #6678 | Benjamin Peterson | 2010-08-09 | 1 | -4/+3 |
|
|
* | only take into account positional arguments count in related error messages | Benjamin Peterson | 2010-06-25 | 1 | -1/+1 |
|
|
* | Merged revisions 82039 via svnmerge from | R. David Murray | 2010-06-17 | 1 | -1/+6 |
|
|
* | PEP 3147 | Barry Warsaw | 2010-04-17 | 1 | -0/+1 |
|
|
* | Merged revisions 79500 via svnmerge from | Benjamin Peterson | 2010-03-30 | 1 | -1/+67 |
|
|
* | Merged revisions 75149,75260-75263,75265-75267,75292,75300,75376,75405,75429-... | Benjamin Peterson | 2009-11-13 | 1 | -1/+1 |
|
|
* | Merged revisions 74779-74786,74793,74795,74811,74860-74861,74863,74876,74886,... | Benjamin Peterson | 2009-10-04 | 1 | -7/+7 |
|
|
* | Merged revisions 74285 via svnmerge from | Mark Dickinson | 2009-08-02 | 1 | -4/+0 |
|
|
* | Merged revisions 74075,74187,74197,74201,74216,74225 via svnmerge from | Alexandre Vassalotti | 2009-07-29 | 1 | -1/+4 |
|
|
* | Use true boolean for flag argument. | Georg Brandl | 2009-06-01 | 1 | -1/+1 |
|
|
* | This fix makes, eg, 'pydoc time' work again. | R. David Murray | 2009-05-13 | 1 | -1/+3 |
|
|
* | Merged revisions 68633,68648,68667,68706,68718,68720-68721,68724-68727,68739 ... | Benjamin Peterson | 2009-01-18 | 1 | -2/+2 |
|
|
* | Merged revisions 68676 via svnmerge from | Benjamin Peterson | 2009-01-17 | 1 | -1/+1 |
|
|
* | fix inspect.formatargspec on functions with keyword-only arguments without de... | Benjamin Peterson | 2009-01-17 | 1 | -1/+1 |
|
|
* | Merged revisions 68450,68480-68481,68493,68495,68501,68512,68514-68515,68534-... | Benjamin Peterson | 2009-01-16 | 1 | -1/+4 |
|
|
* | Merged revisions 68112,68115,68120,68133,68141-68142,68145-68146,68148-68149 ... | Georg Brandl | 2009-01-03 | 1 | -3/+2 |
|
|
* | change the named tuple returned by inspect.getfullargspec to have a 'kwonlyde... | Benjamin Peterson | 2008-11-12 | 1 | -1/+1 |
|
|
* | Merged revisions 66974,66977,66984,66989,66992,66994-66996,66998-67000,67007,... | Benjamin Peterson | 2008-10-25 | 1 | -1/+1 |
|
|
* | Merged revisions 65793 via svnmerge from | Brett Cannon | 2008-08-18 | 1 | -1/+0 |
|
|
* | #3021: Antoine Pitrou's Lexical exception handlers | Benjamin Peterson | 2008-06-11 | 1 | -3/+0 |
|
|
* | Merged revisions 63829-63831,63858,63865,63879,63882,63948,63970-63972,63976,... | Georg Brandl | 2008-06-10 | 1 | -0/+7 |
|
|
* | Merged revisions 62194,62197-62198,62204-62205,62214,62219-62221,62227,62229-... | Christian Heimes | 2008-04-09 | 1 | -1/+1 |
|
|
* | - Issue #719888: Updated tokenize to use a bytes API. generate_tokens has been | Trent Nelson | 2008-03-18 | 1 | -1/+3 |
|
|
* | Merged revisions 61203-61204 via svnmerge from | Christian Heimes | 2008-03-03 | 1 | -0/+8 |
|
|
* | Merged revisions 60481,60485,60489-60492,60494-60496,60498-60499,60501-60503,... | Christian Heimes | 2008-02-19 | 1 | -6/+46 |
|
|
* | Merged revisions 59883-59920 via svnmerge from | Christian Heimes | 2008-01-11 | 1 | -6/+24 |
|
|
* | Removed PyInt_GetMax and sys.maxint | Christian Heimes | 2007-12-04 | 1 | -2/+2 |
|
|
* | #1535: rename __builtin__ module to builtins. | Georg Brandl | 2007-12-02 | 1 | -2/+2 |
|
|
* | Removed the API to create unbound methods and simplified the API for bound me... | Christian Heimes | 2007-11-27 | 1 | -7/+6 |
|
|
* | Patch from Georg Brandl and me for #1493 | Christian Heimes | 2007-11-25 | 1 | -2/+2 |
|
|
* | Patch# 1258 by Christian Heimes: kill basestring. | Guido van Rossum | 2007-10-16 | 1 | -1/+1 |
|
|
* | Fix docstring for getfullargspec(). | Brett Cannon | 2007-09-07 | 1 | -2/+2 |
|
|
* | Raise statement normalization in Lib/. | Collin Winter | 2007-08-30 | 1 | -2/+2 |
|
|
* | Merged revisions 56301-56442 via svnmerge from | Guido van Rossum | 2007-07-18 | 1 | -1/+0 |
|
|
* | Merged revisions 55795-55816 via svnmerge from | Guido van Rossum | 2007-06-07 | 1 | -1/+1 |
|
|