Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | 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 | |
| | ||||||
* | debug: better tracing of pytracer changed | Ned Batchelder | 2022-01-30 | 2 | -4/+13 | |
| | ||||||
* | fix: use a re-entrant lock to avoid self-deadlocking #1310 | Ned Batchelder | 2022-01-30 | 2 | -1/+7 | |
| | ||||||
* | test: skip tests on py 3.11.0a4 that are failing in metacov | Ned Batchelder | 2022-01-29 | 3 | -2/+15 | |
| | | | | | This specific set of circumstances was triggering https://bugs.python.org/issue44088 | |||||
* | test: bpo 46028 only is a problem under very specific circumstances | Ned Batchelder | 2022-01-27 | 1 | -1/+6 | |
| | ||||||
* | build: show more information about the build of Python, if needed | Ned Batchelder | 2022-01-27 | 1 | -0/+2 | |
| | ||||||
* | build: GitHub Actions now has 3.11.0a4 | Ned Batchelder | 2022-01-27 | 5 | -5/+5 | |
| | ||||||
* | fix: only set signal handlers from the main thread. #1312 | Ned Batchelder | 2022-01-26 | 2 | -2/+9 | |
| | ||||||
* | build: 'python igor.py cheats' shows a few things needed during releases | Ned Batchelder | 2022-01-26 | 1 | -0/+40 | |
| | ||||||
* | build: latest tweaks to howto, and start of more automation | Ned Batchelder | 2022-01-25 | 2 | -3/+42 | |
| | ||||||
* | build: bump version | Ned Batchelder | 2022-01-25 | 2 | -1/+7 | |
| | ||||||
* | build: 'pypy' is pypy-3.6, which we don't support anymore6.3 | Ned Batchelder | 2022-01-25 | 1 | -1/+2 | |
| | ||||||
* | build: prepping for 6.3 | Ned Batchelder | 2022-01-25 | 7 | -11/+14 | |
| | ||||||
* | docs: latest sample HTML report | Ned Batchelder | 2022-01-25 | 11 | -21/+21 | |
| | ||||||
* | docs: make it easier to add command-line options correctly | Ned Batchelder | 2022-01-25 | 1 | -4/+14 | |
| | ||||||
* | fix: more cleanup of --data-file options | Ned Batchelder | 2022-01-25 | 3 | -43/+88 | |
| | ||||||
* | docs: touch up the changelog | Ned Batchelder | 2022-01-25 | 1 | -6/+8 | |
| | ||||||
* | style: uniform formatting of cmdline options | Ned Batchelder | 2022-01-25 | 1 | -13/+9 | |
| |