index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Lib
/
test
/
test_inspect.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Change all the function attributes from func_* -> __*__. This gets rid
Neal Norwitz
2007-02-25
1
-2/+2
*
Kill off softspace completely (except in formatter.py which seems to have
Guido van Rossum
2007-02-09
1
-1/+0
*
Four months of trunk changes (including a few releases...)
Thomas Wouters
2006-12-13
1
-0/+11
*
Patch #1550800: make exec a function.
Georg Brandl
2006-09-06
1
-1/+1
*
Anna Ravenscroft identified many occurrences of "file" used to open a file
Alex Martelli
2006-08-24
1
-1/+1
*
Merge current trunk into p3yk. This includes the PyNumber_Index API change,
Thomas Wouters
2006-08-21
1
-0/+3
*
Merged revisions 46753-51188 via svnmerge from
Thomas Wouters
2006-08-11
1
-4/+28
*
Merge p3yk branch with the trunk up to revision 45595. This breaks a fair
Thomas Wouters
2006-04-21
1
-2/+4
*
- Remove tests for classic class behaviour
Thomas Wouters
2006-04-15
1
-77/+7
*
some more fixes and tests for inspect.getsource(), triggered by crashes
Armin Rigo
2005-09-25
1
-0/+12
*
Patch #1159931/bug #1143895: inspect.getsource failed when functions,
Johannes Gijsbers
2005-03-12
1
-0/+10
*
Whitespace normalization.
Tim Peters
2005-01-07
1
-22/+21
*
Patch #1011890: fix inspect.getsource breaking with line-continuation &
Johannes Gijsbers
2004-12-12
1
-1/+43
*
Patch #736962: port test_inspect to unittest. As part of this, move out
Johannes Gijsbers
2004-12-12
1
-395/+349
*
Patch #1006219: let inspect.getsource show '@' decorators and add tests for
Johannes Gijsbers
2004-08-18
1
-0/+41
*
- Bug #891637, patch #1005466: fix inspect.getargs() crash on def foo((bar)).
Matthias Klose
2004-08-15
1
-0/+8
*
[Bug #954364] inspect.getframeinfo() sometimes produces incorrect traceback l...
Andrew M. Kuchling
2004-06-05
1
-2/+2
*
Patch #830858: Correct the number of is-functions. Backported to 2.3 and 2.2.
Martin v. Löwis
2003-10-31
1
-0/+4
*
Add a trivial test of getargspec() with a method.
Jeremy Hylton
2003-06-27
1
-16/+21
*
Refer to __builtin__.file, not __builtins__.file
Martin v. Löwis
2003-05-03
1
-2/+3
*
Patch #711902: Cause pydoc to show data descriptor __doc__ strings.
Martin v. Löwis
2003-05-03
1
-0/+3
*
getdoc():
Ka-Ping Yee
2002-11-30
1
-1/+1
*
Get rid of relative imports in all unittests. Now anything that
Barry Warsaw
2002-07-23
1
-1/+1
*
Remove obsolete __dynamic__ distinction.
Tim Peters
2001-10-15
1
-74/+1
*
New function classify_class_attrs(). As a number of SF bug reports
Tim Peters
2001-09-23
1
-0/+201
*
Add a function to compute a class's method resolution order. This is
Tim Peters
2001-09-22
1
-0/+20
*
Don't have trace() skip the top frame; return them all.
Ka-Ping Yee
2001-03-23
1
-5/+7
*
Clean up junk files left behind by imp.load_source().
Tim Peters
2001-03-04
1
-1/+7
*
Replace literal '@test' with TESTFN.
Ka-Ping Yee
2001-03-02
1
-6/+6
*
inspect: a module for getting information out of live Python objects
Ka-Ping Yee
2001-02-27
1
-0/+207