| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | build: provide hints about how to fix cog-check quality failures. | Ned Batchelder | 2022-01-15 | 1 | -0/+2 |
| | | |||||
| * | build(test): PyContracts doesn't work on 3.11 | Ned Batchelder | 2022-01-02 | 1 | -2/+0 |
| | | | | | and I don't think it ever will. | ||||
| * | build: drop Python 3.6 support | Ned Batchelder | 2021-12-31 | 1 | -3/+4 |
| | | |||||
| * | build: need to use pypy-3.7 instead of pypy3 on GHAnedbat/pypy37 | Ned Batchelder | 2021-12-14 | 1 | -1/+1 |
| | | |||||
| * | feat: multiple --concurrency values. #1012 #1082nedbat/multi-concurrency | Ned Batchelder | 2021-11-25 | 1 | -2/+0 |
| | | |||||
| * | test(build): a better way to pin light-thread packages | Ned Batchelder | 2021-11-24 | 1 | -2/+1 |
| | | | | | | Also, clearly indicate when we are skipping tests because the packages aren't available. | ||||
| * | build: use cog to maintain data copied into docs | Ned Batchelder | 2021-11-19 | 1 | -2/+4 |
| | | |||||
| * | fix: CPython 3.11 support. #1241 | Ned Batchelder | 2021-11-10 | 1 | -1/+4 |
| | | | | | | | | | | | | The fix for CTracer is egregious and will need to be updated when there's a supported way to do it. The fullcoverage skip is noted in https://github.com/nedbat/coveragepy/issues/1278 The raise_through_with skip is noted in https://github.com/nedbat/coveragepy/issues/1270 | ||||
| * | build: use this setup.py command because it shows compiler errors that might ↵ | Ned Batchelder | 2021-11-09 | 1 | -0/+1 |
| | | | | | | | | happen. The `pip install` command only shows errors with -v, and then there's a ton of other crap to wade through. | ||||
| * | test: check pylint for new files before adding them to git | Ned Batchelder | 2021-10-31 | 1 | -1/+1 |
| | | |||||
| * | docs: fix two warnings in the release-notes process | Ned Batchelder | 2021-10-30 | 1 | -1/+1 |
| | | | | | ... and change "tox doc" to fail next time this happens. | ||||
| * | build: force 'build' to shut up | Ned Batchelder | 2021-10-26 | 1 | -1/+3 |
| | | |||||
| * | fix: changes for PyPy3.8 | Ned Batchelder | 2021-10-25 | 1 | -1/+1 |
| | | | | | | | | | | | - Update tox.ini to let us run against PyPy3.8 - Some 3.8 behavior is (apparently) only on CPython - PyPy3.8 doesn't get along with virtualenv yet (https://github.com/pypa/virtualenv/issues/2182), so use venv instead for our virtualenv tests. | ||||
| * | build: avoid direct setup.py use | Ned Batchelder | 2021-10-25 | 1 | -7/+7 |
| | | |||||
| * | build: avoid direct setup.py invocations | Ned Batchelder | 2021-10-25 | 1 | -1/+1 |
| | | | | | Also simplified the .pip files a bit. | ||||
| * | build: use pip-tools to manage *.pip from *.in | Ned Batchelder | 2021-10-24 | 1 | -2/+0 |
| | | | | | | The requires.io site stopped working for me, and this is a more automated process anyway. | ||||
| * | build: defend against a local PYTHONPYCACHEPREFIX setting | Ned Batchelder | 2021-08-29 | 1 | -0/+3 |
| | | | | | | | | I had PYTYHONPYCACHEPREFIX=/tmp/pyc in my local shell, which put pyc files elsewhere. A few tests care very much about .pyc files, so those tests failed. This setting in tox.ini will ensure that .pyc files are written locally so the tests will pass. | ||||
| * | test: a more accurate name: COVERAGE_ANYPY | Ned Batchelder | 2021-06-06 | 1 | -2/+2 |
| | | |||||
| * | build: undo requirements changes | Ned Batchelder | 2021-05-31 | 1 | -3/+3 |
| | | | | | | | Building newer concurrency libraries causes compile-time errors, and Python 3.9 seems unhappy with all of them. I'll need some help from those projects to update these. | ||||
| * | build: update dependencies | Ned Batchelder | 2021-05-30 | 1 | -3/+3 |
| | | |||||
| * | build: don't run CI on 2.7, pypy2, or 3.5 | Ned Batchelder | 2021-05-01 | 1 | -8/+5 |
| | | |||||
| * | build: avoid pylint randomness | Ned Batchelder | 2021-04-14 | 1 | -1/+1 |
| | | | | | | | | -j seems to introduce non-determinism: https://github.com/PyCQA/pylint/issues/4356 With -j4, we'd have occasional (1 in 20?) failures on CI. | ||||
| * | test: remove the .egg test | Ned Batchelder | 2021-04-14 | 1 | -2/+1 |
| | | | | | | | People don't use .egg much anymore, distutils is showing deprecation warnings, and coverage.py only deals with them the same way it deals with .zip files, so let's just rely on a .zip test to cover that. | ||||
| * | 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 |
| | | |||||
