index
:
delta/cpython.git
2.0
2.1
2.2
2.3
2.4
2.5
2.6
2.7
3.0
3.1
3.2
3.3
3.4
3.5
3.6
baserock/2.7.9-mips64
baserock/markdoffman/py2-symlink
baserock/markdoffman/py2-symlink-v2
baserock/morph-2.7
legacy-trunk
master
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Lib
/
test
/
inspect_fodder2.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Issue #24485: Revert backwards compatibility breaking changes of #21217.
Yury Selivanov
2015-07-23
1
-0
/
+7
*
Issue #21217: inspect.getsourcelines() now tries to compute the start and
Antoine Pitrou
2015-04-15
1
-1
/
+9
*
inspect: Fix getsource() to support decorated functions.
Yury Selivanov
2014-09-26
1
-0
/
+13
*
fix inspect.formatargspec on functions with keyword-only arguments without de...
Benjamin Peterson
2009-01-17
1
-0
/
+4
*
Patch from Georg Brandl and me for #1493
Christian Heimes
2007-11-25
1
-1
/
+1
*
Applied patch #1127 from Quentin Gallet Gilles: No tests for inspect.getfulla...
Christian Heimes
2007-11-08
1
-0
/
+8
*
Merged revisions 55328-55341 via svnmerge from
Guido van Rossum
2007-05-15
1
-2
/
+2
*
Fix most trivially-findable print statements.
Guido van Rossum
2007-02-09
1
-1
/
+1
*
Merge current trunk into p3yk. This includes the PyNumber_Index API change,
Thomas Wouters
2006-08-21
1
-0
/
+9
*
some more fixes and tests for inspect.getsource(), triggered by crashes
Armin Rigo
2005-09-25
1
-0
/
+24
*
Patch #1159931/bug #1143895: inspect.getsource failed when functions,
Johannes Gijsbers
2005-03-12
1
-0
/
+11
*
Whitespace normalization.
Tim Peters
2005-01-07
1
-8
/
+8
*
Patch #1011890: fix inspect.getsource breaking with line-continuation &
Johannes Gijsbers
2004-12-12
1
-0
/
+33
*
Patch #736962: port test_inspect to unittest. As part of this, move out
Johannes Gijsbers
2004-12-12
1
-0
/
+22