summaryrefslogtreecommitdiff
path: root/coverage/misc.py
Commit message (Collapse)AuthorAgeFilesLines
...
* WIP for partial branch exclusion. #113Ned Batchelder2011-05-171-0/+8
|
* Deal more gracefully with unexpectedly-not-python source during reporting.Ned Batchelder2011-04-081-1/+5
|
* Got 2.3 to build, so now this is tested and works against 2.3Ned Batchelder2011-03-251-1/+2
|
* Incremental HTML generation. Some cleanup would be good.Ned Batchelder2011-03-241-0/+39
|
* If the product code throws an exception, 'coverage run' now produces the ↵Ned Batchelder2010-02-191-0/+8
| | | | same traceback as 'python' would, without the coverage-internal frames distracting from your code.
* Parallel mode can be set from the .coveragerc file.Ned Batchelder2010-01-031-0/+8
|
* Massive eol whitespace clean-up.Ned Batchelder2009-12-021-6/+6
|
* Docstrings for lintNed Batchelder2009-11-241-0/+1
|
* Some per-instance caching to speed code parsing and analysis.Ned Batchelder2009-11-101-0/+14
|
* Touch-ups in an ancient function.Ned Batchelder2009-11-021-3/+2
|
* Treat missing source files nicer.Ned Batchelder2009-10-251-0/+4
|
* More docstrings all around.Ned Batchelder2009-05-091-0/+1
|
* The name of the project is Coverage, not coverage.py.Ned Batchelder2009-04-301-1/+1
|
* Move format_lines into misc.py since it doesn't need to be a method of coverage.Ned Batchelder2009-03-121-0/+32
|
* Initial coverage.py 3.0 beta 1Ned Batchelder2009-03-051-0/+18