summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* fix: make this work on CPython 3.11 #1241nedbat/py3.11Ned Batchelder2021-11-1011-6/+33
* style: make these macros more bullet-proofNed Batchelder2021-11-102-5/+5
* fix: warn about more source file problemsNed Batchelder2021-11-094-8/+20
* build: use this setup.py command because it shows compiler errors that might ...Ned Batchelder2021-11-091-0/+1
* docs: fix typo in source docs (#1275)Timo Furrer2021-11-091-1/+2
* build: one pypy wheel to rule them allNed Batchelder2021-11-091-5/+4
* refactor(test): convert eight tests to one parametrized testNed Batchelder2021-11-071-27/+4
* refactor(test): use the expected name for initializing tests.Ned Batchelder2021-11-0710-29/+26
* docs: detailed bug reports count as contributionsNed Batchelder2021-11-071-0/+1
* build: use cog 3.2.0 so we can just print() the outputNed Batchelder2021-11-071-3/+2
* build: tweak the kit matrix namesNed Batchelder2021-11-071-40/+40
* docs: super-minor tweak to the |repos| badgeNed Batchelder2021-11-071-2/+2
* fix: remapping paths during combining needs to follow relative_files=True. #1147Ned Batchelder2021-11-065-79/+112
* build: use a cogged matrix of wheelsNed Batchelder2021-11-061-25/+69
* build: list the files created in a separate easily findable stepNed Batchelder2021-11-051-0/+12
* build: cp39 musllinux wheels don't work in some places. #1268Ned Batchelder2021-11-051-0/+7
* docs: a little refactoring of the recent xml doc changeNed Batchelder2021-11-051-7/+7
* docs: updated docs for #578 recommendation (#1148)sur.la.route2021-11-051-0/+38
* fix: give a default value to the name argument for Matchers. #1273Ned Batchelder2021-11-053-9/+15
* build: check CTracer after building wheelsNed Batchelder2021-11-051-3/+14
* fix: don't report branches to exclusions as missing. #1271Ned Batchelder2021-11-053-2/+22
* docs: tweak the bug report templateNed Batchelder2021-11-041-2/+2
* chore: make upgradeNed Batchelder2021-11-047-16/+16
* refactor(test): make traceback checks a bit flexibleNed Batchelder2021-11-042-7/+11
* refactor(test): don't even import contracts if not using PyContractsNed Batchelder2021-11-044-12/+13
* debug(lab): renovate lab/parser.pyNed Batchelder2021-11-032-232/+40
* debug(lab): remove opcode histogram from lab/parser.pyNed Batchelder2021-11-031-17/+2
* docs: add a license notice to the top of goals.pyNed Batchelder2021-11-031-0/+3
* test(fix): isolate excepthook tests from each otherNed Batchelder2021-11-022-0/+9
* build(test): remove obsolete jQuery gold files #840Ned Batchelder2021-11-027-183/+25
* test: force VirtualenvTest onto one worker to save timeNed Batchelder2021-11-021-7/+50
* lab: improvements to coverage-goalsNed Batchelder2021-11-011-10/+11
* a proof-of-concept for coverage-goalsNed Batchelder2021-10-311-0/+91
* build: bump versionNed Batchelder2021-10-312-1/+7
* docs: sample HTML report for 6.1.16.1.1Ned Batchelder2021-10-3112-45/+62
* build: prep for 6.1.1Ned Batchelder2021-10-314-6/+8
* perf(test): run pip just once, shaves 1.2s off the fixtureNed Batchelder2021-10-311-8/+9
* test: use the coverage-command fixture throughout the venv testsNed Batchelder2021-10-311-4/+4
* fix: don't warn about already imported files for namespace packages #888Ned Batchelder2021-10-314-4/+70
* refactor(test): the virtualenv tests deserve their own fileNed Batchelder2021-10-312-263/+277
* test: check pylint for new files before adding them to gitNed Batchelder2021-10-311-1/+1
* docs: another link for the no-jquery changelog entryNed Batchelder2021-10-311-3/+4
* test: when we measure our coverage, get a json report alsoNed Batchelder2021-10-313-1/+3
* build: clean up the Makefile a bitNed Batchelder2021-10-303-17/+6
* debug: code we can enable to see where tests are running and in what orderNed Batchelder2021-10-301-1/+9
* chore: update HTML gold filesNed Batchelder2021-10-3024-74/+77
* fix: don't mention the p shortcut if not doing branchesNed Batchelder2021-10-301-1/+4
* fix: sticky HTML header only worked with branch coverageNed Batchelder2021-10-302-16/+26
* build: also pin pip and setuptoolsNed Batchelder2021-10-306-13/+24
* test: fix the trailing-space test, and suppress warnings about \<space>Ned Batchelder2021-10-302-12/+18