summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* debug: add 'pybehave' debug informationNed Batchelder2022-02-064-3/+30
| | | | It shows the behavior flags from coverage.env.
* debug: a little easier to get code samples from testsNed Batchelder2022-02-051-1/+4
|
* build: 3.11.0-alpha.5 is availableNed Batchelder2022-02-043-3/+3
|
* doc(build): keep track of why this is pinnedNed Batchelder2022-02-041-2/+3
|
* build: make upgrade to get pytest 7.0.0Ned Batchelder2022-02-046-23/+25
|
* refactor(test): a context manager to swallow warningsNed Batchelder2022-02-044-5/+24
|
* test: include lock debugging in the debug_callers testNed Batchelder2022-02-031-1/+1
|
* debug: include an indication of exception in the debug logNed Batchelder2022-02-031-0/+4
|
* build: make upgradeNed Batchelder2022-02-028-17/+17
|
* build: version bump and more release detailsNed Batchelder2022-02-015-10/+20
|
* build: prep for 6.3.16.3.1Ned Batchelder2022-02-016-8/+18
|
* docs: a changelog entry for #1310, and misc cleanupsNed Batchelder2022-02-011-5/+7
|
* docs: a changelog entry for #1317Ned Batchelder2022-02-012-0/+6
|
* test: update --precision & --fail-under tests to really test the fix from #1317Ned Batchelder2022-02-011-38/+51
|
* fix: use --precision argument when checking --fail-under (#1317)Marcelo Trylesinski2022-02-012-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. #1316Ned Batchelder2022-02-012-1/+7
|
* build: windows 3.11.0a4 started failing to save the pip cacheNed Batchelder2022-02-012-4/+4
|
* debug: better tracing of pytracer changedNed Batchelder2022-01-302-4/+13
|
* fix: use a re-entrant lock to avoid self-deadlocking #1310Ned Batchelder2022-01-302-1/+7
|
* test: skip tests on py 3.11.0a4 that are failing in metacovNed Batchelder2022-01-293-2/+15
| | | | | This specific set of circumstances was triggering https://bugs.python.org/issue44088
* test: bpo 46028 only is a problem under very specific circumstancesNed Batchelder2022-01-271-1/+6
|
* build: show more information about the build of Python, if neededNed Batchelder2022-01-271-0/+2
|
* build: GitHub Actions now has 3.11.0a4Ned Batchelder2022-01-275-5/+5
|
* fix: only set signal handlers from the main thread. #1312Ned Batchelder2022-01-262-2/+9
|
* build: 'python igor.py cheats' shows a few things needed during releasesNed Batchelder2022-01-261-0/+40
|
* build: latest tweaks to howto, and start of more automationNed Batchelder2022-01-252-3/+42
|
* build: bump versionNed Batchelder2022-01-252-1/+7
|
* 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
| | | | This covers multiprocessing.Process.terminate(), and maybe other cases also.
* 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
| | | | | | | * Add LCOV functionality into coverage.py * Add testing for the LCOV reporter * Add documentation for the LCOV reporter
* 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
| | | | | | 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 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
|