summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_inspect.py
Commit message (Expand)AuthorAgeFilesLines
* Fix test_inspect messing up with linecache.cache.Antoine Pitrou2012-07-081-3/+9
* Properly test the various builtins lookup cases in inspect.getclosurevarsNick Coghlan2012-06-231-0/+24
* Use non-deprecated speling.Antoine Pitrou2012-06-231-44/+44
* Close #15153: Added inspect.getgeneratorlocals to simplify whitebox testing o...Nick Coghlan2012-06-231-0/+46
* Close #13062: Add inspect.getclosurevars to simplify testing stateful closuresNick Coghlan2012-06-231-1/+100
* Issue #15008: Implement PEP 362 "Signature Objects".Larry Hastings2012-06-221-1/+922
* Prevent test_inspect from keeping alive a ton of frames and local variables b...Antoine Pitrou2012-06-171-12/+15
* Merge more test vs hashing-order fixes from 3.2.Georg Brandl2012-02-201-1/+2
|\
| * Disable an inspect test: it depends on dict ordering which parameter is repor...Georg Brandl2012-02-201-1/+2
* | Add part of test_inspect test from 2.7Antoine Pitrou2012-01-181-0/+11
|\ \ | |/
| * Add part of test_inspect test from 2.7Antoine Pitrou2012-01-181-0/+11
* | MergeMichael Foord2011-12-221-0/+17
|\ \ | |/
| * Metaclasses with metaclasses with a __dict__ descriptor can no longer trigger...Michael Foord2011-12-221-0/+17
* | Issue #1785: Fix inspect and pydoc with misbehaving descriptors.Antoine Pitrou2011-12-211-0/+79
|\ \ | |/
| * Issue #1785: Fix inspect and pydoc with misbehaving descriptors.Antoine Pitrou2011-12-211-0/+79
* | Merge 3.2Michael Foord2011-12-181-0/+5
|\ \ | |/
| * Fix inspect.getattr_static to work on modules (again).Michael Foord2011-12-181-0/+5
* | #13012: use splitlines(keepends=True/False) instead of splitlines(0/1).Ezio Melotti2011-09-281-1/+1
|/
* 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