summaryrefslogtreecommitdiff
path: root/coverage/data.py
Commit message (Collapse)AuthorAgeFilesLines
...
* I meant for the list of lines to be sorted.Ned Batchelder2009-07-031-2/+14
|
* Refactor a little bit so the tests can get at the data more easily.Ned Batchelder2009-07-031-6/+9
|
* Minor cleanup: don't use the types module so much.Ned Batchelder2009-06-101-2/+2
|
* Add the last few docstrings, and no pylint messages!Ned Batchelder2009-05-131-1/+1
|
* Re-think the api to set the data file name and suffix.Ned Batchelder2009-05-111-15/+14
|
* The name of the project is Coverage, not coverage.py.Ned Batchelder2009-04-301-1/+1
|
* More docstrings.Ned Batchelder2009-04-191-9/+17
|
* New more flexible data storage.Ned Batchelder2009-04-181-16/+46
|
* Testing and clean up for data.pyNed Batchelder2009-04-181-10/+11
|
* Refactor the file name stuff in CoverageData, and start its own test file.Ned Batchelder2009-04-171-14/+28
|
* Remove an unused parameter, and other small cleanups to data storageNed Batchelder2009-04-161-7/+7
|
* It's ok to ask the data module about files that were never measured. Fixes ↵Ned Batchelder2009-04-141-2/+6
| | | | <<issue 2>>.
* Use pickle to store coverage data instead of marshal. Marshal is not ↵Ned Batchelder2009-04-051-3/+4
| | | | guaranteed compatible across versions, although it is faster.
* Defaulting report and annotate to all files now happens inside coverage, ↵Ned Batchelder2009-03-111-4/+5
| | | | rather than in CoverageScript.
* Initial coverage.py 3.0 beta 1Ned Batchelder2009-03-051-0/+122