| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | More pep8 compliance | Ned Batchelder | 2015-01-19 | 1 | -2/+7 |
* | Collect all the nudgy environment checks into coverage.env | Ned Batchelder | 2015-01-18 | 1 | -2/+2 |
* | Source is always Unicode in HTML code. More refactoring to come. | Ned Batchelder | 2014-12-12 | 1 | -0/+2 |
* | Move to the misc.py file | Ned Batchelder | 2014-11-21 | 1 | -0/+24 |
* | Use json for html status file instead of pickle. | Ned Batchelder | 2014-10-27 | 1 | -3/+3 |
* | Pragmas for uncovered code | Ned Batchelder | 2014-09-28 | 1 | -1/+1 |
* | On Windows, we need file matching to be case-insensitive. | Ned Batchelder | 2014-09-21 | 1 | -6/+1 |
* | Get rid of some backward stuff we no longer need | Ned Batchelder | 2014-09-20 | 1 | -2/+2 |
* | Fix the new FnmatchMatcher for >100 patterns | Ned Batchelder | 2014-06-03 | 1 | -1/+1 |
* | Merged 4.0 to default | Ned Batchelder | 2013-12-13 | 1 | -6/+4 |
|\ |
|
| * | Except clause can now use 'as', no need for lots of sys.exc_info | Ned Batchelder | 2013-10-20 | 1 | -3/+1 |
| * | Generator expressons are ok now. | Ned Batchelder | 2013-10-19 | 1 | -2/+2 |
| * | Get rid of our backward implementation of set, sorted, reversed, and rpartition. | Ned Batchelder | 2013-10-19 | 1 | -1/+1 |
* | | Turns out we were spinning on Nones a lot in the Hasher. | Ned Batchelder | 2013-10-27 | 1 | -1/+3 |
* | | Use sets as much as possible to speed HTML reports. Seems to be a 10% speedup. | Ned Batchelder | 2013-10-23 | 1 | -0/+2 |
|/ |
|
* | Now we can run .pyc files directly. Closes #264. | Ned Batchelder | 2013-09-28 | 1 | -0/+4 |
* | More --debug options, split code into separate objects. | Ned Batchelder | 2013-09-08 | 1 | -20/+0 |
* | Better to leave the space out. | Ned Batchelder | 2013-09-06 | 1 | -1/+1 |
* | Move the info formatting into its own function. | Ned Batchelder | 2013-09-06 | 1 | -0/+20 |
* | A less-weird weird line | Ned Batchelder | 2013-02-24 | 1 | -1/+1 |
* | One more 2.3 thing. | Ned Batchelder | 2012-12-22 | 1 | -1/+1 |
* | Debugging to understand why 'trace function changed' appears. | Ned Batchelder | 2012-12-20 | 1 | -0/+6 |
* | Refactor, and make it work on older Pythons. | Ned Batchelder | 2012-11-14 | 1 | -0/+14 |
* | Better handling of the partial-branch exclusion regexes. Finishes issue #113. | Ned Batchelder | 2011-05-31 | 1 | -1/+3 |
* | WIP for partial branch exclusion. #113 | Ned Batchelder | 2011-05-17 | 1 | -0/+8 |
* | Deal more gracefully with unexpectedly-not-python source during reporting. | Ned Batchelder | 2011-04-08 | 1 | -1/+5 |
* | Got 2.3 to build, so now this is tested and works against 2.3 | Ned Batchelder | 2011-03-25 | 1 | -1/+2 |
* | Incremental HTML generation. Some cleanup would be good. | Ned Batchelder | 2011-03-24 | 1 | -0/+39 |
* | If the product code throws an exception, 'coverage run' now produces the same... | Ned Batchelder | 2010-02-19 | 1 | -0/+8 |
* | Parallel mode can be set from the .coveragerc file. | Ned Batchelder | 2010-01-03 | 1 | -0/+8 |
* | Massive eol whitespace clean-up. | Ned Batchelder | 2009-12-02 | 1 | -6/+6 |
* | Docstrings for lint | Ned Batchelder | 2009-11-24 | 1 | -0/+1 |
* | Some per-instance caching to speed code parsing and analysis. | Ned Batchelder | 2009-11-10 | 1 | -0/+14 |
* | Touch-ups in an ancient function. | Ned Batchelder | 2009-11-02 | 1 | -3/+2 |
* | Treat missing source files nicer. | Ned Batchelder | 2009-10-25 | 1 | -0/+4 |
* | More docstrings all around. | Ned Batchelder | 2009-05-09 | 1 | -0/+1 |
* | The name of the project is Coverage, not coverage.py. | Ned Batchelder | 2009-04-30 | 1 | -1/+1 |
* | Move format_lines into misc.py since it doesn't need to be a method of coverage. | Ned Batchelder | 2009-03-12 | 1 | -0/+32 |
* | Initial coverage.py 3.0 beta 1 | Ned Batchelder | 2009-03-05 | 1 | -0/+18 |