| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Prep for 5.0b2coverage-5.0b2 | Ned Batchelder | 2019-12-08 | 1 | -2/+2 |
| | | |||||
| * | Test on Python 3.9 | Ned Batchelder | 2019-11-25 | 1 | -1/+4 |
| | | |||||
| * | Better auto-spelling of contributors' names | Ned Batchelder | 2019-11-11 | 1 | -1/+1 |
| | | |||||
| * | Cleanups for TOML code | Ned Batchelder | 2019-11-03 | 1 | -1/+2 |
| | | |||||
| * | TOML support for pyproject.toml and other config files | Frazer McLean | 2019-11-03 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Squashed and rebased from https://github.com/nedbat/coveragepy/pull/699 Missing getfloat TOMLConfigParser -> TomlConfigParser fix getfloat for int Move TomlConfigParser Add name to contributors Import toml in backward.py fix indentation Don't ignore TomlDecodeError Raise if TomlConfigParser is used without toml installed Add tests for TOML config Fix test on Python 2 Mention toml support in documentation. | ||||
| * | Upgrade stuff | Ned Batchelder | 2019-10-18 | 1 | -3/+3 |
| | | |||||
| * | Cleaner release note conversion and upload | Ned Batchelder | 2019-08-12 | 1 | -2/+2 |
| | | |||||
| * | Utility to check .rst for accurate copies from source files. | Ned Batchelder | 2019-08-11 | 1 | -0/+1 |
| | | |||||
| * | Improve doc tooling | Ned Batchelder | 2019-08-11 | 1 | -1/+2 |
| | | |||||
| * | Latest dependencies | Ned Batchelder | 2019-05-13 | 1 | -2/+2 |
| | | |||||
| * | Remove tox definitions that tox now does by default | Ned Batchelder | 2019-04-16 | 1 | -17/+0 |
| | | |||||
| * | Run 3.7 tests on travis | Ned Batchelder | 2019-03-10 | 1 | -0/+1 |
| | | |||||
| * | Drop support for Python 3.4 | Ned Batchelder | 2019-03-10 | 1 | -5/+4 |
| | | |||||
| * | Update requirements | Ned Batchelder | 2019-03-10 | 1 | -2/+2 |
| | | |||||
| * | Exclude .github from the manifest check | Ned Batchelder | 2019-02-04 | 1 | -1/+1 |
| | | |||||
| * | gevent needs to stay at 1.2.x | Ned Batchelder | 2018-12-28 | 1 | -2/+2 |
| | | |||||
| * | Update requirements | Ned Batchelder | 2018-12-28 | 1 | -2/+2 |
| | | |||||
| * | readme_renderer is now run through twine | Ned Batchelder | 2018-11-25 | 1 | -1/+2 |
| | | |||||
| * | Update requirements | Ned Batchelder | 2018-11-12 | 1 | -1/+1 |
| | | |||||
| * | Minor cleanup in tox.ini | Ned Batchelder | 2018-11-05 | 1 | -3/+5 |
| | | |||||
| * | Finish updating requirements | Ned Batchelder | 2018-10-07 | 1 | -3/+3 |
| | | |||||
| * | Add 3.8 to tox | Ned Batchelder | 2018-10-04 | 1 | -3/+6 |
| | | |||||
| * | Disable travis lint until we can clean up the code | Ned Batchelder | 2018-08-24 | 1 | -1/+2 |
| | | |||||
| * | Consolidate testing requirements | Ned Batchelder | 2018-08-24 | 1 | -4/+0 |
| | | |||||
| * | Stop using farm/src for HTML tests. | Ned Batchelder | 2018-08-24 | 1 | -1/+1 |
| | | |||||
| * | Enable keeping test-created temp dirs | Ned Batchelder | 2018-08-24 | 1 | -1/+1 |
| | | |||||
| * | Update testing dependencies | Ned Batchelder | 2018-08-06 | 1 | -2/+2 |
| | | |||||
| * | Update testing requirements (stop an xdist crash) | Ned Batchelder | 2018-07-22 | 1 | -2/+2 |
| | | |||||
| * | Run pylint on travis | Ned Batchelder | 2018-06-30 | 1 | -0/+9 |
| | | |||||
| * | Jython isn't working, don't test it by default | Ned Batchelder | 2018-06-29 | 1 | -1/+1 |
| | | |||||
| * | Update requirements | Ned Batchelder | 2018-06-28 | 1 | -3/+3 |
| | | |||||
| * | Update NOTICE link to GitHub. | Ned Batchelder | 2018-06-24 | 1 | -1/+1 |
| | | |||||
| * | Keep gevent at a version that works for now | Ned Batchelder | 2018-06-05 | 1 | -1/+2 |
| | | |||||
| * | Update requirements | Ned Batchelder | 2018-06-01 | 1 | -2/+2 |
| | | |||||
| * | readme_renderer checks that the README.rst is valid | Ned Batchelder | 2018-05-24 | 1 | -0/+1 |
| | | |||||
| * | Use check-manifest to check the manifest | Ned Batchelder | 2018-05-14 | 1 | -1/+2 |
| | | |||||
| * | Upgrade most dependencies | Ned Batchelder | 2018-05-05 | 1 | -2/+2 |
| | | |||||
| * | No more support for 2.6 or 3.3 | Ned Batchelder | 2018-05-05 | 1 | -20/+4 |
| | | |||||
| * | Update some deps | Ned Batchelder | 2018-04-22 | 1 | -1/+1 |
| | | |||||
| * | Use tox 3.0.0 | Ned Batchelder | 2018-04-03 | 1 | -0/+4 |
| | | |||||
| * | Pip 9.0.3 restores py26 support | Ned Batchelder | 2018-03-24 | 1 | -1/+1 |
| | | |||||
| * | Pip 9.0.2 | Ned Batchelder | 2018-03-19 | 1 | -1/+1 |
| | | |||||
| * | greenlet 0.4.13 is good on 3.7 | Ned Batchelder | 2018-02-01 | 1 | -6/+1 |
| | | |||||
| * | It's gevent that needs Cython | Ned Batchelder | 2018-01-14 | 1 | -1/+1 |
| | | |||||
| * | Use an older eventlet for py26 | Ned Batchelder | 2018-01-14 | 1 | -1/+2 |
| | | |||||
| * | Get gevent and greenlet running on 3.7 by installing from git | Ned Batchelder | 2018-01-14 | 1 | -1/+5 |
| | | |||||
| * | Use the latest eventlet. Doesn't help with the 3.7 failures | Ned Batchelder | 2018-01-13 | 1 | -1/+1 |
| | | |||||
| * | Update testing requirements | Ned Batchelder | 2017-12-23 | 1 | -1/+1 |
| | | |||||
| * | Use the real implementation of del_environ | Ned Batchelder | 2017-11-04 | 1 | -1/+1 |
| | | |||||
| * | Use the manylinux docker image for testing also | Ned Batchelder | 2017-10-26 | 1 | -0/+1 |
| | | |||||
