summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Updated sample html report.coverage-3.1Ned Batchelder2009-10-047-2802/+4337
* Update all the metadata for version 3.1Ned Batchelder2009-10-045-6/+9
* Help should focus on the new command syntax but also have a way to get help o...Ned Batchelder2009-10-042-9/+13
* Documentation polishing for a 3.1 release.Ned Batchelder2009-10-046-18/+74
* Make this agnostic to Python versionNed Batchelder2009-09-301-1/+1
* Last clean up on the egg-reading code. Fixes issue #25.Ned Batchelder2009-09-303-10/+24
* Make egg source reading work on py2k and py3k, though i don't like it much...Ned Batchelder2009-09-303-6/+8
* Working toward reading source from eggs, but this isn't right on Py3k yet.Ned Batchelder2009-09-298-7/+45
* No longer using the three directoryNed Batchelder2009-09-291-1/+0
* Scooch the versionNed Batchelder2009-09-291-1/+1
* XML creditNed Batchelder2009-09-291-1/+1
* Keep line lengths properNed Batchelder2009-09-292-3/+4
* Obsolete fileNed Batchelder2009-09-291-15/+0
* TODONed Batchelder2009-09-271-0/+1
* Coverage 3.1b1Ned Batchelder2009-09-271-0/+2
* Tweaks to the package description.coverage-3.1b1Ned Batchelder2009-09-271-7/+9
* Coverage 3.1b1Ned Batchelder2009-09-271-0/+1
* Updated CHANGES for the 3.1b1 release.Ned Batchelder2009-09-272-4/+4
* Linux and Mac put a newline in the sys.version string. Odd.Ned Batchelder2009-09-271-1/+1
* Try to make this test impervious to platform differences.Ned Batchelder2009-09-272-0/+6
* Added a 'coverage debug' command to get internal information for diagnosing p...Ned Batchelder2009-09-276-13/+102
* Edits to CHANGESNed Batchelder2009-09-271-12/+16
* HTML report includes non-relative code units also. Fixes issue #11, though t...Ned Batchelder2009-09-2611-3/+431
* Fix some spacing in the footer of the HTML report.Ned Batchelder2009-09-261-1/+6
* A little more info in CHANGESNed Batchelder2009-09-261-1/+1
* Use universal newline mode when comparing test results.Ned Batchelder2009-09-261-2/+2
* lint cleanupNed Batchelder2009-09-262-1/+7
* XML report: now validates against the Cobertura dtd.Ned Batchelder2009-09-263-44/+64
* File comparison can include regex scrubbing to ignore certain parts.Ned Batchelder2009-09-261-2/+16
* XML command writes to coverage.xml, and takes a -o argument to write it somew...Ned Batchelder2009-09-255-7/+54
* Move common stuff to a common place.Ned Batchelder2009-09-251-33/+25
* One more place to indirect the url.Ned Batchelder2009-09-251-1/+1
* Put __version__ back in the main file, and also put the URL in only one place...Ned Batchelder2009-09-256-14/+10
* Fix the gold file: need to do this differently, or I'll have to touch this wi...Ned Batchelder2009-09-251-0/+1
* Clean up the XML code, use common reporting infrastructure, add a Generator c...Ned Batchelder2009-09-251-71/+74
* Don't need this any moreNed Batchelder2009-09-241-7/+0
* Don't use -o for 'omit' in the new command syntax: it should mean output.Ned Batchelder2009-09-242-8/+14
* Cleanup in the HTML code.Ned Batchelder2009-09-241-14/+10
* Get the test working properly, including adding a usable diff comparison when...Ned Batchelder2009-09-236-12/+19
* Some XML report fixes, and a very basic test.Ned Batchelder2009-09-235-6/+40
* Syntax coloring in the HTML reports.Ned Batchelder2009-09-239-41/+117
* Simple cleanupNed Batchelder2009-09-221-2/+1
* Forgot to update the CHANGES file for Py3kNed Batchelder2009-09-221-0/+2
* Update TODO for the py3k work.Ned Batchelder2009-09-221-3/+3
* The best way to get py3k support: same source runs on both, with some contort...Ned Batchelder2009-09-2226-117/+171
* Clean up setup.py from the other py3k experiments.Ned Batchelder2009-09-201-9/+1
* New theory about how to kit for py3k: coverage3k-* kits are for 3.xNed Batchelder2009-09-207-22/+18
* More progress on multi-head kits, though I'm not sure it will work.Ned Batchelder2009-09-186-7/+18
* Command-line notesNed Batchelder2009-09-181-0/+51
* Py3k kitting.Ned Batchelder2009-09-187-6/+35