Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | build: use --require-hashes to be very clear | Ned Batchelder | 2022-08-24 | 5 | -7/+7 | |
| | ||||||
* | build: pin third-party actions by hash | Ned Batchelder | 2022-08-23 | 3 | -3/+6 | |
| | ||||||
* | docs: ensure code blocks are highlighted properly | Ned Batchelder | 2022-08-21 | 8 | -10/+32 | |
| | ||||||
* | docs: tweak the changelog | Ned Batchelder | 2022-08-21 | 1 | -1/+1 | |
| | ||||||
* | fix: don't cache a failed parse | Ned Batchelder | 2022-08-21 | 3 | -2/+18 | |
| | | | | Found by OSS-Fuzz: https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=50381 | |||||
* | build: bump version | Ned Batchelder | 2022-08-16 | 2 | -1/+7 | |
| | ||||||
* | docs: sample html report6.4.4 | Ned Batchelder | 2022-08-16 | 11 | -41/+41 | |
| | ||||||
* | build: prep for 6.4.4 | Ned Batchelder | 2022-08-16 | 2 | -6/+8 | |
| | ||||||
* | build: update 3.11 references to rc1 | Ned Batchelder | 2022-08-16 | 5 | -5/+5 | |
| | ||||||
* | build: make upgrade (with hashes) | Ned Batchelder | 2022-08-15 | 9 | -288/+1534 | |
| | ||||||
* | docs: add some `make upgrade` instructions to the Makefile | Ned Batchelder | 2022-08-15 | 1 | -0/+9 | |
| | ||||||
* | build: use hashed pins | Ned Batchelder | 2022-08-15 | 1 | -1/+1 | |
| | ||||||
* | build: pin windows-only transitive dependencies | Ned Batchelder | 2022-08-15 | 5 | -2/+35 | |
| | ||||||
* | build: 3.11 is rc now - make wheels for it | Ned Batchelder | 2022-08-15 | 1 | -2/+8 | |
| | ||||||
* | docs: don't use tabs while we work out the docutil version pinning | Ned Batchelder | 2022-08-15 | 2 | -17/+15 | |
| | ||||||
* | build: don't install multiple .pip files | Ned Batchelder | 2022-08-15 | 3 | -2/+304 | |
| | | | | | | | If .pip files are pip-compile'd separately, they can have different pinned versions. Then when installed together, pip can't resolve the difference. Instead, pip-compile multiple .in files to produce one .pip file that is installed. | |||||
* | build: make upgrade | Ned Batchelder | 2022-08-15 | 9 | -106/+94 | |
| | ||||||
* | build: reduce doc reqs to avoid conflicts | Ned Batchelder | 2022-08-15 | 2 | -5/+5 | |
| | ||||||
* | build: remove sphinx-autobuild, it's rarely used and causes conflicts | Ned Batchelder | 2022-08-15 | 1 | -1/+1 | |
| | ||||||
* | Revert "build: switch to hashed dev dependencies" | Ned Batchelder | 2022-08-11 | 9 | -987/+202 | |
| | | | | This reverts commit 015e42af088e03c4c69068b191be9212d7808689. | |||||
* | build: switch to hashed dev dependencies | Ned Batchelder | 2022-08-11 | 9 | -202/+987 | |
| | | | | | | | | | | | | | | | I used this tweak to the Makefile to mostly just add hashes, though some dependencies were also upgraded, not sure why... @@ -74,7 +74,7 @@ metasmoke: .PHONY: upgrade -PIP_COMPILE = pip-compile --upgrade --allow-unsafe +PIP_COMPILE = pip-compile --allow-unsafe --generate-hashes upgrade: export CUSTOM_COMPILE_COMMAND=make upgrade upgrade: ## Update the *.pip files with the latest packages satisfying *.in files. pip install -q -r requirements/pip-tools.pip | |||||
* | build: bump version | Ned Batchelder | 2022-08-06 | 2 | -1/+7 | |
| | ||||||
* | 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 | |
| |