Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | refactor: convert %-strings to f-strings | Ned Batchelder | 2021-07-28 | 1 | -5/+3 |
| | |||||
* | fix: it just seems silly to use more than 32 chars for a fingerprint | Ned Batchelder | 2021-07-14 | 1 | -1/+1 |
| | |||||
* | fix: use a modern hash when fingerprinting. #1189 | Ned Batchelder | 2021-07-13 | 1 | -8/+8 |
| | |||||
* | refactor: move exceptions to their own module | Ned Batchelder | 2021-05-02 | 1 | -44/+1 |
| | |||||
* | refactor: pyupgrade --py36-plus coverage/*.py | Ned Batchelder | 2021-05-02 | 1 | -3/+3 |
| | |||||
* | refactor: move the remaining backward.py code, no more backward.py | Ned Batchelder | 2021-05-01 | 1 | -0/+25 |
| | |||||
* | refactor: remove more unneeded backward.py shims | Ned Batchelder | 2021-05-01 | 1 | -3/+2 |
| | | | | | | | | | | | | | | Gone are: - iitems - litems - iternext - to_bytes - to_string - binary_bytes - byte_to_int - bytes_to_ints - BUILTINS | ||||
* | refactor: remove unneeded backward.py shims | Ned Batchelder | 2021-05-01 | 1 | -3/+3 |
| | | | | | | | | | | | | | | | Removed were: - StringIO - configparser - string_class - unicode_class - range - zip_longest - get_thread_id - path_types - shlex_quote - reprlib | ||||
* | refactor: remove code explicitly choosing between py2 and py3 | Ned Batchelder | 2021-05-01 | 1 | -2/+1 |
| | |||||
* | build: update to latest pylint | Ned Batchelder | 2021-02-26 | 1 | -1/+1 |
| | |||||
* | Use set literals | Ned Batchelder | 2021-01-03 | 1 | -1/+1 |
| | |||||
* | Move test helpers to tests.helpers | Ned Batchelder | 2019-12-31 | 1 | -70/+0 |
| | |||||
* | Easier to decipher arcz output | Ned Batchelder | 2019-12-31 | 1 | -0/+31 |
| | |||||
* | Coverage(data_file=None) means no data file at all. #871 | Ned Batchelder | 2019-12-02 | 1 | -0/+14 |
| | |||||
* | Polishing from a lightning talk | Ned Batchelder | 2019-12-02 | 1 | -8/+8 |
| | |||||
* | Finish the sqldata.py docstrings | Ned Batchelder | 2019-11-10 | 1 | -1/+9 |
| | |||||
* | Polish up substitute_variables based on a lightning talk | Ned Batchelder | 2019-09-14 | 1 | -25/+25 |
| | |||||
* | Document the module-level stuff. #837 | Ned Batchelder | 2019-09-09 | 1 | -1/+1 |
| | |||||
* | Remove the JSON data code | Ned Batchelder | 2019-07-10 | 1 | -0/+14 |
| | |||||
* | Move arcz_to_arcs to misc so we can use it elsewhere | Ned Batchelder | 2019-06-19 | 1 | -0/+39 |
| | |||||
* | Polishing substitute_variables | Ned Batchelder | 2019-06-11 | 1 | -3/+2 |
| | |||||
* | group() can return a number of groups. Nice. | Ned Batchelder | 2019-06-10 | 1 | -1/+1 |
| | |||||
* | Move code to where it belongs | Ned Batchelder | 2018-12-24 | 1 | -38/+0 |
| | |||||
* | Debug-time environment variables can be set with set_env.py | Ned Batchelder | 2018-11-03 | 1 | -0/+1 |
| | |||||
* | You can turn off contracts while debugging tests | Ned Batchelder | 2018-11-03 | 1 | -1/+5 |
| | |||||
* | Helpers for making directories | Ned Batchelder | 2018-10-21 | 1 | -0/+15 |
| | |||||
* | Name decorator components to avoid docstring requirement | Ned Batchelder | 2018-09-09 | 1 | -5/+4 |
| | |||||
* | Defaultable variable substitution | Ned Batchelder | 2018-09-08 | 1 | -5/+10 |
| | |||||
* | Py2 doesn't like using unmatched groups in regex results | Ned Batchelder | 2018-09-08 | 1 | -1/+1 |
| | |||||
* | Strict variable substitution is now an option | Ned Batchelder | 2018-09-08 | 1 | -2/+11 |
| | |||||
* | Move variable substitution to be independent | Ned Batchelder | 2018-09-08 | 1 | -0/+37 |
| | |||||
* | Merge branch 'nedbat/data-sqlite' | Ned Batchelder | 2018-08-24 | 1 | -10/+0 |
|\ | |||||
| * | Improved debugging | Ned Batchelder | 2018-08-04 | 1 | -10/+0 |
| | | |||||
* | | Hasher needed more information about nesting to avoid collisions | Ned Batchelder | 2018-08-11 | 1 | -0/+1 |
|/ | |||||
* | Update NOTICE link to GitHub. | Ned Batchelder | 2018-06-24 | 1 | -1/+1 |
| | |||||
* | Fiddle with, and test, format_lines | Ned Batchelder | 2017-02-03 | 1 | -11/+16 |
| | |||||
* | Use a metaclass to convert StopEverything to SkipTest | Ned Batchelder | 2017-01-25 | 1 | -8/+3 |
| | |||||
* | One more tweak to StopEverything | Ned Batchelder | 2017-01-21 | 1 | -11/+1 |
| | |||||
* | A better way to deal with StopEverything exceptions | Ned Batchelder | 2017-01-19 | 1 | -4/+14 |
| | |||||
* | More-precise no-coverage pragmas | Ned Batchelder | 2017-01-19 | 1 | -2/+2 |
| | |||||
* | Exceptions have to be exceptions. #556 | Ned Batchelder | 2017-01-17 | 1 | -2/+2 |
| | |||||
* | A better way to deal with 2.6 missing SkipTest | Ned Batchelder | 2017-01-17 | 1 | -1/+5 |
| | |||||
* | Only use SkipTest if we're testing, so that we can run on 2.6 pristine | Ned Batchelder | 2017-01-16 | 1 | -1/+1 |
| | |||||
* | Oops, don't assume decorator arguments can be hashed. | Ned Batchelder | 2017-01-16 | 1 | -1/+1 |
| | |||||
* | A better way to neuter decorators when not testing. | Ned Batchelder | 2017-01-16 | 1 | -11/+11 |
| | |||||
* | A one_of decorator for checking function arguments. | Ned Batchelder | 2017-01-16 | 1 | -0/+17 |
| | |||||
* | Python 2.6 doesn't have SkipTest | Ned Batchelder | 2017-01-14 | 1 | -1/+1 |
| | |||||
* | Reporting doesn't work on Jython, so don't run reporting tests there. | Ned Batchelder | 2017-01-14 | 1 | -0/+16 |
| | | | | | --HG-- extra : amend_source : 144fd0ffb49fdef1139ae3f0085831ece14de43f | ||||
* | Prevent UnicodeErrors in HTML reports with Unicode configuration values | Ned Batchelder | 2016-12-06 | 1 | -3/+3 |
| | |||||
* | More-accurate pragmas | Ned Batchelder | 2016-11-29 | 1 | -2/+2 |
| |