Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | build(deps): bump actions/checkout from 2 to 3 | dependabot[bot] | 2022-03-17 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 3. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v2...v3) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> | |||||
* | build: use codeql analysis | Ned Batchelder | 2022-03-15 | 1 | -0/+70 | |
| | ||||||
* | docs: a GitHub sponsors badge in the README | Ned Batchelder | 2022-03-13 | 1 | -1/+4 | |
| | ||||||
* | fix: protect fullcoverage against lineno=None, bpo46911 | Ned Batchelder | 2022-03-03 | 3 | -16/+5 | |
| | | | | https://bugs.python.org/issue46911 | |||||
* | test: no need to protect against a 3.11.0a4 bug anymore | Ned Batchelder | 2022-03-03 | 2 | -18/+0 | |
| | ||||||
* | build(deps): bump actions/checkout from 2 to 3 (#1336) | dependabot[bot] | 2022-03-02 | 5 | -10/+10 | |
| | | | | | | | | | | | | | | | | | Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 3. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v2...v3) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | |||||
* | build(deps): bump actions/setup-python from 2 to 3 (#1335) | dependabot[bot] | 2022-03-01 | 5 | -10/+10 | |
| | | | | | | | | | | | | | | | | Bumps [actions/setup-python](https://github.com/actions/setup-python) from 2 to 3. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](https://github.com/actions/setup-python/compare/v2...v3) --- updated-dependencies: - dependency-name: actions/setup-python dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | |||||
* | docs: clarify usage of disable_warnings in pyproject.toml (#1330) | Lukasz Stolcman | 2022-02-23 | 1 | -0/+4 | |
| | | | | | | | * docs: clarify usage of disable_warnings in pyproject.toml * Update doc/cmd.rst Co-authored-by: Ned Batchelder <ned@nedbatchelder.com> | |||||
* | docs: oops, we're up to 3.11.0a5 | Ned Batchelder | 2022-02-20 | 2 | -2/+2 | |
| | ||||||
* | build: version bump | Ned Batchelder | 2022-02-20 | 2 | -1/+7 | |
| | ||||||
* | build: prep for 6.3.26.3.2 | Ned Batchelder | 2022-02-20 | 6 | -9/+12 | |
| | ||||||
* | docs: latest sample HTML | Ned Batchelder | 2022-02-20 | 11 | -21/+21 | |
| | ||||||
* | build: tox understands "pypy38" on its own | Ned Batchelder | 2022-02-20 | 1 | -16/+0 | |
| | ||||||
* | fix: pypy3.9 traces decorators like CPython 3.8 | Ned Batchelder | 2022-02-20 | 4 | -21/+6 | |
| | ||||||
* | style: remove pylint exclusions only needed for 2/3 | Ned Batchelder | 2022-02-20 | 2 | -5/+1 | |
| | ||||||
* | build: make upgrade | Ned Batchelder | 2022-02-12 | 8 | -25/+25 | |
| | ||||||
* | fix: provide an intelligible error message for multiprocessing with no ↵ | Ned Batchelder | 2022-02-09 | 3 | -0/+11 | |
| | | | | config file. #1320 | |||||
* | refactor(test): simplify these tests | Ned Batchelder | 2022-02-09 | 1 | -12/+4 | |
| | ||||||
* | test: dropping old Python versions mean we no longer need ↵ | Ned Batchelder | 2022-02-06 | 2 | -11/+7 | |
| | | | | optimize_if_not_debug=0 | |||||
* | test: nicer way to test debug=pybehave | Ned Batchelder | 2022-02-06 | 2 | -5/+7 | |
| | ||||||
* | build: pip cache works again | Ned Batchelder | 2022-02-06 | 2 | -6/+7 | |
| | ||||||
* | debug: pybehave is now an option on `coverage debug` | Ned Batchelder | 2022-02-06 | 9 | -46/+76 | |
| | ||||||
* | refactor: out_lines was a bad name for a multi-line string. | Ned Batchelder | 2022-02-06 | 1 | -22/+21 | |
| | ||||||
* | build: another pip-cache failure | Ned Batchelder | 2022-02-06 | 1 | -2/+2 | |
| | ||||||
* | build: also test PyPy nightlies | Ned Batchelder | 2022-02-06 | 1 | -3/+17 | |
| | ||||||
* | test: SQLite errors come in a few forms | Ned Batchelder | 2022-02-06 | 1 | -3/+4 | |
| | ||||||
* | doc: fix a moved link | Ned Batchelder | 2022-02-06 | 1 | -1/+1 | |
| | ||||||
* | doc, test: clean up from 'better tracing of pytracer changed' | Ned Batchelder | 2022-02-06 | 2 | -4/+3 | |
| | | | | | Commit d35e8c4624bd074c4e55a8e8a33c343f734299db changed the message, but the docs and tests weren't updated. | |||||
* | debug: tweaks to make these clearer | Ned Batchelder | 2022-02-06 | 2 | -7/+6 | |
| | ||||||
* | test: make if_not_debug optimization testing a little more rational | Ned Batchelder | 2022-02-06 | 2 | -20/+19 | |
| | ||||||
* | test: adapt to PyPy 3.9 v7.8.8 | Ned Batchelder | 2022-02-06 | 5 | -10/+134 | |
| | ||||||
* | build: finely sliced tox envs for testing pypy versions ad-hoc | Ned Batchelder | 2022-02-06 | 1 | -1/+17 | |
| | ||||||
* | debug: another lab debugging tool | Ned Batchelder | 2022-02-06 | 2 | -0/+14 | |
| | ||||||
* | debug: add 'pybehave' debug information | Ned Batchelder | 2022-02-06 | 4 | -3/+30 | |
| | | | | It shows the behavior flags from coverage.env. | |||||
* | debug: a little easier to get code samples from tests | Ned Batchelder | 2022-02-05 | 1 | -1/+4 | |
| | ||||||
* | build: 3.11.0-alpha.5 is available | Ned Batchelder | 2022-02-04 | 3 | -3/+3 | |
| | ||||||
* | doc(build): keep track of why this is pinned | Ned Batchelder | 2022-02-04 | 1 | -2/+3 | |
| | ||||||
* | build: make upgrade to get pytest 7.0.0 | Ned Batchelder | 2022-02-04 | 6 | -23/+25 | |
| | ||||||
* | refactor(test): a context manager to swallow warnings | Ned Batchelder | 2022-02-04 | 4 | -5/+24 | |
| | ||||||
* | test: include lock debugging in the debug_callers test | Ned Batchelder | 2022-02-03 | 1 | -1/+1 | |
| | ||||||
* | debug: include an indication of exception in the debug log | Ned Batchelder | 2022-02-03 | 1 | -0/+4 | |
| | ||||||
* | build: make upgrade | Ned Batchelder | 2022-02-02 | 8 | -17/+17 | |
| | ||||||
* | build: version bump and more release details | Ned Batchelder | 2022-02-01 | 5 | -10/+20 | |
| | ||||||
* | build: prep for 6.3.16.3.1 | Ned Batchelder | 2022-02-01 | 6 | -8/+18 | |
| | ||||||
* | docs: a changelog entry for #1310, and misc cleanups | Ned Batchelder | 2022-02-01 | 1 | -5/+7 | |
| | ||||||
* | docs: a changelog entry for #1317 | Ned Batchelder | 2022-02-01 | 2 | -0/+6 | |
| | ||||||
* | test: update --precision & --fail-under tests to really test the fix from #1317 | Ned Batchelder | 2022-02-01 | 1 | -38/+51 | |
| | ||||||
* | fix: use --precision argument when checking --fail-under (#1317) | Marcelo Trylesinski | 2022-02-01 | 2 | -0/+5 | |
| | | | | | | | | | | | | | * build: windows 3.11.0a4 started failing to save the pip cache * Fix precision argument when using cmd * Remove print * Remove isort things * last isort... Co-authored-by: Ned Batchelder <ned@nedbatchelder.com> | |||||
* | build: don't provide pre-release wheels. #1316 | Ned Batchelder | 2022-02-01 | 2 | -1/+7 | |
| | ||||||
* | build: windows 3.11.0a4 started failing to save the pip cache | Ned Batchelder | 2022-02-01 | 2 | -4/+4 | |
| |