| Commit message (Expand) | Author | Age | Files | Lines |
* | A SimpleRepr class to inherit a simple __repr__ implementation. | Ned Batchelder | 2016-06-23 | 1 | -0/+10 |
* | Fix some pylint | Ned Batchelder | 2016-02-13 | 1 | -1/+2 |
* | PyContracts need protection from metacov, centralize that too. | Ned Batchelder | 2016-02-07 | 1 | -10/+13 |
* | Centralize the no-op-iness of contracts | Ned Batchelder | 2016-02-07 | 1 | -0/+4 |
* | Try a different strategy for setting and testing output encodings | Ned Batchelder | 2015-10-31 | 1 | -0/+14 |
* | Protect ourselves from mock'ed os. #416 | Ned Batchelder | 2015-10-06 | 1 | -0/+24 |
* | Make sure FileReporters are called once for their data. | Ned Batchelder | 2015-08-09 | 1 | -10/+15 |
* | Fixing spelling | Ned Batchelder | 2015-08-04 | 1 | -1/+1 |
* | Updated docs for 4.0b1 | Ned Batchelder | 2015-08-02 | 1 | -1/+0 |
* | Fix a few more occurrences of 'Coverage' to 'coverage.py' | Ned Batchelder | 2015-07-27 | 1 | -1/+1 |
* | Add license mention to the top of all files. #313. | Ned Batchelder | 2015-07-24 | 1 | -1/+4 |
* | Make sure env.TESTING is true during meta-coverage. | Ned Batchelder | 2015-07-23 | 1 | -6/+10 |
* | Move the raw data dumper to a more internal place. | Ned Batchelder | 2015-07-22 | 1 | -15/+0 |
* | A way to see the raw data in the data file. | Ned Batchelder | 2015-07-22 | 1 | -0/+15 |
* | If __file__ disagrees with the frame, use the frame info. Fixes #380. | Ned Batchelder | 2015-07-11 | 1 | -6/+0 |
* | Change how plugins are initialized. No more Plugin. Now coverage_init. | Ned Batchelder | 2015-07-05 | 1 | -23/+0 |
* | Pylint weeding | Ned Batchelder | 2015-05-23 | 1 | -4/+2 |
* | PyContracts is conditional, but not optional | Ned Batchelder | 2015-05-23 | 1 | -11/+7 |
* | Use PyContracts so we can declare/enforce parameter and return types. | Ned Batchelder | 2015-05-17 | 1 | -1/+26 |
* | Protect against misbehaving plugins. | Ned Batchelder | 2015-02-15 | 1 | -2/+2 |
* | Move a helper from plugin.py to misc.py | Ned Batchelder | 2015-01-24 | 1 | -0/+18 |
* | 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 | -1/+5 |
|\ |
|
| * | 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 |
* | | 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 |
|/ |
|
* | Now we can run .pyc files directly. Closes #264. | Ned Batchelder | 2013-09-28 | 1 | -0/+4 |
* | 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 |