summaryrefslogtreecommitdiff
path: root/coverage/numbits.py
Commit message (Collapse)AuthorAgeFilesLines
* WIP: drop Python 2Ned Batchelder2020-03-031-20/+12
|
* Another detail about numbits_to_numsNed Batchelder2019-11-151-0/+4
|
* Updated register_sqlite_functions() docstringSimon Willison2019-11-121-0/+1
|
* Expose numbits_to_nums() SQL function, refs #868Simon Willison2019-11-121-0/+2
|
* Napoleon gets noisy if you use informal typesNed Batchelder2019-11-111-21/+14
|
* A little more in the db schema docsNed Batchelder2019-09-091-3/+4
|
* Improved numbits operationsNed Batchelder2019-08-111-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 Batchelder2019-08-011-1/+1
|
* Add num_in_numbitsNed Batchelder2019-08-011-2/+10
|
* Add numbits_any_intersectionNed Batchelder2019-07-311-0/+6
|
* Refactor numbits into their own filesNed Batchelder2019-07-311-0/+42