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
/
inspect.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Clean up isroutine().
Ka-Ping Yee
2001-04-13
1
-2/+1
*
Robustify getfile() against classes that lie about their __module__s
Ka-Ping Yee
2001-04-13
1
-1/+1
*
Remove duplicate type objects from isroutine() and isbuiltin().
Ka-Ping Yee
2001-04-13
1
-4/+4
*
Robustify getcomments() so it doesn't crash on empty files.
Ka-Ping Yee
2001-04-12
1
-2/+2
*
Add getmodulename() and getmoduleinfo() routines to inspect filenames.
Ka-Ping Yee
2001-04-10
1
-0/+15
*
Extend isclass() to work for extension classes (by looking for __bases__).
Ka-Ping Yee
2001-03-23
1
-1/+1
*
Don't have trace() skip the top frame; return them all.
Ka-Ping Yee
2001-03-23
1
-1/+0
*
Whitespace normalization.
Tim Peters
2001-03-16
1
-2/+0
*
Fix findsource() to work for derived classes.
Ka-Ping Yee
2001-03-10
1
-5/+5
*
Make getsourcefile() succeed even if the filename doesn't end in '.py' --
Ka-Ping Yee
2001-03-02
1
-25/+29
*
Clarify the purpose of getsourcefile().
Ka-Ping Yee
2001-03-02
1
-12/+19
*
When seeking the module for an object, compare absolute (not relative) paths.
Ka-Ping Yee
2001-03-02
1
-3/+4
*
Add __author__ variable.
Ka-Ping Yee
2001-03-01
1
-2/+5
*
Add getlineno() routine to account for LINENO optimization.
Ka-Ping Yee
2001-03-01
1
-3/+19
*
Whitespace normalization.
Tim Peters
2001-02-28
1
-1/+1
*
inspect: a module for getting information out of live Python objects
Ka-Ping Yee
2001-02-27
1
-0/+616