Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | style: double quotes | Ned Batchelder | 2023-03-22 | 1 | -3/+3 |
| | |||||
* | mypy: use __future__ uniformly in checked files | Ned Batchelder | 2023-01-05 | 1 | -2/+4 |
| | |||||
* | test: add mypy just for one file at first | Ned Batchelder | 2022-12-27 | 1 | -14/+9 |
| | |||||
* | refactor: don't need _to_blob anymore, leftover from 2 vs 3 | Ned Batchelder | 2022-12-27 | 1 | -8/+4 |
| | |||||
* | refactor: remove more of contracts | Ned Batchelder | 2022-12-27 | 1 | -3/+1 |
| | |||||
* | docs: minor tweaks to db docs | Ned Batchelder | 2022-09-29 | 1 | -2/+2 |
| | |||||
* | refactor: remove more unneeded backward.py shims | Ned Batchelder | 2021-05-01 | 1 | -8/+7 |
| | | | | | | | | | | | | | | 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 | -1/+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 | -12/+4 |
| | |||||
* | Another detail about numbits_to_nums | Ned Batchelder | 2019-11-15 | 1 | -0/+4 |
| | |||||
* | Updated register_sqlite_functions() docstring | Simon Willison | 2019-11-12 | 1 | -0/+1 |
| | |||||
* | Expose numbits_to_nums() SQL function, refs #868 | Simon Willison | 2019-11-12 | 1 | -0/+2 |
| | |||||
* | Napoleon gets noisy if you use informal types | Ned Batchelder | 2019-11-11 | 1 | -21/+14 |
| | |||||
* | A little more in the db schema docs | Ned Batchelder | 2019-09-09 | 1 | -3/+4 |
| | |||||
* | Improved numbits operations | Ned Batchelder | 2019-08-11 | 1 | -19/+125 |
| | | | | | | | | | * Better names (merge -> union) * More ops (intersection) * Can be registered for SQLite use * Numbits can be empty Also, line_map is a dumb table name. line_bits is marginally better. | ||||
* | Fix a bug in num_in_numbits. | Ned Batchelder | 2019-08-01 | 1 | -1/+1 |
| | |||||
* | Add num_in_numbits | Ned Batchelder | 2019-08-01 | 1 | -2/+10 |
| | |||||
* | Add numbits_any_intersection | Ned Batchelder | 2019-07-31 | 1 | -0/+6 |
| | |||||
* | Refactor numbits into their own files | Ned Batchelder | 2019-07-31 | 1 | -0/+42 |