| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | build: clean up pip files | Ned Batchelder | 2021-03-01 | 1 | -1/+0 |
| | | | | | | auditwheel only installs on Python 3. So only install it where we need it, and clean up other .pip files along the way. | ||||
| * | build: run on Python 3.10 alpha 5 | Ned Batchelder | 2021-02-25 | 1 | -0/+2 |
| | | | | | | This required pinning setuptools more aggressively, and cleaning up some dependency sloppinesss. | ||||
| * | So that set_env can show me one more variable | Ned Batchelder | 2021-01-10 | 1 | -0/+1 |
| | | |||||
| * | GitHub Action for running tests | Ned Batchelder | 2020-11-28 | 1 | -3/+4 |
| | | |||||
| * | Python 3.10 | Ned Batchelder | 2020-10-10 | 1 | -4/+1 |
| | | |||||
| * | Correct the indentation | Ned Batchelder | 2020-08-09 | 1 | -6/+6 |
| | | |||||
| * | gevent is still an issue | Ned Batchelder | 2020-07-05 | 1 | -1/+1 |
| | | |||||
| * | New cmd_help needs to be built for 'tox -e doc' | Ned Batchelder | 2020-07-05 | 1 | -0/+3 |
| | | |||||
| * | Update packages | Ned Batchelder | 2020-07-04 | 1 | -2/+2 |
| | | |||||
| * | Fix some checking configurations | Ned Batchelder | 2020-07-04 | 1 | -1/+1 |
| | | |||||
| * | Appveyor should use the same version of pip as everything else | Ned Batchelder | 2020-04-30 | 1 | -1/+1 |
| | | |||||
| * | Update some dependencies | Ned Batchelder | 2020-01-25 | 1 | -1/+1 |
| | | |||||
| * | tox anypy environment | Ned Batchelder | 2020-01-10 | 1 | -3/+3 |
| | | |||||
| * | An environment for testing the tip of CPython | Ned Batchelder | 2019-12-29 | 1 | -0/+4 |
| | | |||||
| * | 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 |
| | | |||||
