summaryrefslogtreecommitdiff
path: root/Lib/test/inspect_fodder2.py
Commit message (Expand)AuthorAgeFilesLines
* Issue #24485: Revert backwards compatibility breaking changes of #21217.Yury Selivanov2015-07-231-0/+7
* Issue #21217: inspect.getsourcelines() now tries to compute the start andAntoine Pitrou2015-04-151-1/+9
* inspect: Fix getsource() to support decorated functions.Yury Selivanov2014-09-261-0/+13
* fix inspect.formatargspec on functions with keyword-only arguments without de...Benjamin Peterson2009-01-171-0/+4
* Patch from Georg Brandl and me for #1493Christian Heimes2007-11-251-1/+1
* Applied patch #1127 from Quentin Gallet Gilles: No tests for inspect.getfulla...Christian Heimes2007-11-081-0/+8
* Merged revisions 55328-55341 via svnmerge fromGuido van Rossum2007-05-151-2/+2
* Fix most trivially-findable print statements.Guido van Rossum2007-02-091-1/+1
* Merge current trunk into p3yk. This includes the PyNumber_Index API change,Thomas Wouters2006-08-211-0/+9
* some more fixes and tests for inspect.getsource(), triggered by crashesArmin Rigo2005-09-251-0/+24
* Patch #1159931/bug #1143895: inspect.getsource failed when functions,Johannes Gijsbers2005-03-121-0/+11
* Whitespace normalization.Tim Peters2005-01-071-8/+8
* Patch #1011890: fix inspect.getsource breaking with line-continuation &Johannes Gijsbers2004-12-121-0/+33
* Patch #736962: port test_inspect to unittest. As part of this, move outJohannes Gijsbers2004-12-121-0/+22