| Commit message (Expand) | Author | Age | Files | Lines |
* | build: remove some unneeded tox steps | Ned Batchelder | 2023-04-25 | 1 | -6/+2 |
* | Set lint `basepython` to 3.7 | Marc Gibbons | 2023-04-24 | 1 | -0/+2 |
* | build: run mypy by default, and fix "unused" errors from updated mypy | Ned Batchelder | 2023-03-07 | 1 | -1/+1 |
* | build: an env var to allow no-network tox runs | Ned Batchelder | 2023-02-08 | 1 | -2/+4 |
* | build: no need for check_eol, pylint does most of it | Ned Batchelder | 2023-01-30 | 1 | -1/+0 |
* | build(docs): correct [gh-actions] to [gh] | Ned Batchelder | 2023-01-28 | 1 | -1/+1 |
* | build: eventlet 0.33.3 says they fixed the problem | Ned Batchelder | 2023-01-17 | 1 | -3/+0 |
* | build: unpin dnspython with a var to fix eventlet | Ned Batchelder | 2023-01-17 | 1 | -0/+3 |
* | build: switch from tox-gh-actions to tox-gh, and tox 4 | Ned Batchelder | 2023-01-16 | 1 | -8/+9 |
* | mypy: all of coverage/ and tests/ are checked | Ned Batchelder | 2023-01-12 | 1 | -9/+1 |
* | mypy: test_plugins.py | Ned Batchelder | 2023-01-12 | 1 | -2/+1 |
* | mypy: all of coverage/ is checkable now | Ned Batchelder | 2023-01-12 | 1 | -9/+1 |
* | mypy: pytracer.py, the last file in coverage/ | Ned Batchelder | 2023-01-12 | 1 | -2/+1 |
* | mypy: html.py | Ned Batchelder | 2023-01-12 | 1 | -3/+5 |
* | mypy: exclude fullcoverage/encodings.py | Ned Batchelder | 2023-01-10 | 1 | -0/+1 |
* | mypy: execfile.py | Ned Batchelder | 2023-01-10 | 1 | -1/+1 |
* | mypy: test_venv.py | Ned Batchelder | 2023-01-07 | 1 | -2/+2 |
* | mypy: templite.py test_templite.py | Ned Batchelder | 2023-01-07 | 1 | -4/+7 |
* | mypy: test_testing.py test_version.py | Ned Batchelder | 2023-01-07 | 1 | -3/+4 |
* | mypy: test_parser.py test_phystokens.py test_process.py test_report.py test_r... | Ned Batchelder | 2023-01-07 | 1 | -2/+4 |
* | mypy: debug.py | Ned Batchelder | 2023-01-05 | 1 | -1/+1 |
* | mypy: test_goldtest.py test_json.py test_lcov.py test_mixins.py test_numbits.... | Ned Batchelder | 2023-01-05 | 1 | -2/+3 |
* | mypy: test_debug.py test_execfile.py test_filereporter.py test_files.py | Ned Batchelder | 2023-01-04 | 1 | -2/+3 |
* | mypy: test_coverage.py, test_data.py | Ned Batchelder | 2023-01-04 | 1 | -1/+1 |
* | mypy: test helpers: conftest.py mixins.py osinfo.py | Ned Batchelder | 2023-01-04 | 1 | -1/+1 |
* | mypy: summary.py, test_summary.py, tests/coveragetest.py | Ned Batchelder | 2023-01-04 | 1 | -4/+5 |
* | mypy: misc.py, test_misc.py | Ned Batchelder | 2023-01-03 | 1 | -2/+2 |
* | mypy: test_config.py, test_context.py | Ned Batchelder | 2023-01-03 | 1 | -9/+9 |
* | mypy: test_concurrency.py, test_python.py | Ned Batchelder | 2023-01-03 | 1 | -2/+3 |
* | mypy: test_annotate.py test_arcs.py test_collector.py | Ned Batchelder | 2023-01-02 | 1 | -1/+1 |
* | mypy: test_xml.py | Ned Batchelder | 2023-01-01 | 1 | -1/+1 |
* | mypy: xmlreport.py | Ned Batchelder | 2023-01-01 | 1 | -1/+1 |
* | mypy: check collector.py and plugin_support.py | Ned Batchelder | 2023-01-01 | 1 | -2/+2 |
* | mypy: add cmdline.py and test_cmdline.py | Ned Batchelder | 2022-12-31 | 1 | -7/+4 |
* | mypy: add env.py | Ned Batchelder | 2022-12-31 | 1 | -1/+1 |
* | mypy: add lcovreport.py | Ned Batchelder | 2022-12-31 | 1 | -1/+1 |
* | mypy: add annotate.py and jsonreport.py | Ned Batchelder | 2022-12-31 | 1 | -2/+2 |
* | mypy: add __init__.py, __main__.py, bytecode.py, context.py, exceptions.py, r... | Ned Batchelder | 2022-12-31 | 1 | -3/+4 |
* | mypy: control.py is checked | Ned Batchelder | 2022-12-31 | 1 | -2/+3 |
* | mypy: check tests/goldtest.py, tests/test_html.py | Ned Batchelder | 2022-12-31 | 1 | -1/+1 |
* | mypy: check tests/helpers.py | Ned Batchelder | 2022-12-31 | 1 | -1/+1 |
* | mypy: add data.py and test_api.py | Ned Batchelder | 2022-12-31 | 1 | -4/+5 |
* | refactor: removed mentions of Jython and IronPython | Ned Batchelder | 2022-12-30 | 1 | -2/+0 |
* | mypy: inorout.py, disposition.py, and part of control.py | Ned Batchelder | 2022-12-30 | 1 | -1/+1 |
* | mypy: check multiproc.py | Ned Batchelder | 2022-12-29 | 1 | -1/+1 |
* | mypy: check python.py | Ned Batchelder | 2022-12-29 | 1 | -3/+3 |
* | mypy: check sqldata.py | Ned Batchelder | 2022-12-29 | 1 | -3/+3 |
* | mypy: check results.py | Ned Batchelder | 2022-12-29 | 1 | -1/+1 |
* | mypy: check tomlconfig.py | Ned Batchelder | 2022-12-29 | 1 | -2/+3 |
* | mypy: mypy checks plugin.py | Ned Batchelder | 2022-12-29 | 1 | -1/+1 |