summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_inspect.py
Commit message (Expand)AuthorAgeFilesLines
* allow "fake" filenames in findsource (closes #9284)Benjamin Peterson2011-06-111-0/+17
* #11938: Fix duplicated test name in test_inspect. Patch by Andreas Stührk.Ezio Melotti2011-04-271-1/+1
* Correct handling of functions with only kwarg args in getcallargs (closes #11...Benjamin Peterson2011-03-281-0/+33
* Closes issue 11133. Fixes two cases where inspect.getattr_static could trigge...Michael Foord2011-03-151-0/+47
* Issue4335: Added a test for inspect.getsourcelines with a module without EOL ...Alexander Belopolsky2010-12-021-8/+29
* Reverted unintended change from r86916Alexander Belopolsky2010-12-011-7/+0
* Issue #4113: Added custom __repr__ method to functools.partial.Alexander Belopolsky2010-12-011-0/+7
* Issue 10220: switch to using string constants rather than integers for inspec...Nick Coghlan2010-11-301-0/+8
* Issue #10220: Add inspect.getgeneratorstate(). Initial patch by Rodolpho Eckh...Nick Coghlan2010-11-211-1/+46
* #9424: Replace deprecated assert* methods in the Python test suite.Ezio Melotti2010-11-201-2/+2
* Issue 9732: __class__ no longer checked on objects by getattr_staticMichael Foord2010-11-201-1/+5
* Issue 9732: fetch the method resolution order from the type metaclass directl...Michael Foord2010-11-201-0/+16
* Issue 9732: remove use of __class__ in inspect.getattr_static and note the mr...Michael Foord2010-11-201-0/+12
* Issue 9732: addition of getattr_static to the inspect moduleMichael Foord2010-11-201-1/+151
* Don't use os.normcase when the result we are expecting is None.R. David Murray2010-06-171-1/+1
* Merged revisions 82039 via svnmerge fromR. David Murray2010-06-171-0/+15
* Merged revisions 79500 via svnmerge fromBenjamin Peterson2010-03-301-3/+177
* Revert improper merge in test_inspect (r79251).Florent Xicluna2010-03-241-6/+6
* Merged revisions 77952,78030,78102,78104,78107,78206,78216,78296-78297,78328,...Benjamin Peterson2010-03-211-6/+6
* Merged revisions 78093 via svnmerge fromGeorg Brandl2010-03-141-1/+1
* Merged revisions 78351 via svnmerge fromR. David Murray2010-02-241-0/+2
* use assert[Not]In where appropriateEzio Melotti2010-01-231-2/+2
* use assert[Not]In where appropriateBenjamin Peterson2010-01-191-25/+25
* Merged revisions 75149,75260-75263,75265-75267,75292,75300,75376,75405,75429-...Benjamin Peterson2009-11-131-0/+22
* convert old fail* assertions to assert*Benjamin Peterson2009-06-301-33/+33
* Merged revisions 72979 via svnmerge fromPhilip Jenvey2009-05-281-1/+2
* Merged revisions 72630 via svnmerge fromR. David Murray2009-05-141-3/+7
* This fix makes, eg, 'pydoc time' work again.R. David Murray2009-05-131-0/+7
* Merged revisions 68676 via svnmerge fromBenjamin Peterson2009-01-171-1/+9
* fix inspect.formatargspec on functions with keyword-only arguments without de...Benjamin Peterson2009-01-171-0/+7
* Merged revisions 68450,68480-68481,68493,68495,68501,68512,68514-68515,68534-...Benjamin Peterson2009-01-161-0/+11
* Merged revisions 67750-67751 via svnmerge fromNick Coghlan2008-12-141-0/+3
* Merged revisions 63829-63831,63858,63865,63879,63882,63948,63970-63972,63976,...Georg Brandl2008-06-101-0/+4
* #2621 rename test.test_support to test.supportBenjamin Peterson2008-05-201-1/+1
* Merged revisions 61209-61214,61217-61222,61224-61226,61233-61237 via svnmerge...Christian Heimes2008-03-041-1/+1
* Merged revisions 61207 via svnmerge fromChristian Heimes2008-03-031-2/+2
* Patch from Georg Brandl: Fix co_lineno of decorated function and class object...Christian Heimes2008-02-231-1/+1
* Merged revisions 60481,60485,60489-60492,60494-60496,60498-60499,60501-60503,...Christian Heimes2008-02-191-8/+20
* #1535: rename __builtin__ module to builtins.Georg Brandl2007-12-021-2/+2
* Removed the new moduleChristian Heimes2007-11-281-1/+1
* Merged revisions 59193-59201 via svnmerge fromChristian Heimes2007-11-271-2/+2
* Patch from Georg Brandl and me for #1493Christian Heimes2007-11-251-2/+3
* Applied patch #1127 from Quentin Gallet Gilles: No tests for inspect.getfulla...Christian Heimes2007-11-081-4/+37
* Fixed bug #1384 Windows fix for inspect testsChristian Heimes2007-11-061-12/+20
* Merged revisions 56125-56153 via svnmerge fromGuido van Rossum2007-07-031-1/+1
* Merged revisions 55631-55794 via svnmerge fromGuido van Rossum2007-06-061-1/+1
* Merged revisions 55514-55544 via svnmerge fromGuido van Rossum2007-05-241-1/+1
* Make test_inspect pass once again.Guido van Rossum2007-05-211-1/+2
* Merged revisions 55328-55341 via svnmerge fromGuido van Rossum2007-05-151-12/+5
* Change all the function attributes from func_* -> __*__. This gets ridNeal Norwitz2007-02-251-2/+2