Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Testing and clean up for data.py | Ned Batchelder | 2009-04-18 | 1 | -10/+11 | |
| | ||||||
* | Refactor the file name stuff in CoverageData, and start its own test file. | Ned Batchelder | 2009-04-17 | 1 | -14/+28 | |
| | ||||||
* | Remove an unused parameter, and other small cleanups to data storage | Ned Batchelder | 2009-04-16 | 1 | -7/+7 | |
| | ||||||
* | It's ok to ask the data module about files that were never measured. Fixes ↵ | Ned Batchelder | 2009-04-14 | 1 | -2/+6 | |
| | | | | <<issue 2>>. | |||||
* | Use pickle to store coverage data instead of marshal. Marshal is not ↵ | Ned Batchelder | 2009-04-05 | 1 | -3/+4 | |
| | | | | guaranteed compatible across versions, although it is faster. | |||||
* | Defaulting report and annotate to all files now happens inside coverage, ↵ | Ned Batchelder | 2009-03-11 | 1 | -4/+5 | |
| | | | | rather than in CoverageScript. | |||||
* | Initial coverage.py 3.0 beta 1 | Ned Batchelder | 2009-03-05 | 1 | -0/+122 | |