Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Fix a reference | Ned Batchelder | 2019-09-09 | 1 | -1/+1 | |
| | ||||||
* | Document the module-level stuff. #837 | Ned Batchelder | 2019-09-09 | 4 | -10/+42 | |
| | ||||||
* | Anchors for each config setting. #842 | Ned Batchelder | 2019-09-09 | 1 | -11/+68 | |
| | ||||||
* | A little more in the db schema docs | Ned Batchelder | 2019-09-09 | 3 | -3/+17 | |
| | ||||||
* | Clarify some docs | Ned Batchelder | 2019-09-06 | 1 | -0/+6 | |
| | ||||||
* | Updating with an empty data is ok | Ned Batchelder | 2019-09-03 | 2 | -16/+40 | |
| | | | | | With no arc or line data, it used to choose lines arbitrarily, which would fail if an empty data was updating an arc data. | |||||
* | Need to set a sqlite attribute on a real sqlite connection | Ned Batchelder | 2019-09-03 | 1 | -1/+1 | |
| | ||||||
* | --debug=self now goes on a second line for better readability | Ned Batchelder | 2019-09-03 | 1 | -2/+2 | |
| | ||||||
* | 'sql' is a new debug option | Ned Batchelder | 2019-09-02 | 1 | -0/+2 | |
| | ||||||
* | Log some indication of the script being executed | Ned Batchelder | 2019-09-02 | 4 | -4/+27 | |
| | ||||||
* | Logging executemany failed if data was a generator | Ned Batchelder | 2019-09-02 | 1 | -0/+1 | |
| | ||||||
* | cwd logging didn't have pid/tid info on it | Ned Batchelder | 2019-09-02 | 1 | -1/+1 | |
| | ||||||
* | Reporting methods shouldn't permanently change the configuration | Ned Batchelder | 2019-09-01 | 4 | -19/+56 | |
| | ||||||
* | Updated Tidelift badge | Ned Batchelder | 2019-09-01 | 1 | -1/+1 | |
| | ||||||
* | No need for format indexes (mostly) | Ned Batchelder | 2019-09-01 | 22 | -55/+55 | |
| | ||||||
* | Log an operation before starting it | Ned Batchelder | 2019-09-01 | 1 | -1/+1 | |
| | ||||||
* | Make callers debug output easier to use as editor launches | Ned Batchelder | 2019-09-01 | 2 | -4/+4 | |
| | ||||||
* | Tweaks to JSON report docs | Ned Batchelder | 2019-08-31 | 5 | -19/+24 | |
| | ||||||
* | Create a JSON report | Matt Bachmann | 2019-08-31 | 17 | -63/+496 | |
| | ||||||
* | Better wording from Tidelift | Ned Batchelder | 2019-08-26 | 2 | -2/+2 | |
| | ||||||
* | Enterprise in toc | Ned Batchelder | 2019-08-25 | 1 | -0/+1 | |
| | | | | (cherry picked from commit 70ede36c8f1146ad389332d944735407d1000c86) | |||||
* | Tidelift enterprise | Ned Batchelder | 2019-08-25 | 2 | -22/+33 | |
| | ||||||
* | Cleaner release note conversion and upload | Ned Batchelder | 2019-08-12 | 3 | -18/+17 | |
| | ||||||
* | debug=plugin didn't handle all plugin methods. #834 | Ned Batchelder | 2019-08-11 | 2 | -0/+18 | |
| | ||||||
* | Fix autosphinx links in uploaded release notes | Ned Batchelder | 2019-08-11 | 3 | -6/+9 | |
| | | | | | | The :meth:`.CoverageData.foobar` syntax isn't understood by pandoc when converting to markdown. A Sphinx rst builder converts them into more basic Sphinx links first. | |||||
* | Fix some sphinx mis-references | Ned Batchelder | 2019-08-11 | 7 | -21/+16 | |
| | ||||||
* | Mention the new coverage.numbits module | Ned Batchelder | 2019-08-11 | 1 | -0/+4 | |
| | ||||||
* | Document SQLite access to data. | Ned Batchelder | 2019-08-11 | 2 | -4/+120 | |
| | ||||||
* | Improved numbits operations | Ned Batchelder | 2019-08-11 | 3 | -72/+262 | |
| | | | | | | | | | * 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. | |||||
* | Utility to check .rst for accurate copies from source files. | Ned Batchelder | 2019-08-11 | 2 | -0/+114 | |
| | ||||||
* | Improve doc tooling | Ned Batchelder | 2019-08-11 | 8 | -15/+24 | |
| | ||||||
* | Fix unusual backslash token issue. #822 | Ned Batchelder | 2019-08-10 | 3 | -5/+18 | |
| | ||||||
* | One more detail to keep in sync | Ned Batchelder | 2019-08-07 | 2 | -2/+3 | |
| | ||||||
* | Don't need the schema history in the schema | Ned Batchelder | 2019-08-06 | 1 | -8/+9 | |
| | ||||||
* | Version and timestamp in the meta data | Ned Batchelder | 2019-08-06 | 1 | -2/+10 | |
| | ||||||
* | Meta data stored as key/value | Ned Batchelder | 2019-08-06 | 1 | -14/+22 | |
| | ||||||
* | Pudb is a useful thing to have available when needed | Ned Batchelder | 2019-08-06 | 2 | -1/+4 | |
| | ||||||
* | Foreign keys | Ned Batchelder | 2019-08-06 | 1 | -2/+8 | |
| | ||||||
* | Fix a bug in num_in_numbits. | Ned Batchelder | 2019-08-01 | 2 | -2/+3 | |
| | ||||||
* | Use more conventional strategy naming | Ned Batchelder | 2019-08-01 | 1 | -6/+6 | |
| | ||||||
* | Add num_in_numbits | Ned Batchelder | 2019-08-01 | 3 | -3/+28 | |
| | ||||||
* | Keep hypothesis from freaking out about variable timings during metacov | Ned Batchelder | 2019-08-01 | 1 | -1/+13 | |
| | ||||||
* | Add numbits_any_intersection | Ned Batchelder | 2019-07-31 | 2 | -1/+15 | |
| | ||||||
* | A little more discipline for blob converters | Ned Batchelder | 2019-07-31 | 1 | -5/+12 | |
| | ||||||
* | numbits is the new name for the binary line numbers | Ned Batchelder | 2019-07-31 | 1 | -18/+27 | |
| | ||||||
* | Use Hypothesis instead of my own janky randomization | Ned Batchelder | 2019-07-31 | 3 | -23/+16 | |
| | ||||||
* | Refactor numbits into their own files | Ned Batchelder | 2019-07-31 | 4 | -63/+86 | |
| | ||||||
* | I have to remember to run pylint before checking things in. | Ned Batchelder | 2019-07-30 | 1 | -1/+1 | |
| | ||||||
* | RTFD moved a page | Ned Batchelder | 2019-07-29 | 1 | -1/+1 | |
| | ||||||
* | No more windows.exe installers (https://www.python.org/dev/peps/pep-0527/) | Ned Batchelder | 2019-07-29 | 1 | -2/+2 | |
| |