summaryrefslogtreecommitdiff
path: root/coverage/env.py
Commit message (Expand)AuthorAgeFilesLines
...
* Adapt to optimization tweak in CPython 3.8.0b1Ned Batchelder2019-06-051-1/+4
* Move more PYVERSION to be PYBEHAVIORNed Batchelder2019-03-241-0/+27
* Move some version conditionals to PYBEHAVIORNed Batchelder2019-03-241-0/+6
* Python 3.8 will optimize away "while True:"Ned Batchelder2018-11-111-0/+2
* Adapt to 3.8's way of tracing decorated functionsNed Batchelder2018-11-031-0/+6
* Finally jumps back to exiting linesNed Batchelder2018-10-061-0/+10
* Update NOTICE link to GitHub.Ned Batchelder2018-06-241-1/+1
* Minimal IronPython support.Ned Batchelder2017-03-141-0/+1
* Reporting doesn't work on Jython, so don't run reporting tests there.Ned Batchelder2017-01-141-1/+4
* The PyPy-specific test for atexit/gettrace are also PyPy-version-specific...Ned Batchelder2016-12-311-0/+2
* Make PyContracts disablable during debugging.Ned Batchelder2015-08-091-1/+3
* Add license mention to the top of all files. #313.Ned Batchelder2015-07-241-0/+3
* Dict literals changed in 3.5b1Ned Batchelder2015-05-271-2/+3
* Use PyContracts so we can declare/enforce parameter and return types.Ned Batchelder2015-05-171-0/+5
* Collect all the nudgy environment checks into coverage.envNed Batchelder2015-01-181-0/+21