summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* build: 'pypy' is pypy-3.6, which we don't support anymore6.3Ned Batchelder2022-01-251-1/+2
* build: prepping for 6.3Ned Batchelder2022-01-257-11/+14
* docs: latest sample HTML reportNed Batchelder2022-01-2511-21/+21
* docs: make it easier to add command-line options correctlyNed Batchelder2022-01-251-4/+14
* fix: more cleanup of --data-file optionsNed Batchelder2022-01-253-43/+88
* docs: touch up the changelogNed Batchelder2022-01-251-6/+8
* style: uniform formatting of cmdline optionsNed Batchelder2022-01-251-13/+9
* refactor: adjust some of the --data-file option handlingNed Batchelder2022-01-254-43/+78
* feat: use --data-file to configure the coverage databaseNikita Bloshchanevich2022-01-253-9/+54
* build: stop deleting 3.9 muslinux wheels, because they are ok now. #1268Ned Batchelder2022-01-251-7/+0
* test: the sigterm tests have some race conditions, let them re-run if neededNed Batchelder2022-01-231-0/+1
* fix: save data on SIGTERM #1307Ned Batchelder2022-01-236-17/+119
* style: cleanups after lcov, though more than just lcovNed Batchelder2022-01-224-202/+172
* fix: small fixes to lcov, and changes.rst mention.Ned Batchelder2022-01-226-11/+16
* feat: add "lcov" command for generating LCOV reportsBradley Burns2022-01-2212-22/+624
* test: bpo46389 improvements on tip of cpythonNed Batchelder2022-01-221-2/+2
* test: bpo46028 was fixed in 3.11 this weekNed Batchelder2022-01-221-1/+1
* build: correct the cron time of the Python nightly testsNed Batchelder2022-01-221-2/+3
* test: add one sql test to cover an unlikely case in the codeNed Batchelder2022-01-211-5/+13
* refactor(docs): don't use extlinkNed Batchelder2022-01-202-20/+24
* build: include lab/* in the sdistNed Batchelder2022-01-202-2/+2
* fix: create the db as needed when accessedNed Batchelder2022-01-203-45/+33
* docs: notes about bug 1303Ned Batchelder2022-01-201-0/+92
* build: make upgradeNed Batchelder2022-01-208-35/+37
* test: i can't figure out what versions of 3.9 this passes or failsNed Batchelder2022-01-191-1/+1
* refactor(test): use xfail for tests that fail on specific versions of PythonNed Batchelder2022-01-196-25/+19
* refactor: make this more apparentNed Batchelder2022-01-171-1/+2
* build(deps): bump styfle/cancel-workflow-action from 0.6.0 to 0.9.1dependabot[bot]2022-01-171-1/+1
* build: use dependabot to keep actions currentNed Batchelder2022-01-171-0/+11
* build: a cron action to test Python nightly once a weekNed Batchelder2022-01-171-0/+56
* docs: add an issue reference for the 3.11.0a4 supportNed Batchelder2022-01-161-1/+2
* build: provide hints about how to fix cog-check quality failures.Ned Batchelder2022-01-154-0/+13
* test: minor cleanup from start_method fixture workNed Batchelder2022-01-151-2/+1
* test: slightly nicer bpo preludeNed Batchelder2022-01-151-1/+2
* fix: proper tracing of call/return for Python 3.11.0a4Ned Batchelder2022-01-154-19/+59
* build: better docs about Python versions in actionsNed Batchelder2022-01-153-1/+14
* fix: update pytracer.py for Python 3.11Ned Batchelder2022-01-151-5/+25
* debug: reprs make debugging easierNed Batchelder2022-01-151-1/+3
* test: skip tests suffering from bpo 46389 (3.11)Ned Batchelder2022-01-152-3/+13
* test: virtualenv tests are still broken on 3.11.0a4 (bpo 46028)Ned Batchelder2022-01-151-1/+1
* test: skip test that fails due to bpo 46331Ned Batchelder2022-01-151-0/+5
* refactor(test): make finally_jumps_back tweaks easier to seeNed Batchelder2022-01-151-39/+22
* test: a debug helper to show made-file contentsNed Batchelder2022-01-151-0/+7
* fix: 3.11 now traces decorator lines as the decorators executeNed Batchelder2022-01-154-10/+38
* debug: a tool for extracting test code snippetsNed Batchelder2022-01-151-0/+73
* docs: small tweaks to the bug report templateNed Batchelder2022-01-121-2/+2
* fix: don't write a .gitignore unless the directory is emptyNed Batchelder2022-01-113-3/+17
* refactor(test): use a fixture to choose spawn/fork multiprocessing start_methodNed Batchelder2022-01-101-39/+65
* style(test): full env.PYVERSION can be used for <= comparisonsNed Batchelder2022-01-101-2/+2
* style(test): use a consistent name format for test_bug_XXX testsNed Batchelder2022-01-103-5/+5