Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | does just one worker help or hurt?nedbat/debug-wtf-debug-output | Ned Batchelder | 2023-01-22 | 1 | -1/+1 |
| | |||||
* | put back some environments to get more data | Ned Batchelder | 2023-01-22 | 1 | -3/+3 |
| | |||||
* | temp: but it fails if i run all the tests? | Ned Batchelder | 2023-01-22 | 1 | -1/+1 |
| | |||||
* | temp: whittle down the ci | Ned Batchelder | 2023-01-22 | 2 | -121/+17 |
| | |||||
* | feat: the debug output file can be specified in the config file. #1319 | Ned Batchelder | 2023-01-22 | 7 | -30/+90 |
| | |||||
* | docs: explain how to use ``--debug=trace`` | Ned Batchelder | 2023-01-22 | 3 | -3/+20 |
| | |||||
* | chore: make upgrade to get eventlet 0.33.3 | Ned Batchelder | 2023-01-17 | 5 | -94/+114 |
| | |||||
* | build: eventlet 0.33.3 says they fixed the problem | Ned Batchelder | 2023-01-17 | 1 | -3/+0 |
| | |||||
* | chore: make upgrade | Ned Batchelder | 2023-01-17 | 4 | -15/+13 |
| | |||||
* | build: unpin dnspython with a var to fix eventlet | Ned Batchelder | 2023-01-17 | 2 | -4/+3 |
| | |||||
* | docs: remove mentions of the testing-in-python mailing list. | Ned Batchelder | 2023-01-16 | 3 | -12/+11 |
| | | | | The list is defunct, and not a good place to get help. | ||||
* | chore: make upgrade | Ned Batchelder | 2023-01-16 | 3 | -6/+48 |
| | |||||
* | build: use scriv to create GitHub releases | Ned Batchelder | 2023-01-16 | 7 | -150/+19 |
| | |||||
* | build(docs): this version needs to stay up to date | Ned Batchelder | 2023-01-16 | 1 | -0/+1 |
| | |||||
* | chore: make upgrade | Ned Batchelder | 2023-01-16 | 3 | -9/+9 |
| | |||||
* | build: tox fixed the bug in 4.3.2 | Ned Batchelder | 2023-01-16 | 1 | -3/+0 |
| | | | | https://github.com/tox-dev/tox/pull/2873 | ||||
* | build: tox 4.3.0 borked environment substitution, pin it | Ned Batchelder | 2023-01-16 | 4 | -9/+12 |
| | |||||
* | build: dnspython has a problem at the moment, pin it | Ned Batchelder | 2023-01-16 | 2 | -4/+10 |
| | |||||
* | chore: make upgrade | Ned Batchelder | 2023-01-16 | 9 | -119/+149 |
| | |||||
* | build: switch from tox-gh-actions to tox-gh, and tox 4 | Ned Batchelder | 2023-01-16 | 3 | -12/+10 |
| | |||||
* | docs: tweak quickstart to make basic step clearer | Ned Batchelder | 2023-01-13 | 1 | -4/+10 |
| | |||||
* | build: COVERAGE_QUIETER seems to have no effect anymore | Ned Batchelder | 2023-01-13 | 1 | -14/+0 |
| | | | | | I don't remember exactly what output what being suppressed, but setting this or not seems to make no difference anymore. | ||||
* | build: oops, don't want make comments on the terminal | Ned Batchelder | 2023-01-13 | 1 | -6/+6 |
| | |||||
* | build: improved `make diff-upgrade` to see changes better | Ned Batchelder | 2023-01-13 | 1 | -1/+7 |
| | |||||
* | chore: make upgrade | Ned Batchelder | 2023-01-13 | 9 | -240/+522 |
| | |||||
* | mypy: turn on disallow_untyped_decorators | Ned Batchelder | 2023-01-12 | 2 | -3/+2 |
| | |||||
* | mypy: turn on disallow_untyped_calls | Ned Batchelder | 2023-01-12 | 3 | -10/+16 |
| | |||||
* | mypy: all of coverage/ and tests/ are checked | Ned Batchelder | 2023-01-12 | 9 | -47/+91 |
| | |||||
* | mypy: test_plugins.py | Ned Batchelder | 2023-01-12 | 2 | -28/+41 |
| | |||||
* | mypy: all of coverage/ is checkable now | Ned Batchelder | 2023-01-12 | 1 | -9/+1 |
| | |||||
* | mypy: progress on test_plugins.py | Ned Batchelder | 2023-01-12 | 4 | -12/+26 |
| | |||||
* | mypy: pytracer.py, the last file in coverage/ | Ned Batchelder | 2023-01-12 | 4 | -35/+45 |
| | |||||
* | mypy: html.py | Ned Batchelder | 2023-01-12 | 2 | -34/+60 |
| | | | | The squishiness of IndexInfoDict.nums is frustrating. | ||||
* | build: bump version | Ned Batchelder | 2023-01-10 | 2 | -2/+8 |
| | |||||
* | docs: sample html for 7.0.57.0.5 | Ned Batchelder | 2023-01-10 | 11 | -41/+41 |
| | |||||
* | docs: prep for 7.0.5 | Ned Batchelder | 2023-01-10 | 3 | -7/+9 |
| | |||||
* | mypy: exclude fullcoverage/encodings.py | Ned Batchelder | 2023-01-10 | 3 | -0/+8 |
| | |||||
* | mypy: install pytest alongside mypy to get its types | Ned Batchelder | 2023-01-10 | 5 | -7/+96 |
| | |||||
* | mypy: execfile.py | Ned Batchelder | 2023-01-10 | 2 | -17/+37 |
| | |||||
* | fix: isolate user code from coverage.py internal code flags. #1524 | Ned Batchelder | 2023-01-09 | 9 | -8/+28 |
| | |||||
* | mypy: test_venv.py | Ned Batchelder | 2023-01-07 | 3 | -16/+22 |
| | |||||
* | mypy: templite.py test_templite.py | Ned Batchelder | 2023-01-07 | 3 | -72/+87 |
| | |||||
* | mypy: test_testing.py test_version.py | Ned Batchelder | 2023-01-07 | 3 | -42/+55 |
| | |||||
* | mypy: test_parser.py test_phystokens.py test_process.py test_report.py ↵ | Ned Batchelder | 2023-01-07 | 8 | -184/+221 |
| | | | | test_results.py test_setup.py | ||||
* | build: bump version | Ned Batchelder | 2023-01-07 | 2 | -2/+8 |
| | |||||
* | build: a little more streamlining of the release process | Ned Batchelder | 2023-01-07 | 2 | -5/+8 |
| | |||||
* | docs: sample html report for 7.0.47.0.4 | Ned Batchelder | 2023-01-07 | 11 | -41/+41 |
| | |||||
* | docs: prep for 7.0.4 | Ned Batchelder | 2023-01-07 | 3 | -7/+9 |
| | |||||
* | test(benchmark): more reasonable numeric displays | Ned Batchelder | 2023-01-07 | 1 | -2/+2 |
| | |||||
* | refactor(benchmark): move benchmark.py to its own directory | Ned Batchelder | 2023-01-07 | 3 | -57/+83 |
| |