summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Changelog from 4.5.4Ned Batchelder2019-07-291-0/+11
|
* Add a note about the 3.8 multiprocessing fixNed Batchelder2019-07-291-1/+5
|
* Don't be fooled by a class named test_something. Fixes #829Ned Batchelder2019-07-263-2/+12
|
* SimplifyNed Batchelder2019-07-261-10/+3
|
* Don't try to delete a file called ':memory:'Ned Batchelder2019-07-201-0/+2
|
* z-compressed dumps and loadsNed Batchelder2019-07-193-12/+53
|
* Minor correctionNed Batchelder2019-07-171-2/+2
|
* Correct some referencesNed Batchelder2019-07-161-10/+10
|
* Bump versionNed Batchelder2019-07-162-1/+6
|
* Get more information when uploading kitscoverage-5.0a6Ned Batchelder2019-07-161-2/+2
|
* Tidelift security contact, and non-transparent logo.Ned Batchelder2019-07-161-1/+10
|
* Prep for 5.0a6Ned Batchelder2019-07-153-5/+8
|
* Bitmaps for line numbers, 10% of the size.Ned Batchelder2019-07-154-35/+138
|
* :memory: supportNed Batchelder2019-07-152-6/+19
|
* CoverageData.dumps and loads for serializationNed Batchelder2019-07-152-8/+29
|
* Document another environment variableNed Batchelder2019-07-101-0/+1
|
* Merge pull request #821 from Bachmann1234/isolate_osNed Batchelder2019-07-101-1/+2
|\ | | | | Isolate os in the db module
| * Merge branch 'master' into isolate_osNed Batchelder2019-07-1010-898/+102
| |\ | |/ |/|
* | Remove the JSON data codeNed Batchelder2019-07-1010-898/+102
| |
| * Isolate the os module to protect from aggressive mocking interfearing with ↵Matt Bachmann2019-07-091-1/+2
|/ | | | database operations
* SQLite will keep comments that are inside, not outsideNed Batchelder2019-07-081-7/+7
| | | | | This way, ".schema" in the SQLite prompt will show the comments for the tables.
* Merge pull request #820 from minho42/Fix-typoNed Batchelder2019-07-073-4/+4
|\ | | | | Fix typo
| * Merge branch 'master' into Fix-typoNed Batchelder2019-07-076-29/+54
| |\ | |/ |/|