Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | These are obsolete. | Ned Batchelder | 2012-11-25 | 1 | -19/+0 |
| | |||||
* | Too many files start with 'cov', rename a few. | Ned Batchelder | 2010-08-31 | 1 | -3/+3 |
| | |||||
* | Updates for 3.2 | Ned Batchelder | 2010-08-01 | 1 | -2/+2 |
| | |||||
* | Use loops instead of all that repetition. | Ned Batchelder | 2010-01-10 | 1 | -35/+7 |
| | |||||
* | Test on Python 2.7 also. | Ned Batchelder | 2010-01-10 | 1 | -0/+6 |
| | |||||
* | COVERAGE_PROCESS_START now is the name of the rc file, and we use it to ↵ | Ned Batchelder | 2009-12-26 | 1 | -1/+1 |
| | | | | measure our own coverage. | ||||
* | A way to start coverage when Python starts, to help with measuring coverage ↵ | Ned Batchelder | 2009-12-23 | 1 | -0/+5 |
| | | | | in subprocesses. | ||||
* | No point measuring coverage under the Python tracer, since the tracer itself ↵ | Ned Batchelder | 2009-12-20 | 1 | -10/+2 |
| | | | | isn't measured. | ||||
* | Adapt the all-Python scripts to the new 3.1 Distribute scheme. ↵ | Ned Batchelder | 2009-11-30 | 1 | -2/+2 |
| | | | | allcoverage.cmd still doesn't save 3.1 results for some reason... | ||||
* | coverage_coverage.py now writes separate data files for each run of the test ↵ | Ned Batchelder | 2009-11-29 | 1 | -0/+44 |
suite, and combines them for reporting. |