summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* build(deps): bump actions/checkout from 2 to 3dependabot[bot]2022-03-171-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 analysisNed Batchelder2022-03-151-0/+70
|
* docs: a GitHub sponsors badge in the READMENed Batchelder2022-03-131-1/+4
|
* fix: protect fullcoverage against lineno=None, bpo46911Ned Batchelder2022-03-033-16/+5
| | | | https://bugs.python.org/issue46911
* test: no need to protect against a 3.11.0a4 bug anymoreNed Batchelder2022-03-032-18/+0
|
* build(deps): bump actions/checkout from 2 to 3 (#1336)dependabot[bot]2022-03-025-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-015-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 Stolcman2022-02-231-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.0a5Ned Batchelder2022-02-202-2/+2
|
* build: version bumpNed Batchelder2022-02-202-1/+7
|
* build: prep for 6.3.26.3.2Ned Batchelder2022-02-206-9/+12
|
* docs: latest sample HTMLNed Batchelder2022-02-2011-21/+21
|
* build: tox understands "pypy38" on its ownNed Batchelder2022-02-201-16/+0
|
* fix: pypy3.9 traces decorators like CPython 3.8Ned Batchelder2022-02-204-21/+6
|
* style: remove pylint exclusions only needed for 2/3Ned Batchelder2022-02-202-5/+1
|
* build: make upgradeNed Batchelder2022-02-128-25/+25
|
* fix: provide an intelligible error message for multiprocessing with no ↵Ned Batchelder2022-02-093-0/+11
| | | | config file. #1320
* refactor(test): simplify these testsNed Batchelder2022-02-091-12/+4
|
* test: dropping old Python versions mean we no longer need ↵Ned Batchelder2022-02-062-11/+7
| | | | optimize_if_not_debug=0
* test: nicer way to test debug=pybehaveNed Batchelder2022-02-062-5/+7
|
* build: pip cache works againNed Batchelder2022-02-062-6/+7
|
* debug: pybehave is now an option on `coverage debug`Ned Batchelder2022-02-069-46/+76
|
* refactor: out_lines was a bad name for a multi-line string.Ned Batchelder2022-02-061-22/+21
|
* build: another pip-cache failureNed Batchelder2022-02-061-2/+2
|
* build: also test PyPy nightliesNed Batchelder2022-02-061-3/+17
|
* test: SQLite errors come in a few formsNed Batchelder2022-02-061-3/+4
|
* doc: fix a moved linkNed Batchelder2022-02-061-1/+1
|
* doc, test: clean up from 'better tracing of pytracer changed'Ned Batchelder2022-02-062-4/+3
| | | | | Commit d35e8c4624bd074c4e55a8e8a33c343f734299db changed the message, but the docs and tests weren't updated.
* debug: tweaks to make these clearerNed Batchelder2022-02-062-7/+6
|
* test: make if_not_debug optimization testing a little more rationalNed Batchelder2022-02-062-20/+19
|
* test: adapt to PyPy 3.9 v7.8.8Ned Batchelder2022-02-065-10/+134
|
* build: finely sliced tox envs for testing pypy versions ad-hocNed Batchelder2022-02-061-1/+17
|
* debug: another lab debugging toolNed Batchelder2022-02-062-0/+14
|
* debug: add 'pybehave' debug informationNed Batchelder2022-02-064-3/+30
| | | | It shows the behavior flags from coverage.env.
* debug: a little easier to get code samples from testsNed Batchelder2022-02-051-1/+4
|
* build: 3.11.0-alpha.5 is availableNed Batchelder2022-02-043-3/+3
|
* doc(build): keep track of why this is pinnedNed Batchelder2022-02-041-2/+3
|
* build: make upgrade to get pytest 7.0.0Ned Batchelder2022-02-046-23/+25
|
* refactor(test): a context manager to swallow warningsNed Batchelder2022-02-044-5/+24
|
* test: include lock debugging in the debug_callers testNed Batchelder2022-02-031-1/+1
|
* debug: include an indication of exception in the debug logNed Batchelder2022-02-031-0/+4
|
* build: make upgradeNed Batchelder2022-02-028-17/+17
|
* build: version bump and more release detailsNed Batchelder2022-02-015-10/+20
|
* build: prep for 6.3.16.3.1Ned Batchelder2022-02-016-8/+18
|
* docs: a changelog entry for #1310, and misc cleanupsNed Batchelder2022-02-011-5/+7
|
* docs: a changelog entry for #1317Ned Batchelder2022-02-012-0/+6
|
* test: update --precision & --fail-under tests to really test the fix from #1317Ned Batchelder2022-02-011-38/+51
|
* fix: use --precision argument when checking --fail-under (#1317)Marcelo Trylesinski2022-02-012-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. #1316Ned Batchelder2022-02-012-1/+7
|
* build: windows 3.11.0a4 started failing to save the pip cacheNed Batchelder2022-02-012-4/+4
|