summaryrefslogtreecommitdiff
path: root/coverage/codeunit.py
Commit message (Expand)AuthorAgeFilesLines
* Last clean up on the egg-reading code. Fixes issue #25.Ned Batchelder2009-09-301-9/+12
* Make egg source reading work on py2k and py3k, though i don't like it much...Ned Batchelder2009-09-301-2/+2
* Working toward reading source from eggs, but this isn't right on Py3k yet.Ned Batchelder2009-09-291-3/+15
* The best way to get py3k support: same source runs on both, with some contort...Ned Batchelder2009-09-221-1/+4
* Various Py3k fixes: remove gratuitous print, don't test the print statement, ...Ned Batchelder2009-07-081-2/+20
* Get the flat_rootname right for nested CodeUnits. Thanks, Christian Heimes.Ned Batchelder2009-06-121-3/+8
* Minor cleanup: don't use the types module so much.Ned Batchelder2009-06-101-2/+2
* The name of the project is Coverage, not coverage.py.Ned Batchelder2009-04-301-1/+1
* HTML reporting, phase 0.Ned Batchelder2009-04-201-0/+4
* The CodeUnit relative decision was wrong in the case that the module was spec...Ned Batchelder2009-04-191-1/+7
* Annotated files are only created for source files relative to the current dir...Ned Batchelder2009-04-191-1/+20
* If a module was loaded from a .pyc, report its file as .pyNed Batchelder2009-04-151-0/+3
* FileLocator is a better name than FileWrangler.Ned Batchelder2009-03-111-7/+7
* Split out the filename operations; Morf -> CodeUnit.Ned Batchelder2009-03-111-0/+70