Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | |||||
* | Changelog from 4.5.4 | Ned Batchelder | 2019-07-29 | 1 | -0/+11 |
| | |||||
* | Add a note about the 3.8 multiprocessing fix | Ned Batchelder | 2019-07-29 | 1 | -1/+5 |
| | |||||
* | Don't be fooled by a class named test_something. Fixes #829 | Ned Batchelder | 2019-07-26 | 3 | -2/+12 |
| | |||||
* | Simplify | Ned Batchelder | 2019-07-26 | 1 | -10/+3 |
| | |||||
* | Don't try to delete a file called ':memory:' | Ned Batchelder | 2019-07-20 | 1 | -0/+2 |
| | |||||
* | z-compressed dumps and loads | Ned Batchelder | 2019-07-19 | 3 | -12/+53 |
| | |||||
* | Minor correction | Ned Batchelder | 2019-07-17 | 1 | -2/+2 |
| | |||||
* | Correct some references | Ned Batchelder | 2019-07-16 | 1 | -10/+10 |
| | |||||
* | Bump version | Ned Batchelder | 2019-07-16 | 2 | -1/+6 |
| | |||||
* | Get more information when uploading kitscoverage-5.0a6 | Ned Batchelder | 2019-07-16 | 1 | -2/+2 |
| | |||||
* | Tidelift security contact, and non-transparent logo. | Ned Batchelder | 2019-07-16 | 1 | -1/+10 |
| | |||||
* | Prep for 5.0a6 | Ned Batchelder | 2019-07-15 | 3 | -5/+8 |
| | |||||
* | Bitmaps for line numbers, 10% of the size. | Ned Batchelder | 2019-07-15 | 4 | -35/+138 |
| | |||||
* | :memory: support | Ned Batchelder | 2019-07-15 | 2 | -6/+19 |
| | |||||
* | CoverageData.dumps and loads for serialization | Ned Batchelder | 2019-07-15 | 2 | -8/+29 |
| | |||||
* | Document another environment variable | Ned Batchelder | 2019-07-10 | 1 | -0/+1 |
| | |||||
* | Merge pull request #821 from Bachmann1234/isolate_os | Ned Batchelder | 2019-07-10 | 1 | -1/+2 |
|\ | | | | | Isolate os in the db module | ||||
| * | Merge branch 'master' into isolate_os | Ned Batchelder | 2019-07-10 | 10 | -898/+102 |
| |\ | |/ |/| | |||||
* | | Remove the JSON data code | Ned Batchelder | 2019-07-10 | 10 | -898/+102 |
| | | |||||
| * | Isolate the os module to protect from aggressive mocking interfearing with ↵ | Matt Bachmann | 2019-07-09 | 1 | -1/+2 |
|/ | | | | database operations | ||||
* | SQLite will keep comments that are inside, not outside | Ned Batchelder | 2019-07-08 | 1 | -7/+7 |
| | | | | | This way, ".schema" in the SQLite prompt will show the comments for the tables. | ||||
* | Merge pull request #820 from minho42/Fix-typo | Ned Batchelder | 2019-07-07 | 3 | -4/+4 |
|\ | | | | | Fix typo | ||||
| * | Merge branch 'master' into Fix-typo | Ned Batchelder | 2019-07-07 | 6 | -29/+54 |
| |\ | |/ |/| |