summaryrefslogtreecommitdiff
path: root/coverage/misc.py
Commit message (Expand)AuthorAgeFilesLines
* Make sure FileReporters are called once for their data.Ned Batchelder2015-08-091-10/+15
* Fixing spellingNed Batchelder2015-08-041-1/+1
* Updated docs for 4.0b1Ned Batchelder2015-08-021-1/+0
* Fix a few more occurrences of 'Coverage' to 'coverage.py'Ned Batchelder2015-07-271-1/+1
* Add license mention to the top of all files. #313.Ned Batchelder2015-07-241-1/+4
* Make sure env.TESTING is true during meta-coverage.Ned Batchelder2015-07-231-6/+10
* Move the raw data dumper to a more internal place.Ned Batchelder2015-07-221-15/+0
* A way to see the raw data in the data file.Ned Batchelder2015-07-221-0/+15
* If __file__ disagrees with the frame, use the frame info. Fixes #380.Ned Batchelder2015-07-111-6/+0
* Change how plugins are initialized. No more Plugin. Now coverage_init.Ned Batchelder2015-07-051-23/+0
* Pylint weedingNed Batchelder2015-05-231-4/+2
* PyContracts is conditional, but not optionalNed Batchelder2015-05-231-11/+7
* Use PyContracts so we can declare/enforce parameter and return types.Ned Batchelder2015-05-171-1/+26
* Protect against misbehaving plugins.Ned Batchelder2015-02-151-2/+2
* Move a helper from plugin.py to misc.pyNed Batchelder2015-01-241-0/+18
* 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-1/+5
|\
| * 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
* | Except clause can now use 'as', no need for lots of sys.exc_infoNed Batchelder2013-10-201-3/+1
* | Generator expressons are ok now.Ned Batchelder2013-10-191-2/+2
* | 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