summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_inspect.py
Commit message (Expand)AuthorAgeFilesLines
* Whitespace normalization.Tim Peters2005-01-071-22/+21
* Patch #1011890: fix inspect.getsource breaking with line-continuation &Johannes Gijsbers2004-12-121-1/+43
* Patch #736962: port test_inspect to unittest. As part of this, move outJohannes Gijsbers2004-12-121-395/+349
* Patch #1006219: let inspect.getsource show '@' decorators and add tests forJohannes Gijsbers2004-08-181-0/+41
* - Bug #891637, patch #1005466: fix inspect.getargs() crash on def foo((bar)).Matthias Klose2004-08-151-0/+8
* [Bug #954364] inspect.getframeinfo() sometimes produces incorrect traceback l...Andrew M. Kuchling2004-06-051-2/+2
* Patch #830858: Correct the number of is-functions. Backported to 2.3 and 2.2.Martin v. Löwis2003-10-311-0/+4
* Add a trivial test of getargspec() with a method.Jeremy Hylton2003-06-271-16/+21
* Refer to __builtin__.file, not __builtins__.fileMartin v. Löwis2003-05-031-2/+3
* Patch #711902: Cause pydoc to show data descriptor __doc__ strings.Martin v. Löwis2003-05-031-0/+3
* getdoc():Ka-Ping Yee2002-11-301-1/+1
* Get rid of relative imports in all unittests. Now anything thatBarry Warsaw2002-07-231-1/+1
* Remove obsolete __dynamic__ distinction.Tim Peters2001-10-151-74/+1
* New function classify_class_attrs(). As a number of SF bug reportsTim Peters2001-09-231-0/+201
* Add a function to compute a class's method resolution order. This isTim Peters2001-09-221-0/+20
* Don't have trace() skip the top frame; return them all.Ka-Ping Yee2001-03-231-5/+7
* Clean up junk files left behind by imp.load_source().Tim Peters2001-03-041-1/+7
* Replace literal '@test' with TESTFN.Ka-Ping Yee2001-03-021-6/+6
* inspect: a module for getting information out of live Python objectsKa-Ping Yee2001-02-271-0/+207