summaryrefslogtreecommitdiffstats
path: root/Doc/tools/refcounts.py
Commit message (Collapse)AuthorAgeFilesLines
* Replace backticks with repr() or "%r"Walter Dörwald2004-02-121-1/+1
| | | | From SF patch #852334.
* Use string methods.Fred Drake2002-10-161-4/+3
|
* If the input line does not contain enough fields, raise a meaningfulFred Drake2001-05-291-0/+2
| | | | error.
* If the refcount field is "null", that's ok; the value will be None.Fred Drake2000-04-101-1/+3
|
* Module/script to parse the reference count data file and make theFred Drake1999-10-201-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.