summaryrefslogtreecommitdiff
path: root/coverage/misc.py
Commit message (Collapse)AuthorAgeFilesLines
...
* More pep8 complianceNed Batchelder2015-01-191-2/+7
|
* Collect all the nudgy environment checks into coverage.envNed Batchelder2015-01-181-2/+2
|
* Source is always Unicode in HTML code. More refactoring to come.Ned Batchelder2014-12-121-0/+2
|
* Move to the misc.py fileNed Batchelder2014-11-211-0/+24
|
* Use json for html status file instead of pickle.Ned Batchelder2014-10-271-3/+3
|
* Pragmas for uncovered codeNed Batchelder2014-09-281-1/+1
|
* On Windows, we need file matching to be case-insensitive.Ned Batchelder2014-09-211-6/+1
|
* Get rid of some backward stuff we no longer needNed Batchelder2014-09-201-2/+2
|
* Fix the new FnmatchMatcher for >100 patternsNed Batchelder2014-06-031-1/+1
|
* Merged 4.0 to defaultNed Batchelder2013-12-131-6/+4
|\
| * Except clause can now use 'as', no need for lots of sys.exc_infoNed Batchelder2013-10-201-3/+1
| | | | | | | | | | --HG-- branch : 4.0
| * Generator expressons are ok now.Ned Batchelder2013-10-191-2/+2
| | | | | | | | | | --HG-- branch : 4.0
| * Get rid of our backward implementation of set, sorted, reversed, and rpartition.Ned Batchelder2013-10-191-1/+1
| | | | | | | | | | --HG-- branch : 4.0
* | Turns out we were spinning on Nones a lot in the Hasher.Ned Batchelder2013-10-271-1/+3
| |
* | Use sets as much as possible to speed HTML reports. Seems to be a 10% speedup.Ned Batchelder2013-10-231-0/+2
|/
* Now we can run .pyc files directly. Closes #264.Ned Batchelder2013-09-281-0/+4
|
* More --debug options, split code into separate objects.Ned Batchelder2013-09-081-20/+0
|
* Better to leave the space out.Ned Batchelder2013-09-061-1/+1
|
* Move the info formatting into its own function.Ned Batchelder2013-09-061-0/+20
|
* 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 ↵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