summaryrefslogtreecommitdiff
path: root/coverage/files.py
Commit message (Collapse)AuthorAgeFilesLines
...
* Everything should derive from object.Ned Batchelder2009-10-241-1/+1
|
* Make egg source reading work on py2k and py3k, though i don't like it much...Ned Batchelder2009-09-301-3/+5
|
* Working toward reading source from eggs, but this isn't right on Py3k yet.Ned Batchelder2009-09-291-2/+3
|
* The best way to get py3k support: same source runs on both, with some ↵Ned Batchelder2009-09-221-1/+1
| | | | contortions.
* Better docstrings.Ned Batchelder2009-05-061-6/+11
|
* FileLocator is a better name than FileWrangler.Ned Batchelder2009-03-111-1/+1
|
* Split out the filename operations; Morf -> CodeUnit.Ned Batchelder2009-03-111-0/+65
--HG-- rename : coverage/morf.py => coverage/codeunit.py