Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Replace backticks with repr() or "%r" | Walter Dörwald | 2004-02-12 | 1 | -1/+1 |
| | | | | From SF patch #852334. | ||||
* | Use string methods. | Fred Drake | 2002-10-16 | 1 | -4/+3 |
| | |||||
* | If the input line does not contain enough fields, raise a meaningful | Fred Drake | 2001-05-29 | 1 | -0/+2 |
| | | | | error. | ||||
* | If the refcount field is "null", that's ok; the value will be None. | Fred Drake | 2000-04-10 | 1 | -1/+3 |
| | |||||
* | Module/script to parse the reference count data file and make the | Fred Drake | 1999-10-20 | 1 | -0/+95 |
information accessible to Python. When run as a script, just dumps the information back out in the data format, with functions in sorted order and a blank line between different functions. Still need to apply the information somehow. |