summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* Fix a referenceNed Batchelder2019-09-091-1/+1
|
* Document the module-level stuff. #837Ned Batchelder2019-09-094-10/+42
|
* Anchors for each config setting. #842Ned Batchelder2019-09-091-11/+68
|
* A little more in the db schema docsNed Batchelder2019-09-093-3/+17
|
* Clarify some docsNed Batchelder2019-09-061-0/+6
|
* Updating with an empty data is okNed Batchelder2019-09-032-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 connectionNed Batchelder2019-09-031-1/+1
|
* --debug=self now goes on a second line for better readabilityNed Batchelder2019-09-031-2/+2
|
* 'sql' is a new debug optionNed Batchelder2019-09-021-0/+2
|
* Log some indication of the script being executedNed Batchelder2019-09-024-4/+27
|
* Logging executemany failed if data was a generatorNed Batchelder2019-09-021-0/+1
|
* cwd logging didn't have pid/tid info on itNed Batchelder2019-09-021-1/+1
|
* Reporting methods shouldn't permanently change the configurationNed Batchelder2019-09-014-19/+56
|
* Updated Tidelift badgeNed Batchelder2019-09-011-1/+1
|
* No need for format indexes (mostly)Ned Batchelder2019-09-0122-55/+55
|
* Log an operation before starting itNed Batchelder2019-09-011-1/+1
|
* Make callers debug output easier to use as editor launchesNed Batchelder2019-09-012-4/+4
|
* Tweaks to JSON report docsNed Batchelder2019-08-315-19/+24
|
* Create a JSON reportMatt Bachmann2019-08-3117-63/+496
|
* Better wording from TideliftNed Batchelder2019-08-262-2/+2
|
* Enterprise in tocNed Batchelder2019-08-251-0/+1
| | | | (cherry picked from commit 70ede36c8f1146ad389332d944735407d1000c86)
* Tidelift enterpriseNed Batchelder2019-08-252-22/+33
|
* Cleaner release note conversion and uploadNed Batchelder2019-08-123-18/+17
|
* debug=plugin didn't handle all plugin methods. #834Ned Batchelder2019-08-112-0/+18
|
* Fix autosphinx links in uploaded release notesNed Batchelder2019-08-113-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-referencesNed Batchelder2019-08-117-21/+16
|
* Mention the new coverage.numbits moduleNed Batchelder2019-08-111-0/+4
|
* Document SQLite access to data.Ned Batchelder2019-08-112-4/+120
|
* Improved numbits operationsNed Batchelder2019-08-113-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 Batchelder2019-08-112-0/+114
|
* Improve doc toolingNed Batchelder2019-08-118-15/+24
|
* Fix unusual backslash token issue. #822Ned Batchelder2019-08-103-5/+18
|
* One more detail to keep in syncNed Batchelder2019-08-072-2/+3
|
* Don't need the schema history in the schemaNed Batchelder2019-08-061-8/+9
|
* Version and timestamp in the meta dataNed Batchelder2019-08-061-2/+10
|
* Meta data stored as key/valueNed Batchelder2019-08-061-14/+22
|
* Pudb is a useful thing to have available when neededNed Batchelder2019-08-062-1/+4
|
* Foreign keysNed Batchelder2019-08-061-2/+8
|
* Fix a bug in num_in_numbits.Ned Batchelder2019-08-012-2/+3
|
* Use more conventional strategy namingNed Batchelder2019-08-011-6/+6
|
* Add num_in_numbitsNed Batchelder2019-08-013-3/+28
|
* Keep hypothesis from freaking out about variable timings during metacovNed Batchelder2019-08-011-1/+13
|
* Add numbits_any_intersectionNed Batchelder2019-07-312-1/+15
|
* A little more discipline for blob convertersNed Batchelder2019-07-311-5/+12
|
* numbits is the new name for the binary line numbersNed Batchelder2019-07-311-18/+27
|
* Use Hypothesis instead of my own janky randomizationNed Batchelder2019-07-313-23/+16
|
* Refactor numbits into their own filesNed Batchelder2019-07-314-63/+86
|
* I have to remember to run pylint before checking things in.Ned Batchelder2019-07-301-1/+1
|
* RTFD moved a pageNed Batchelder2019-07-291-1/+1
|
* No more windows.exe installers (https://www.python.org/dev/peps/pep-0527/)Ned Batchelder2019-07-291-2/+2
|