summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* docs: prep for 7.0.37.0.3Ned Batchelder2023-01-033-7/+9
|
* fix: race condition on data file shouldn't break combining. #1522Ned Batchelder2023-01-033-2/+11
|
* build: two-step combines for speedNed Batchelder2023-01-031-2/+9
|
* mypy: misc.py, test_misc.pyNed Batchelder2023-01-035-55/+68
|
* refactor: a better way to have maybe-importable third-party modulesNed Batchelder2023-01-036-47/+18
|
* mypy: test_config.py, test_context.pyNed Batchelder2023-01-035-97/+101
|
* mypy: test_concurrency.py, test_python.pyNed Batchelder2023-01-034-59/+76
|
* refactor(test): use tmp_path instead of tmpdirNed Batchelder2023-01-035-17/+21
|
* mypy: test_annotate.py test_arcs.py test_collector.pyNed Batchelder2023-01-024-102/+102
|
* style: betterNed Batchelder2023-01-022-3/+1
|
* build: bump versionNed Batchelder2023-01-022-2/+8
|
* docs: sample HTML7.0.2Ned Batchelder2023-01-0211-41/+41
|
* docs: prep for 7.0.2Ned Batchelder2023-01-026-18/+21
|
* fix: relative_files should keep relative path maps. #1519Ned Batchelder2023-01-023-6/+26
|
* mypy: partial debug.py and pytracer.pyNed Batchelder2023-01-023-42/+70
|
* mypy: test_xml.pyNed Batchelder2023-01-012-43/+50
|
* mypy: xmlreport.pyNed Batchelder2023-01-012-27/+48
|
* mypy: check collector.py and plugin_support.pyNed Batchelder2023-01-0115-153/+337
|
* refactor: a better way to filter `coverage debug pybehave`Ned Batchelder2023-01-012-4/+14
|
* mypy: add cmdline.py and test_cmdline.pyNed Batchelder2022-12-316-115/+166
|
* mypy: add env.pyNed Batchelder2022-12-318-20/+24
|
* mypy: add lcovreport.pyNed Batchelder2022-12-312-4/+14
|
* fix: lcov command didn't report a total, so --fail-under didn't workNed Batchelder2022-12-313-7/+22
|
* mypy: add annotate.py and jsonreport.pyNed Batchelder2022-12-315-15/+36
|
* mypy: add __init__.py, __main__.py, bytecode.py, context.py, exceptions.py, ↵Ned Batchelder2022-12-315-18/+66
| | | | report.py, and version.py
* mypy: control.py is checkedNed Batchelder2022-12-3111-124/+151
|
* test: a sorted_lines helperNed Batchelder2022-12-316-19/+26
|
* mypy: check tests/goldtest.py, tests/test_html.pyNed Batchelder2022-12-317-126/+178
|
* mypy: check tests/helpers.pyNed Batchelder2022-12-312-35/+63
|
* test: we haven't used pep8 in a while, remove the settingsNed Batchelder2022-12-311-9/+0
|
* mypy: add data.py and test_api.pyNed Batchelder2022-12-316-156/+197
|
* test: add a test of unknown dynamic-contextNed Batchelder2022-12-311-0/+6
|
* test: greenlet isn't on all versions we test onNed Batchelder2022-12-311-1/+5
|
* refactor: removed mentions of Jython and IronPythonNed Batchelder2022-12-3020-155/+21
|
* test: include all the pypy versions when measuring coverageNed Batchelder2022-12-301-0/+10
|
* test: seven tests that fail because of pypy 3882Ned Batchelder2022-12-302-3/+20
| | | | https://foss.heptapod.net/pypy/pypy/-/issues/3882
* style: correct some lint errorsNed Batchelder2022-12-304-5/+4
|
* mypy: inorout.py, disposition.py, and part of control.pyNed Batchelder2022-12-3011-156/+189
|
* refactor: @contract is completely goneNed Batchelder2022-12-293-12/+2
|
* mypy: check multiproc.pyNed Batchelder2022-12-292-11/+12
|
* mypy: check python.pyNed Batchelder2022-12-296-44/+63
|
* build: keep docs from failingNed Batchelder2022-12-291-1/+1
|
* build: only publish coverage reports on master branchNed Batchelder2022-12-291-16/+20
|
* refactor: remove some unused codeNed Batchelder2022-12-291-16/+2
|
* mypy: code just for type checking won't be coveredNed Batchelder2022-12-291-0/+4
|
* mypy: check sqldata.pyNed Batchelder2022-12-295-92/+153
|
* mypy: check results.pyNed Batchelder2022-12-293-44/+64
|
* mypy: use specialized type name for ints that are line numbersNed Batchelder2022-12-294-50/+59
|
* mypy: check tomlconfig.pyNed Batchelder2022-12-293-23/+40
|
* mypy: mypy checks plugin.pyNed Batchelder2022-12-296-48/+114
|