summaryrefslogtreecommitdiff
path: root/coverage/misc.py
Commit message (Expand)AuthorAgeFilesLines
...
* | Get rid of our backward implementation of set, sorted, reversed, and rpartition.Ned Batchelder2013-10-191-1/+1
|/
* Now we can run .pyc files directly. Closes #264.Ned Batchelder2013-09-281-0/+4
* A less-weird weird lineNed Batchelder2013-02-241-1/+1
* One more 2.3 thing.Ned Batchelder2012-12-221-1/+1
* Debugging to understand why 'trace function changed' appears.Ned Batchelder2012-12-201-0/+6
* Refactor, and make it work on older Pythons.Ned Batchelder2012-11-141-0/+14
* Better handling of the partial-branch exclusion regexes. Finishes issue #113.Ned Batchelder2011-05-311-1/+3
* 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 same...Ned Batchelder2010-02-191-0/+8
* 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