summaryrefslogtreecommitdiff
path: root/coverage/parser.py
Commit message (Expand)AuthorAgeFilesLines
...
* Mark most of these methods as private.Ned Batchelder2009-10-071-15/+15
* The best way to get py3k support: same source runs on both, with some contort...Ned Batchelder2009-09-221-9/+9
* Remove a redundant import.Ned Batchelder2009-07-071-2/+0
* Make reading the lnotab structure work in both 2.x and 3.xNed Batchelder2009-07-071-4/+15
* Move the backward-compatibility definitions to a common file. There seems to ...Ned Batchelder2009-07-031-9/+1
* Clean up the `set` definitions for 2.3 (these should go someplace common).Ned Batchelder2009-07-031-3/+4
* The name of the project is Coverage, not coverage.py.Ned Batchelder2009-04-301-1/+1
* CodeAnalyzer was a terminology conflict with coverage.analysis, and it's real...Ned Batchelder2009-03-131-0/+232