summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* build: last action to set permissions onNed Batchelder2022-08-051-0/+3
|
* build: use built-in workflow cancellingNed Batchelder2022-08-036-25/+20
|
* build: be explicit about actions only having permission to read contentsNed Batchelder2022-08-032-0/+6
|
* docs: a GitHub security policyNed Batchelder2022-08-031-0/+4
|
* test: xfail some tests that need PyPy to improve #1426Ned Batchelder2022-08-023-4/+11
| | | | https://foss.heptapod.net/pypy/pypy/-/issues/3792
* build: use 3.11.0b5 in ciNed Batchelder2022-07-282-2/+2
|
* build: avoid a script injection attackNed Batchelder2022-07-171-1/+3
| | | | | | Details here: https://docs.github.com/en/actions/security-guides/security-hardening-for-github-actions#using-an-intermediate-environment-variable Found with https://rhysd.github.io/actionlint/
* build: use 3.11.0b4 in ciNed Batchelder2022-07-132-2/+2
|
* build: bump versionNed Batchelder2022-07-123-2/+7
|
* docs: latest sample HTML report6.4.2Ned Batchelder2022-07-1211-41/+41
|
* docs: prep for 6.4.2Ned Batchelder2022-07-123-6/+8
|
* build: run tests on nightly versions every dayNed Batchelder2022-07-121-3/+3
|
* docs: update the 3.11 versionNed Batchelder2022-07-122-2/+2
|
* fix: 3.11.0b4 has 0-numbered lines. Fixes #1419Ned Batchelder2022-07-125-12/+38
| | | | | CPython added these lines in https://github.com/python/cpython/commit/1bfe83a114da3939c00746fc44dc5da7f56f525f
* build: styfle/cancel-workflow-action@0.10.0 now accepts 'all'Ned Batchelder2022-07-091-1/+1
|
* build(deps): bump actions/dependency-review-action from 1 to 2 (#1404)dependabot[bot]2022-07-091-1/+1
| | | | | | | | | | | | | | | | Bumps [actions/dependency-review-action](https://github.com/actions/dependency-review-action) from 1 to 2. - [Release notes](https://github.com/actions/dependency-review-action/releases) - [Commits](https://github.com/actions/dependency-review-action/compare/v1...v2) --- updated-dependencies: - dependency-name: actions/dependency-review-action 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 styfle/cancel-workflow-action from 0.9.1 to 0.10.0 (#1412)dependabot[bot]2022-07-091-1/+1
| | | | | | | | | | | | | | | | Bumps [styfle/cancel-workflow-action](https://github.com/styfle/cancel-workflow-action) from 0.9.1 to 0.10.0. - [Release notes](https://github.com/styfle/cancel-workflow-action/releases) - [Commits](https://github.com/styfle/cancel-workflow-action/compare/0.9.1...0.10.0) --- updated-dependencies: - dependency-name: styfle/cancel-workflow-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* style: use new regex match object group accessNed Batchelder2022-07-082-5/+5
|
* test: copying __pycache__ was causing race conditions, and was unneeded anyway.Ned Batchelder2022-07-081-1/+5
|
* test(benchmark): more error checking before running long testsNed Batchelder2022-07-041-144/+46
|
* test(benchmark): compare gh93818 to 3.11Ned Batchelder2022-06-141-0/+23
|
* test(benchmark): properly aligned table columnsNed Batchelder2022-06-141-2/+4
|
* test: easier ways to get specific coverage versionsNed Batchelder2022-06-111-1/+43
|
* fix: COLLECT_STATS crash due to wrong BuildValue formatNed Batchelder2022-06-111-1/+1
| | | | This should have been part of 80211966 from 2021-10-18.
* test: suppress one more deprecation warning during testsNed Batchelder2022-06-111-0/+6
|
* docs: thanks, Yilei Yang #1399Ned Batchelder2022-06-112-1/+6
|
* fix: when stashing the singleton to sys.modules, use an actual module ↵Yilei "Dolee" Yang2022-06-111-2/+7
| | | | | object. (#1399) At least this won't trip anyone iterating through sys.modules and expects the values are actual modules.
* build(deps): bump actions/setup-python from 3 to 4dependabot[bot]2022-06-095-9/+9
| | | | | | | | | | | | | | Bumps [actions/setup-python](https://github.com/actions/setup-python) from 3 to 4. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](https://github.com/actions/setup-python/compare/v3...v4) --- 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>
* refactor: SQLite REGEX function can be inlineNed Batchelder2022-06-081-6/+1
|
* chore: make upgradeNed Batchelder2022-06-085-8/+8
|
* Use `PyCode_GetCode`Dennis Sweeney2022-06-061-1/+4
|
* test(benchmark): testing #1394Ned Batchelder2022-06-061-0/+31
|
* test(benchmark): more refactoringNed Batchelder2022-06-051-78/+102
|
* test(benchmark): results are presented in markdown table, with ratiosNed Batchelder2022-06-042-13/+74
|
* test: more benchmarkingNed Batchelder2022-06-031-15/+37
| | | | | | | | | | | | | | | | | ``` Median for bug1339.py, python3.10, cov=none: 0.180s Median for bug1339.py, python3.10, cov=6.4.1: 0.421s Median for bug1339.py, python3.11, cov=none: 0.141s Median for bug1339.py, python3.11, cov=6.4.1: 0.835s Median for bm_sudoku.py, python3.10, cov=none: 10.946s Median for bm_sudoku.py, python3.10, cov=6.4.1: 28.293s Median for bm_sudoku.py, python3.11, cov=none: 10.215s Median for bm_sudoku.py, python3.11, cov=6.4.1: 60.590s Median for bm_spectral_norm.py, python3.10, cov=none: 14.882s Median for bm_spectral_norm.py, python3.10, cov=6.4.1: 37.359s Median for bm_spectral_norm.py, python3.11, cov=none: 10.415s Median for bm_spectral_norm.py, python3.11, cov=6.4.1: 76.129s ```
* build: clean up ci helpers, use them more uniformlyNed Batchelder2022-06-024-17/+24
|
* build: automate triggering kit builds on github actionsNed Batchelder2022-06-023-3/+34
|
* build: kits should be triggerable programmaticallyNed Batchelder2022-06-021-0/+3
|
* style: pylint changed to 2.14, adapt.Ned Batchelder2022-06-022-20/+1
|
* chore: make upgradeNed Batchelder2022-06-025-8/+10
|
* build: move sample html steps into MakefileNed Batchelder2022-06-022-13/+25
|
* build: comment_on_fixes comments on pull requests tooNed Batchelder2022-06-021-7/+19
|
* build: bump versionNed Batchelder2022-06-022-1/+7
|
* docs: latest sample HTML report6.4.1Ned Batchelder2022-06-0211-41/+41
|
* build: prep for 6.4.1Ned Batchelder2022-06-025-12/+15
|
* build: more low-tech release automationNed Batchelder2022-06-021-6/+18
|
* build: use 3.11.0b3 in ciNed Batchelder2022-06-023-3/+3
|
* docs: performance improvements closed #1339Ned Batchelder2022-06-021-1/+2
|
* test: 3.11.0b3 is out, so remove the workaroundNed Batchelder2022-06-011-3/+1
|
* fix: use tomli for [toml] under more precise conditions. #1390Ned Batchelder2022-06-013-2/+7
|