| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | More-precise no-coverage pragmas | Ned Batchelder | 2017-01-19 | 1 | -2/+2 |
* | Exceptions have to be exceptions. #556 | Ned Batchelder | 2017-01-17 | 1 | -2/+2 |
* | A better way to deal with 2.6 missing SkipTest | Ned Batchelder | 2017-01-17 | 1 | -1/+5 |
* | Only use SkipTest if we're testing, so that we can run on 2.6 pristine | Ned Batchelder | 2017-01-16 | 1 | -1/+1 |
* | Oops, don't assume decorator arguments can be hashed. | Ned Batchelder | 2017-01-16 | 1 | -1/+1 |
* | A better way to neuter decorators when not testing. | Ned Batchelder | 2017-01-16 | 1 | -11/+11 |
* | A one_of decorator for checking function arguments. | Ned Batchelder | 2017-01-16 | 1 | -0/+17 |
* | Python 2.6 doesn't have SkipTest | Ned Batchelder | 2017-01-14 | 1 | -1/+1 |
* | Reporting doesn't work on Jython, so don't run reporting tests there. | Ned Batchelder | 2017-01-14 | 1 | -0/+16 |
* | Prevent UnicodeErrors in HTML reports with Unicode configuration values | Ned Batchelder | 2016-12-06 | 1 | -3/+3 |
* | More-accurate pragmas | Ned Batchelder | 2016-11-29 | 1 | -2/+2 |
* | 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 | -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 |