Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | 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 | |