aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Lib/test/inspect_fodder2.py
Commit message (Expand)AuthorAge
* fix inspect.formatargspec on functions with keyword-only arguments without de...Benjamin Peterson2009-01-17
* Patch from Georg Brandl and me for #1493Christian Heimes2007-11-25
* Applied patch #1127 from Quentin Gallet Gilles: No tests for inspect.getfulla...Christian Heimes2007-11-08
* Merged revisions 55328-55341 via svnmerge fromGuido van Rossum2007-05-15
* Fix most trivially-findable print statements.Guido van Rossum2007-02-09
* Merge current trunk into p3yk. This includes the PyNumber_Index API change,Thomas Wouters2006-08-21
* some more fixes and tests for inspect.getsource(), triggered by crashesArmin Rigo2005-09-25
* Patch #1159931/bug #1143895: inspect.getsource failed when functions,Johannes Gijsbers2005-03-12
* Whitespace normalization.Tim Peters2005-01-07
* Patch #1011890: fix inspect.getsource breaking with line-continuation &Johannes Gijsbers2004-12-12
* Patch #736962: port test_inspect to unittest. As part of this, move outJohannes Gijsbers2004-12-12