summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* debug: see if we can find out why #1298 is happeningnedbat/debug-1298Ned Batchelder2022-01-061-1/+5
* style: minor cleanups realized while reviewing a pull requestNed Batchelder2022-01-052-10/+10
* build: one more tweak-down of the help targetNed Batchelder2022-01-051-1/+1
* build: adjust the warning suppressions we needNed Batchelder2022-01-042-20/+1
* refactor: no need to special-case spec.origin == "namespace"Ned Batchelder2022-01-031-2/+1
* refactor: we no longer need to protect against UnicodeError, it was only on 3.6Ned Batchelder2022-01-031-7/+1
* build: make upgradeNed Batchelder2022-01-034-7/+7
* test: skip a test on 3.11 while bpo46225 is worked outNed Batchelder2022-01-031-0/+5
* test(build): skip virtualenv tests on 3.11.0a3 (bpo 46028)Ned Batchelder2022-01-021-0/+2
* build(test): PyContracts doesn't work on 3.11Ned Batchelder2022-01-022-3/+5
* refactor(build): Makefile organization and helpNed Batchelder2022-01-011-22/+55
* refactor: remove code that was only needed for Python 3.6Ned Batchelder2021-12-313-28/+8
* build: drop Python 3.6 supportNed Batchelder2021-12-3114-31/+34
* build: a make target to cog the workflowsNed Batchelder2021-12-312-0/+7
* build: make upgrade on python 3.7Ned Batchelder2021-12-318-65/+128
* refactor: clean up mentions of coverage3 aliasNed Batchelder2021-12-312-17/+16
* build: use a sparse checkout for the reports repoNed Batchelder2021-12-301-10/+13
* build: publish metacov differentlyNed Batchelder2021-12-282-53/+60
* build: generate a metacov badgeNed Batchelder2021-12-282-2/+20
* build: no more codecovNed Batchelder2021-12-283-24/+2
* build: need to use pypy-3.7 instead of pypy3 on GHAnedbat/pypy37Ned Batchelder2021-12-142-3/+3
* docs: more description in balance_xdist_plugin.pyNed Batchelder2021-12-111-3/+19
* build: also build macos arm64 kits #1288Ned Batchelder2021-12-012-19/+30
* build: make upgradenedbat/upgrade-with-kitsNed Batchelder2021-11-309-16/+16
* test(feat): track test times, and balance xdist workersNed Batchelder2021-11-285-51/+190
* docs: fix some styling in the changelogNed Batchelder2021-11-261-2/+2
* docs: fix link in the changelogNed Batchelder2021-11-261-1/+1
* build: bump versionNed Batchelder2021-11-262-1/+7
* docs: prep for 6.26.2Ned Batchelder2021-11-264-7/+9
* docs: sample html reportNed Batchelder2021-11-2611-1255/+1400
* docs: tweak the description of --concurrencyNed Batchelder2021-11-264-5/+8
* docs: tweak the latest changelog entryNed Batchelder2021-11-261-3/+4
* test(refactor): avoid full commands to speed testsNed Batchelder2021-11-262-199/+192
* test(perf): shave a few seconds off the FailUnder testsNed Batchelder2021-11-261-12/+9
* feat: multiple --concurrency values. #1012 #1082nedbat/multi-concurrencyNed Batchelder2021-11-2514-81/+195
* build(docs): a target for running cog on the docsNed Batchelder2021-11-251-1/+3
* test(fix): keep SourceIncludeOmitTest's from clobbering each otherNed Batchelder2021-11-242-8/+23
* test(build): i've had the wrong -r character this whole timeNed Batchelder2021-11-242-3/+3
* test(fix): skip tests that trip a specific Mac 3.9 eventlet bugNed Batchelder2021-11-242-0/+11
* test(build): a better way to pin light-thread packagesNed Batchelder2021-11-247-5/+31
* refactor: this is nicer as a setNed Batchelder2021-11-241-2/+2
* build: use new setup-python cachingNed Batchelder2021-11-244-0/+18
* test(refactor): simplify the logic of writing subcover.pthNed Batchelder2021-11-211-4/+2
* test(fix): remove the subcover.pth file when the main session endsNed Batchelder2021-11-211-16/+20
* build: i ran mypy, so deal with .mypy_cacheNed Batchelder2021-11-212-1/+2
* test(refactor): if two skips apply, put the more significant reason closer to...Ned Batchelder2021-11-212-2/+2
* debug: why can't we clean up the C extension on windows?Ned Batchelder2021-11-212-4/+11
* refactor: super-nit-picky tweaks from mypyNed Batchelder2021-11-212-3/+3
* test(refactor): use pathlib for the pth filesNed Batchelder2021-11-211-11/+9
* test(fix): never delete the pth fileNed Batchelder2021-11-211-4/+6