summaryrefslogtreecommitdiff
path: root/Lib/test/test_inspect.py
Commit message (Expand)AuthorAgeFilesLines
* 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
* Kill off softspace completely (except in formatter.py which seems to haveGuido van Rossum2007-02-091-1/+0
* Four months of trunk changes (including a few releases...)Thomas Wouters2006-12-131-0/+11
* Patch #1550800: make exec a function.Georg Brandl2006-09-061-1/+1
* Anna Ravenscroft identified many occurrences of "file" used to open a fileAlex Martelli2006-08-241-1/+1
* Merge current trunk into p3yk. This includes the PyNumber_Index API change,Thomas Wouters2006-08-211-0/+3
* Merged revisions 46753-51188 via svnmerge fromThomas Wouters2006-08-111-4/+28
* Merge p3yk branch with the trunk up to revision 45595. This breaks a fairThomas Wouters2006-04-211-2/+4
* - Remove tests for classic class behaviourThomas Wouters2006-04-151-77/+7
* some more fixes and tests for inspect.getsource(), triggered by crashesArmin Rigo2005-09-251-0/+12
* Patch #1159931/bug #1143895: inspect.getsource failed when functions,Johannes Gijsbers2005-03-121-0/+10
* 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