| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | 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 test_numbits.... | Ned Batchelder | 2023-01-05 | 7 | -70/+93 |
| * | 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 |
| * | refactor(test): use tmp_path instead of tmpdir | Ned Batchelder | 2023-01-03 | 5 | -17/+21 |
| * | mypy: test_annotate.py test_arcs.py test_collector.py | Ned Batchelder | 2023-01-02 | 4 | -102/+102 |
| * | style: better | Ned Batchelder | 2023-01-02 | 2 | -3/+1 |
| * | build: bump version | Ned Batchelder | 2023-01-02 | 2 | -2/+8 |
| * | docs: sample HTML7.0.2 | Ned Batchelder | 2023-01-02 | 11 | -41/+41 |
| * | docs: prep for 7.0.2 | Ned Batchelder | 2023-01-02 | 6 | -18/+21 |
| * | fix: relative_files should keep relative path maps. #1519 | Ned Batchelder | 2023-01-02 | 3 | -6/+26 |
| * | mypy: partial debug.py and pytracer.py | Ned Batchelder | 2023-01-02 | 3 | -42/+70 |
| * | mypy: test_xml.py | Ned Batchelder | 2023-01-01 | 2 | -43/+50 |
| * | mypy: xmlreport.py | Ned Batchelder | 2023-01-01 | 2 | -27/+48 |
| * | mypy: check collector.py and plugin_support.py | Ned Batchelder | 2023-01-01 | 15 | -153/+337 |
| * | refactor: a better way to filter `coverage debug pybehave` | Ned Batchelder | 2023-01-01 | 2 | -4/+14 |
| * | mypy: add cmdline.py and test_cmdline.py | Ned Batchelder | 2022-12-31 | 6 | -115/+166 |
| * | mypy: add env.py | Ned Batchelder | 2022-12-31 | 8 | -20/+24 |
| * | mypy: add lcovreport.py | Ned Batchelder | 2022-12-31 | 2 | -4/+14 |
| * | fix: lcov command didn't report a total, so --fail-under didn't work | Ned Batchelder | 2022-12-31 | 3 | -7/+22 |
| * | mypy: add annotate.py and jsonreport.py | Ned Batchelder | 2022-12-31 | 5 | -15/+36 |
| * | mypy: add __init__.py, __main__.py, bytecode.py, context.py, exceptions.py, r... | Ned Batchelder | 2022-12-31 | 5 | -18/+66 |
| * | mypy: control.py is checked | Ned Batchelder | 2022-12-31 | 11 | -124/+151 |
| * | test: a sorted_lines helper | Ned Batchelder | 2022-12-31 | 6 | -19/+26 |
| * | mypy: check tests/goldtest.py, tests/test_html.py | Ned Batchelder | 2022-12-31 | 7 | -126/+178 |
| * | mypy: check tests/helpers.py | Ned Batchelder | 2022-12-31 | 2 | -35/+63 |
| * | test: we haven't used pep8 in a while, remove the settings | Ned Batchelder | 2022-12-31 | 1 | -9/+0 |
| * | mypy: add data.py and test_api.py | Ned Batchelder | 2022-12-31 | 6 | -156/+197 |
| * | test: add a test of unknown dynamic-context | Ned Batchelder | 2022-12-31 | 1 | -0/+6 |
| * | test: greenlet isn't on all versions we test on | Ned Batchelder | 2022-12-31 | 1 | -1/+5 |
| * | refactor: removed mentions of Jython and IronPython | Ned Batchelder | 2022-12-30 | 20 | -155/+21 |
| * | test: include all the pypy versions when measuring coverage | Ned Batchelder | 2022-12-30 | 1 | -0/+10 |
| * | test: seven tests that fail because of pypy 3882 | Ned Batchelder | 2022-12-30 | 2 | -3/+20 |
| * | style: correct some lint errors | Ned Batchelder | 2022-12-30 | 4 | -5/+4 |
| * | mypy: inorout.py, disposition.py, and part of control.py | Ned Batchelder | 2022-12-30 | 11 | -156/+189 |