summaryrefslogtreecommitdiff
path: root/coverage/misc.py
Commit message (Expand)AuthorAgeFilesLines
* style: use the official designation for utf-8Ned Batchelder2021-10-101-3/+3
* test: mark some uncovered thingsNed Batchelder2021-10-081-1/+3
* fix: make exceptions importable from coverage.misc again. #1226Ned Batchelder2021-10-061-0/+5
* fix: pretend we didn't import third-party packages we use. #1228Ned Batchelder2021-10-061-0/+27
* fix: Avoid a race condition in misc.ensure_dir (#1220)Clément Pit-Claudel2021-09-021-2/+2
* refactor: convert %-strings to f-stringsNed Batchelder2021-07-281-5/+3
* fix: it just seems silly to use more than 32 chars for a fingerprintNed Batchelder2021-07-141-1/+1
* fix: use a modern hash when fingerprinting. #1189Ned Batchelder2021-07-131-8/+8
* refactor: move exceptions to their own moduleNed Batchelder2021-05-021-44/+1
* refactor: pyupgrade --py36-plus coverage/*.pyNed Batchelder2021-05-021-3/+3
* refactor: move the remaining backward.py code, no more backward.pyNed Batchelder2021-05-011-0/+25
* refactor: remove more unneeded backward.py shimsNed Batchelder2021-05-011-3/+2
* refactor: remove unneeded backward.py shimsNed Batchelder2021-05-011-3/+3
* refactor: remove code explicitly choosing between py2 and py3Ned Batchelder2021-05-011-2/+1
* build: update to latest pylintNed Batchelder2021-02-261-1/+1
* Use set literalsNed Batchelder2021-01-031-1/+1
* Move test helpers to tests.helpersNed Batchelder2019-12-311-70/+0
* Easier to decipher arcz outputNed Batchelder2019-12-311-0/+31
* Coverage(data_file=None) means no data file at all. #871Ned Batchelder2019-12-021-0/+14
* Polishing from a lightning talkNed Batchelder2019-12-021-8/+8
* Finish the sqldata.py docstringsNed Batchelder2019-11-101-1/+9
* Polish up substitute_variables based on a lightning talkNed Batchelder2019-09-141-25/+25
* Document the module-level stuff. #837Ned Batchelder2019-09-091-1/+1
* Remove the JSON data codeNed Batchelder2019-07-101-0/+14
* Move arcz_to_arcs to misc so we can use it elsewhereNed Batchelder2019-06-191-0/+39
* Polishing substitute_variablesNed Batchelder2019-06-111-3/+2
* group() can return a number of groups. Nice.Ned Batchelder2019-06-101-1/+1
* Move code to where it belongsNed Batchelder2018-12-241-38/+0
* Debug-time environment variables can be set with set_env.pyNed Batchelder2018-11-031-0/+1
* You can turn off contracts while debugging testsNed Batchelder2018-11-031-1/+5
* Helpers for making directoriesNed Batchelder2018-10-211-0/+15
* Name decorator components to avoid docstring requirementNed Batchelder2018-09-091-5/+4
* Defaultable variable substitutionNed Batchelder2018-09-081-5/+10
* Py2 doesn't like using unmatched groups in regex resultsNed Batchelder2018-09-081-1/+1
* Strict variable substitution is now an optionNed Batchelder2018-09-081-2/+11
* Move variable substitution to be independentNed Batchelder2018-09-081-0/+37
* Merge branch 'nedbat/data-sqlite'Ned Batchelder2018-08-241-10/+0
|\
| * Improved debuggingNed Batchelder2018-08-041-10/+0
* | Hasher needed more information about nesting to avoid collisionsNed Batchelder2018-08-111-0/+1
|/
* Update NOTICE link to GitHub.Ned Batchelder2018-06-241-1/+1
* Fiddle with, and test, format_linesNed Batchelder2017-02-031-11/+16
* Use a metaclass to convert StopEverything to SkipTestNed Batchelder2017-01-251-8/+3
* One more tweak to StopEverythingNed Batchelder2017-01-211-11/+1
* A better way to deal with StopEverything exceptionsNed Batchelder2017-01-191-4/+14
* More-precise no-coverage pragmasNed Batchelder2017-01-191-2/+2
* Exceptions have to be exceptions. #556Ned Batchelder2017-01-171-2/+2
* A better way to deal with 2.6 missing SkipTestNed Batchelder2017-01-171-1/+5
* Only use SkipTest if we're testing, so that we can run on 2.6 pristineNed Batchelder2017-01-161-1/+1
* Oops, don't assume decorator arguments can be hashed.Ned Batchelder2017-01-161-1/+1
* A better way to neuter decorators when not testing.Ned Batchelder2017-01-161-11/+11