| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | 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 | |
| | | ||||||
| * | build: bump version | Ned Batchelder | 2023-01-03 | 2 | -2/+8 | |
| | | ||||||
| * | docs: prep for 7.0.37.0.3 | Ned Batchelder | 2023-01-03 | 3 | -7/+9 | |
| | | ||||||
| * | fix: race condition on data file shouldn't break combining. #1522 | Ned Batchelder | 2023-01-03 | 3 | -2/+11 | |
| | | ||||||
| * | build: two-step combines for speed | Ned Batchelder | 2023-01-03 | 1 | -2/+9 | |
| | | ||||||
| * | mypy: misc.py, test_misc.py | Ned Batchelder | 2023-01-03 | 5 | -55/+68 | |
| | | ||||||
| * | refactor: a better way to have maybe-importable third-party modules | Ned Batchelder | 2023-01-03 | 6 | -47/+18 | |
| | | ||||||
| * | mypy: test_config.py, test_context.py | Ned Batchelder | 2023-01-03 | 5 | -97/+101 | |
| | | ||||||
| * | mypy: test_concurrency.py, test_python.py | Ned Batchelder | 2023-01-03 | 4 | -59/+76 | |
| | | ||||||
