summaryrefslogtreecommitdiff
path: root/coverage/files.py
Commit message (Expand)AuthorAgeFilesLines
...
* Undo Ben Finney's patch to use the os.path methods. os.path.commonprefix is ...Ned Batchelder2010-03-211-6/+6
* I like this punctuation betterNed Batchelder2010-03-131-1/+2
* Merged Ben Finney's use-os-path-module fixes (again?)Ned Batchelder2010-03-131-2/+4
|\
| * Use ‘os.path.commonprefix’ to find the “relative directory” at the st...Ben Finney2010-02-031-2/+4
* | Add more tests of omitting files during HTML reporting, and a better way to e...Ned Batchelder2009-12-271-0/+2
* | version_info is a nicer way to check Python versions than hexversion is.Ned Batchelder2009-12-131-1/+1
|/
* Massive eol whitespace clean-up.Ned Batchelder2009-12-021-6/+6
* 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 contort...Ned Batchelder2009-09-221-1/+1
* 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