summaryrefslogtreecommitdiffstats
path: root/Lib/inspect.py
Commit message (Expand)AuthorAgeFilesLines
* Clarify the purpose of getsourcefile().Ka-Ping Yee2001-03-021-12/+19
* When seeking the module for an object, compare absolute (not relative) paths.Ka-Ping Yee2001-03-021-3/+4
* Add __author__ variable.Ka-Ping Yee2001-03-011-2/+5
* Add getlineno() routine to account for LINENO optimization.Ka-Ping Yee2001-03-011-3/+19
* Whitespace normalization.Tim Peters2001-02-281-1/+1
* inspect: a module for getting information out of live Python objectsKa-Ping Yee2001-02-271-0/+616