Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Move the backward-compatibility definitions to a common file. There seems to ↵ | Ned Batchelder | 2009-07-03 | 1 | -9/+1 | |
| | | | | be no pretty way to do this. | |||||
* | Clean up the `set` definitions for 2.3 (these should go someplace common). | Ned Batchelder | 2009-07-03 | 1 | -3/+4 | |
| | ||||||
* | The name of the project is Coverage, not coverage.py. | Ned Batchelder | 2009-04-30 | 1 | -1/+1 | |
| | ||||||
* | CodeAnalyzer was a terminology conflict with coverage.analysis, and it's ↵ | Ned Batchelder | 2009-03-13 | 1 | -0/+232 | |
really more of a parser anyway. --HG-- rename : coverage/analyzer.py => coverage/parser.py |