Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | 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 | |
| | ||||||
* | refactor: adjust some of the --data-file option handling | Ned Batchelder | 2022-01-25 | 4 | -43/+78 | |
| | ||||||
* | feat: use --data-file to configure the coverage database | Nikita Bloshchanevich | 2022-01-25 | 3 | -9/+54 | |
| | ||||||
* | build: stop deleting 3.9 muslinux wheels, because they are ok now. #1268 | Ned Batchelder | 2022-01-25 | 1 | -7/+0 | |
| | ||||||
* | test: the sigterm tests have some race conditions, let them re-run if needed | Ned Batchelder | 2022-01-23 | 1 | -0/+1 | |
| | ||||||
* | fix: save data on SIGTERM #1307 | Ned Batchelder | 2022-01-23 | 6 | -17/+119 | |
| | | | | This covers multiprocessing.Process.terminate(), and maybe other cases also. | |||||
* | style: cleanups after lcov, though more than just lcov | Ned Batchelder | 2022-01-22 | 4 | -202/+172 | |
| | ||||||
* | fix: small fixes to lcov, and changes.rst mention. | Ned Batchelder | 2022-01-22 | 6 | -11/+16 | |
| | ||||||
* | feat: add "lcov" command for generating LCOV reports | Bradley Burns | 2022-01-22 | 12 | -22/+624 | |
| | | | | | | | * Add LCOV functionality into coverage.py * Add testing for the LCOV reporter * Add documentation for the LCOV reporter | |||||
* | test: bpo46389 improvements on tip of cpython | Ned Batchelder | 2022-01-22 | 1 | -2/+2 | |
| | ||||||
* | test: bpo46028 was fixed in 3.11 this week | Ned Batchelder | 2022-01-22 | 1 | -1/+1 | |
| | ||||||
* | build: correct the cron time of the Python nightly tests | Ned Batchelder | 2022-01-22 | 1 | -2/+3 | |
| | ||||||
* | test: add one sql test to cover an unlikely case in the code | Ned Batchelder | 2022-01-21 | 1 | -5/+13 | |
| | ||||||
* | refactor(docs): don't use extlink | Ned Batchelder | 2022-01-20 | 2 | -20/+24 | |
| | | | | | | extlinks are handy shortcuts, but GitHub won't render them, and now Sphinx warns if you make an explicit link that could have been an extlink. So just keep it low-tech, and don't use extlinks at all. | |||||
* | build: include lab/* in the sdist | Ned Batchelder | 2022-01-20 | 2 | -2/+2 | |
| | ||||||
* | fix: create the db as needed when accessed | Ned Batchelder | 2022-01-20 | 3 | -45/+33 | |
| | ||||||
* | docs: notes about bug 1303 | Ned Batchelder | 2022-01-20 | 1 | -0/+92 | |
| | ||||||
* | build: make upgrade | Ned Batchelder | 2022-01-20 | 8 | -35/+37 | |
| | ||||||
* | test: i can't figure out what versions of 3.9 this passes or fails | Ned Batchelder | 2022-01-19 | 1 | -1/+1 | |
| | ||||||
* | refactor(test): use xfail for tests that fail on specific versions of Python | Ned Batchelder | 2022-01-19 | 6 | -25/+19 | |
| | ||||||
* | refactor: make this more apparent | Ned Batchelder | 2022-01-17 | 1 | -1/+2 | |
| | ||||||
* | build(deps): bump styfle/cancel-workflow-action from 0.6.0 to 0.9.1 | dependabot[bot] | 2022-01-17 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | Bumps [styfle/cancel-workflow-action](https://github.com/styfle/cancel-workflow-action) from 0.6.0 to 0.9.1. - [Release notes](https://github.com/styfle/cancel-workflow-action/releases) - [Commits](https://github.com/styfle/cancel-workflow-action/compare/0.6.0...0.9.1) --- 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> | |||||
* | build: use dependabot to keep actions current | Ned Batchelder | 2022-01-17 | 1 | -0/+11 | |
| | ||||||
* | build: a cron action to test Python nightly once a week | Ned Batchelder | 2022-01-17 | 1 | -0/+56 | |
| | ||||||
* | docs: add an issue reference for the 3.11.0a4 support | Ned Batchelder | 2022-01-16 | 1 | -1/+2 | |
| | ||||||
* | build: provide hints about how to fix cog-check quality failures. | Ned Batchelder | 2022-01-15 | 4 | -0/+13 | |
| | ||||||
* | test: minor cleanup from start_method fixture work | Ned Batchelder | 2022-01-15 | 1 | -2/+1 | |
| | | | | | | We only had to use remove_files because try_multiprocessing_code used to be called twice in one test. Now that it's only called once, we don't have to clean out stale data files. | |||||
* | test: slightly nicer bpo prelude | Ned Batchelder | 2022-01-15 | 1 | -1/+2 | |
| | ||||||
* | fix: proper tracing of call/return for Python 3.11.0a4 | Ned Batchelder | 2022-01-15 | 4 | -19/+59 | |
| | | | | | Version 3.11.0a4 introduced RESUME, so returns and calls are different now. This change also fixes some mishandling of yield-from in previous releases. | |||||
* | build: better docs about Python versions in actions | Ned Batchelder | 2022-01-15 | 3 | -1/+14 | |
| | ||||||
* | fix: update pytracer.py for Python 3.11 | Ned Batchelder | 2022-01-15 | 1 | -5/+25 | |
| | ||||||
* | debug: reprs make debugging easier | Ned Batchelder | 2022-01-15 | 1 | -1/+3 | |
| | ||||||
* | test: skip tests suffering from bpo 46389 (3.11) | Ned Batchelder | 2022-01-15 | 2 | -3/+13 | |
| | ||||||
* | test: virtualenv tests are still broken on 3.11.0a4 (bpo 46028) | Ned Batchelder | 2022-01-15 | 1 | -1/+1 | |
| |