Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | 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 | |
| | | | | | | | as long as the filename also doesn't end in a suffix that indicates a binary file (according to the flags in imp.get_suffixes()). Shrink try...except clauses and replace some of them with explicit checks. | |||||
* | Clarify the purpose of getsourcefile(). | Ka-Ping Yee | 2001-03-02 | 1 | -12/+19 | |
| | | | | Add getabsfile() for getting a most-normalized path. | |||||
* | 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 | |
| | | | | Robustify: don't rely on modules being present in sys.modules. | |||||
* | 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 | |