| Commit message (Expand) | Author | Age | Files | Lines |
* | Disable an inspect test: it depends on dict ordering which parameter is repor... | Georg Brandl | 2012-02-20 | 1 | -1/+2 |
|
|
* | Add part of test_inspect test from 2.7 | Antoine Pitrou | 2012-01-18 | 1 | -0/+11 |
|
|
* | Metaclasses with metaclasses with a __dict__ descriptor can no longer trigger... | Michael Foord | 2011-12-22 | 1 | -0/+17 |
|
|
* | Issue #1785: Fix inspect and pydoc with misbehaving descriptors. | Antoine Pitrou | 2011-12-21 | 1 | -0/+79 |
|
|
* | Fix inspect.getattr_static to work on modules (again). | Michael Foord | 2011-12-18 | 1 | -0/+5 |
|
|
* | allow "fake" filenames in findsource (closes #9284) | Benjamin Peterson | 2011-06-11 | 1 | -0/+17 |
|
|
* | #11938: Fix duplicated test name in test_inspect. Patch by Andreas Stührk. | Ezio Melotti | 2011-04-27 | 1 | -1/+1 |
|
|
* | Correct handling of functions with only kwarg args in getcallargs (closes #11... | Benjamin Peterson | 2011-03-28 | 1 | -0/+33 |
|
|
* | Closes issue 11133. Fixes two cases where inspect.getattr_static could trigge... | Michael Foord | 2011-03-15 | 1 | -0/+47 |
|
|
* | Issue4335: Added a test for inspect.getsourcelines with a module without EOL ... | Alexander Belopolsky | 2010-12-02 | 1 | -8/+29 |
|
|
* | Reverted unintended change from r86916 | Alexander Belopolsky | 2010-12-01 | 1 | -7/+0 |
|
|
* | Issue #4113: Added custom __repr__ method to functools.partial. | Alexander Belopolsky | 2010-12-01 | 1 | -0/+7 |
|
|
* | Issue 10220: switch to using string constants rather than integers for inspec... | Nick Coghlan | 2010-11-30 | 1 | -0/+8 |
|
|
* | Issue #10220: Add inspect.getgeneratorstate(). Initial patch by Rodolpho Eckh... | Nick Coghlan | 2010-11-21 | 1 | -1/+46 |
|
|
* | #9424: Replace deprecated assert* methods in the Python test suite. | Ezio Melotti | 2010-11-20 | 1 | -2/+2 |
|
|
* | Issue 9732: __class__ no longer checked on objects by getattr_static | Michael Foord | 2010-11-20 | 1 | -1/+5 |
|
|
* | Issue 9732: fetch the method resolution order from the type metaclass directl... | Michael Foord | 2010-11-20 | 1 | -0/+16 |
|
|
* | Issue 9732: remove use of __class__ in inspect.getattr_static and note the mr... | Michael Foord | 2010-11-20 | 1 | -0/+12 |
|
|
* | Issue 9732: addition of getattr_static to the inspect module | Michael Foord | 2010-11-20 | 1 | -1/+151 |
|
|
* | Don't use os.normcase when the result we are expecting is None. | R. David Murray | 2010-06-17 | 1 | -1/+1 |
|
|
* | Merged revisions 82039 via svnmerge from | R. David Murray | 2010-06-17 | 1 | -0/+15 |
|
|
* | Merged revisions 79500 via svnmerge from | Benjamin Peterson | 2010-03-30 | 1 | -3/+177 |
|
|
* | Revert improper merge in test_inspect (r79251). | Florent Xicluna | 2010-03-24 | 1 | -6/+6 |
|
|
* | Merged revisions 77952,78030,78102,78104,78107,78206,78216,78296-78297,78328,... | Benjamin Peterson | 2010-03-21 | 1 | -6/+6 |
|
|
* | Merged revisions 78093 via svnmerge from | Georg Brandl | 2010-03-14 | 1 | -1/+1 |
|
|
* | Merged revisions 78351 via svnmerge from | R. David Murray | 2010-02-24 | 1 | -0/+2 |
|
|
* | use assert[Not]In where appropriate | Ezio Melotti | 2010-01-23 | 1 | -2/+2 |
|
|
* | use assert[Not]In where appropriate | Benjamin Peterson | 2010-01-19 | 1 | -25/+25 |
|
|
* | Merged revisions 75149,75260-75263,75265-75267,75292,75300,75376,75405,75429-... | Benjamin Peterson | 2009-11-13 | 1 | -0/+22 |
|
|
* | convert old fail* assertions to assert* | Benjamin Peterson | 2009-06-30 | 1 | -33/+33 |
|
|
* | Merged revisions 72979 via svnmerge from | Philip Jenvey | 2009-05-28 | 1 | -1/+2 |
|
|
* | Merged revisions 72630 via svnmerge from | R. David Murray | 2009-05-14 | 1 | -3/+7 |
|
|
* | This fix makes, eg, 'pydoc time' work again. | R. David Murray | 2009-05-13 | 1 | -0/+7 |
|
|
* | Merged revisions 68676 via svnmerge from | Benjamin Peterson | 2009-01-17 | 1 | -1/+9 |
|
|
* | fix inspect.formatargspec on functions with keyword-only arguments without de... | Benjamin Peterson | 2009-01-17 | 1 | -0/+7 |
|
|
* | Merged revisions 68450,68480-68481,68493,68495,68501,68512,68514-68515,68534-... | Benjamin Peterson | 2009-01-16 | 1 | -0/+11 |
|
|
* | Merged revisions 67750-67751 via svnmerge from | Nick Coghlan | 2008-12-14 | 1 | -0/+3 |
|
|
* | Merged revisions 63829-63831,63858,63865,63879,63882,63948,63970-63972,63976,... | Georg Brandl | 2008-06-10 | 1 | -0/+4 |
|
|
* | #2621 rename test.test_support to test.support | Benjamin Peterson | 2008-05-20 | 1 | -1/+1 |
|
|
* | Merged revisions 61209-61214,61217-61222,61224-61226,61233-61237 via svnmerge... | Christian Heimes | 2008-03-04 | 1 | -1/+1 |
|
|
* | Merged revisions 61207 via svnmerge from | Christian Heimes | 2008-03-03 | 1 | -2/+2 |
|
|
* | Patch from Georg Brandl: Fix co_lineno of decorated function and class object... | Christian Heimes | 2008-02-23 | 1 | -1/+1 |
|
|
* | Merged revisions 60481,60485,60489-60492,60494-60496,60498-60499,60501-60503,... | Christian Heimes | 2008-02-19 | 1 | -8/+20 |
|
|
* | #1535: rename __builtin__ module to builtins. | Georg Brandl | 2007-12-02 | 1 | -2/+2 |
|
|
* | Removed the new module | Christian Heimes | 2007-11-28 | 1 | -1/+1 |
|
|
* | Merged revisions 59193-59201 via svnmerge from | Christian Heimes | 2007-11-27 | 1 | -2/+2 |
|
|
* | Patch from Georg Brandl and me for #1493 | Christian Heimes | 2007-11-25 | 1 | -2/+3 |
|
|
* | Applied patch #1127 from Quentin Gallet Gilles: No tests for inspect.getfulla... | Christian Heimes | 2007-11-08 | 1 | -4/+37 |
|
|
* | Fixed bug #1384 Windows fix for inspect tests | Christian Heimes | 2007-11-06 | 1 | -12/+20 |
|
|
* | Merged revisions 56125-56153 via svnmerge from | Guido van Rossum | 2007-07-03 | 1 | -1/+1 |
|
|