Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | 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 | |
| | ||||||
* | test(perf): randomize the order of benchmark runs | Ned Batchelder | 2023-01-07 | 1 | -33/+45 | |
| | ||||||
* | build: add .git-blame-ignore-revs | Ned Batchelder | 2023-01-07 | 2 | -0/+8 | |
| | ||||||
* | style(perf): blacken lab/benchmark.py | Ned Batchelder | 2023-01-07 | 1 | -27/+58 | |
| | ||||||
* | test(perf): more experiments for #1527 | Ned Batchelder | 2023-01-07 | 1 | -1/+5 | |
| | ||||||
* | perf: the file mapping cache was off by mistake. #1527 | Ned Batchelder | 2023-01-07 | 3 | -2/+8 | |
| | ||||||
* | mypy: debug.py | Ned Batchelder | 2023-01-05 | 2 | -12/+16 | |
| | ||||||
* | style: use good style for annotated defaults parameters | Ned Batchelder | 2023-01-05 | 32 | -240/+240 | |
| | ||||||
* | mypy: test_goldtest.py test_json.py test_lcov.py test_mixins.py ↵ | Ned Batchelder | 2023-01-05 | 7 | -70/+93 | |
| | | | | test_numbits.py test_oddball.py | |||||
* | mypy: Iterator is better than Generator | Ned Batchelder | 2023-01-05 | 10 | -27/+26 | |
| | ||||||
* | mypy: use __future__ uniformly in checked files | Ned Batchelder | 2023-01-05 | 36 | -2/+73 | |
| | ||||||
* | perf: some quick refactoring to test #1527 | Ned Batchelder | 2023-01-05 | 1 | -32/+135 | |
| | ||||||
* | mypy: test_debug.py test_execfile.py test_filereporter.py test_files.py | Ned Batchelder | 2023-01-04 | 12 | -144/+175 | |
| | ||||||
* | mypy: test_coverage.py, test_data.py | Ned Batchelder | 2023-01-04 | 5 | -175/+194 | |
| | ||||||
* | mypy: test helpers: conftest.py mixins.py osinfo.py | Ned Batchelder | 2023-01-04 | 4 | -29/+34 | |
| | ||||||
* | mypy: summary.py, test_summary.py, tests/coveragetest.py | Ned Batchelder | 2023-01-04 | 13 | -142/+231 | |
| |