summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* temp: more debugging for #1554nedbat/debug-1554Ned Batchelder2023-02-081-1/+6
* fix: only write "Wrote report" message if report succeeded.Ned Batchelder2023-02-083-18/+22
* feat: simplify purges_filesNed Batchelder2023-02-085-130/+53
* build: next version will be 7.2.0Ned Batchelder2023-02-081-1/+1
* build: an env var to allow no-network tox runsNed Batchelder2023-02-081-2/+4
* feat: add purge_files method to CoverageData + unit tests for it (#1547)Wingware Development2023-02-042-0/+142
* fix: two typing tweaksNed Batchelder2023-02-042-1/+2
* docs: paperwork for #1543Ned Batchelder2023-02-032-0/+7
* fix: add safety for empty stack on shutdown. (#1543)Russell Keith-Magee2023-02-031-3/+11
* docs: paperwork for py.typedNed Batchelder2023-02-022-1/+5
* add py.typedKotlinIsland2023-02-022-0/+1
* build: some files need to be excused from usual formatting rulesNed Batchelder2023-01-303-2/+8
* build: no need for check_eol, pylint does most of itNed Batchelder2023-01-302-73/+0
* build(docs): correct [gh-actions] to [gh]Ned Batchelder2023-01-284-4/+4
* exp: an unsupport select_contexts.py #668Ned Batchelder2023-01-271-0/+66
* style: remove needless trailing commasNed Batchelder2023-01-263-3/+3
* build: bump versionNed Batchelder2023-01-242-2/+8
* docs: sample HTML for 7.1.07.1.0Ned Batchelder2023-01-2411-41/+41
* docs: prep for 7.1.0Ned Batchelder2023-01-243-13/+15
* perf: avoid needless sql operations. #1538Ned Batchelder2023-01-243-20/+23
* test: more flexibility in setting a static context locallyNed Batchelder2023-01-242-1/+3
* fix: make tracing messages easier to understandNed Batchelder2023-01-221-2/+2
* test: more tests of debug output controlNed Batchelder2023-01-222-5/+14
* build: igor tweaks for scriv start markerNed Batchelder2023-01-221-3/+5
* feat: the debug output file can be specified in the config file. #1319Ned Batchelder2023-01-227-44/+126
* docs: explain how to use ``--debug=trace``Ned Batchelder2023-01-223-3/+20
* chore: make upgrade to get eventlet 0.33.3Ned Batchelder2023-01-175-94/+114
* build: eventlet 0.33.3 says they fixed the problemNed Batchelder2023-01-171-3/+0
* chore: make upgradeNed Batchelder2023-01-174-15/+13
* build: unpin dnspython with a var to fix eventletNed Batchelder2023-01-172-4/+3
* docs: remove mentions of the testing-in-python mailing list.Ned Batchelder2023-01-163-12/+11
* chore: make upgradeNed Batchelder2023-01-163-6/+48
* build: use scriv to create GitHub releasesNed Batchelder2023-01-167-150/+19
* build(docs): this version needs to stay up to dateNed Batchelder2023-01-161-0/+1
* chore: make upgradeNed Batchelder2023-01-163-9/+9
* build: tox fixed the bug in 4.3.2Ned Batchelder2023-01-161-3/+0
* build: tox 4.3.0 borked environment substitution, pin itNed Batchelder2023-01-164-9/+12
* build: dnspython has a problem at the moment, pin itNed Batchelder2023-01-162-4/+10
* chore: make upgradeNed Batchelder2023-01-169-119/+149
* build: switch from tox-gh-actions to tox-gh, and tox 4Ned Batchelder2023-01-163-12/+10
* docs: tweak quickstart to make basic step clearerNed Batchelder2023-01-131-4/+10
* build: COVERAGE_QUIETER seems to have no effect anymoreNed Batchelder2023-01-131-14/+0
* build: oops, don't want make comments on the terminalNed Batchelder2023-01-131-6/+6
* build: improved `make diff-upgrade` to see changes betterNed Batchelder2023-01-131-1/+7
* chore: make upgradeNed Batchelder2023-01-139-240/+522
* mypy: turn on disallow_untyped_decoratorsNed Batchelder2023-01-122-3/+2
* mypy: turn on disallow_untyped_callsNed Batchelder2023-01-123-10/+16
* mypy: all of coverage/ and tests/ are checkedNed Batchelder2023-01-129-47/+91
* mypy: test_plugins.pyNed Batchelder2023-01-122-28/+41
* mypy: all of coverage/ is checkable nowNed Batchelder2023-01-121-9/+1