summaryrefslogtreecommitdiff
path: root/allcoverage.cmd
Commit message (Expand)AuthorAgeFilesLines
* These are obsolete.Ned Batchelder2012-11-251-19/+0
* Too many files start with 'cov', rename a few.Ned Batchelder2010-08-311-3/+3
* Updates for 3.2Ned Batchelder2010-08-011-2/+2
* Use loops instead of all that repetition.Ned Batchelder2010-01-101-35/+7
* Test on Python 2.7 also.Ned Batchelder2010-01-101-0/+6
* COVERAGE_PROCESS_START now is the name of the rc file, and we use it to measu...Ned Batchelder2009-12-261-1/+1
* A way to start coverage when Python starts, to help with measuring coverage i...Ned Batchelder2009-12-231-0/+5
* No point measuring coverage under the Python tracer, since the tracer itself ...Ned Batchelder2009-12-201-10/+2
* Adapt the all-Python scripts to the new 3.1 Distribute scheme. allcoverage.c...Ned Batchelder2009-11-301-2/+2
* coverage_coverage.py now writes separate data files for each run of the test ...Ned Batchelder2009-11-291-0/+44