Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | docs: latest sample6.4.3 | Ned Batchelder | 2022-08-06 | 12 | -43/+43 |
| | |||||
* | docs: prep for 6.4.3 | Ned Batchelder | 2022-08-06 | 5 | -8/+10 |
| | |||||
* | docs: better wording in CHANGES | Ned Batchelder | 2022-08-06 | 1 | -1/+1 |
| | |||||
* | docs: correct a reference | Ned Batchelder | 2022-08-06 | 1 | -1/+1 |
| | |||||
* | docs: keep CHANGES up to date | Ned Batchelder | 2022-08-06 | 3 | -2/+9 |
| | |||||
* | fix: paths were wrong when running from root (#1403) | Arthur Rio | 2022-08-06 | 2 | -8/+24 |
| | | | | | | | * Fix paths when running coverage from root * Add simple tests * Use nested pattern for older python versions | ||||
* | test: add a test for #1405 | Ned Batchelder | 2022-08-06 | 3 | -0/+34 |
| | |||||
* | fix: filenames can contain special glob characters (#1405) | earthman1 | 2022-08-06 | 2 | -3/+3 |
| | | | | | * Fix globbing of filenames that contain special glob characters * glob the path as well as the filename | ||||
* | doc: keep CHANGES up to date | Ned Batchelder | 2022-08-06 | 2 | -0/+5 |
| | |||||
* | fix(html): trigger filter on page load (#1413) | Marc Legendre | 2022-08-06 | 1 | -1/+1 |
| | | | | | | | | | In the HTML report, if the "filter" input contains a value when the page loads, it is ignored. This happens even though an event is actually created on start-up to trigger the refresh. I believe this is a regression introduced in 9a1954a224c7c0f578513d8f4ca5f821fcf2cf5a, when the observed events changed from "keyup change" to "input". | ||||
* | fixed "mNan" id in scroll markers (#1414) | LordBaryhobal | 2022-08-06 | 1 | -1/+1 |
| | |||||
* | fix: reduce the scope of a try/except. | Ned Batchelder | 2022-08-06 | 3 | -3/+11 |
| | |||||
* | fix: don't fail if can't find a relative path to a data file on another ↵ | Lorenzo Micò | 2022-08-06 | 1 | -1/+7 |
| | | | | | volume on win32 (#1428) (#1430) Co-authored-by: Lorenzo Micò <lmico@dxc.com> | ||||
* | fix: cython readonly members caused problems? #972 | Ned Batchelder | 2022-08-06 | 2 | -1/+6 |
| | |||||
* | Map also empty dictionaries to file | Matus Valo | 2022-08-06 | 1 | -1/+1 |
| | |||||
* | build: last action to set permissions on | Ned Batchelder | 2022-08-05 | 1 | -0/+3 |
| | |||||
* | build: use built-in workflow cancelling | Ned Batchelder | 2022-08-03 | 6 | -25/+20 |
| | |||||
* | build: be explicit about actions only having permission to read contents | Ned Batchelder | 2022-08-03 | 2 | -0/+6 |
| | |||||
* | docs: a GitHub security policy | Ned Batchelder | 2022-08-03 | 1 | -0/+4 |
| | |||||
* | test: xfail some tests that need PyPy to improve #1426 | Ned Batchelder | 2022-08-02 | 3 | -4/+11 |
| | | | | https://foss.heptapod.net/pypy/pypy/-/issues/3792 | ||||
* | build: use 3.11.0b5 in ci | Ned Batchelder | 2022-07-28 | 2 | -2/+2 |
| | |||||
* | build: avoid a script injection attack | Ned Batchelder | 2022-07-17 | 1 | -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 ci | Ned Batchelder | 2022-07-13 | 2 | -2/+2 |
| | |||||
* | build: bump version | Ned Batchelder | 2022-07-12 | 3 | -2/+7 |
| | |||||
* | docs: latest sample HTML report6.4.2 | Ned Batchelder | 2022-07-12 | 11 | -41/+41 |
| | |||||
* | docs: prep for 6.4.2 | Ned Batchelder | 2022-07-12 | 3 | -6/+8 |
| | |||||
* | build: run tests on nightly versions every day | Ned Batchelder | 2022-07-12 | 1 | -3/+3 |
| | |||||
* | docs: update the 3.11 version | Ned Batchelder | 2022-07-12 | 2 | -2/+2 |
| | |||||
* | fix: 3.11.0b4 has 0-numbered lines. Fixes #1419 | Ned Batchelder | 2022-07-12 | 5 | -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 Batchelder | 2022-07-09 | 1 | -1/+1 |
| | |||||
* | build(deps): bump actions/dependency-review-action from 1 to 2 (#1404) | dependabot[bot] | 2022-07-09 | 1 | -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-09 | 1 | -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 access | Ned Batchelder | 2022-07-08 | 2 | -5/+5 |
| | |||||
* | test: copying __pycache__ was causing race conditions, and was unneeded anyway. | Ned Batchelder | 2022-07-08 | 1 | -1/+5 |
| | |||||
* | test(benchmark): more error checking before running long tests | Ned Batchelder | 2022-07-04 | 1 | -144/+46 |
| | |||||
* | test(benchmark): compare gh93818 to 3.11 | Ned Batchelder | 2022-06-14 | 1 | -0/+23 |
| | |||||
* | test(benchmark): properly aligned table columns | Ned Batchelder | 2022-06-14 | 1 | -2/+4 |
| | |||||
* | test: easier ways to get specific coverage versions | Ned Batchelder | 2022-06-11 | 1 | -1/+43 |
| | |||||
* | fix: COLLECT_STATS crash due to wrong BuildValue format | Ned Batchelder | 2022-06-11 | 1 | -1/+1 |
| | | | | This should have been part of 80211966 from 2021-10-18. | ||||
* | test: suppress one more deprecation warning during tests | Ned Batchelder | 2022-06-11 | 1 | -0/+6 |
| | |||||
* | docs: thanks, Yilei Yang #1399 | Ned Batchelder | 2022-06-11 | 2 | -1/+6 |
| | |||||
* | fix: when stashing the singleton to sys.modules, use an actual module ↵ | Yilei "Dolee" Yang | 2022-06-11 | 1 | -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 4 | dependabot[bot] | 2022-06-09 | 5 | -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 inline | Ned Batchelder | 2022-06-08 | 1 | -6/+1 |
| | |||||
* | chore: make upgrade | Ned Batchelder | 2022-06-08 | 5 | -8/+8 |
| | |||||
* | Use `PyCode_GetCode` | Dennis Sweeney | 2022-06-06 | 1 | -1/+4 |
| | |||||
* | test(benchmark): testing #1394 | Ned Batchelder | 2022-06-06 | 1 | -0/+31 |
| | |||||
* | test(benchmark): more refactoring | Ned Batchelder | 2022-06-05 | 1 | -78/+102 |
| | |||||
* | test(benchmark): results are presented in markdown table, with ratios | Ned Batchelder | 2022-06-04 | 2 | -13/+74 |
| | |||||
* | test: more benchmarking | Ned Batchelder | 2022-06-03 | 1 | -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 ``` |