Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | 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 | |
| | ||||||
* | 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 | |
| |