Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | debug=plugin didn't handle all plugin methods. #834 | Ned Batchelder | 2019-08-11 | 1 | -0/+14 |
| | |||||
* | Improved numbits operations | Ned Batchelder | 2019-08-11 | 2 | -64/+155 |
| | | | | | | | | | * 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 unusual backslash token issue. #822 | Ned Batchelder | 2019-08-10 | 1 | -5/+4 |
| | |||||
* | 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 | 1 | -1/+1 |
| | |||||
* | Foreign keys | Ned Batchelder | 2019-08-06 | 1 | -2/+8 |
| | |||||
* | Fix a bug in num_in_numbits. | Ned Batchelder | 2019-08-01 | 1 | -1/+1 |
| | |||||
* | Add num_in_numbits | Ned Batchelder | 2019-08-01 | 2 | -2/+18 |
| | |||||
* | Add numbits_any_intersection | Ned Batchelder | 2019-07-31 | 1 | -0/+6 |
| | |||||
* | 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 |
| | |||||
* | Refactor numbits into their own files | Ned Batchelder | 2019-07-31 | 2 | -33/+49 |
| | |||||
* | Don't be fooled by a class named test_something. Fixes #829 | Ned Batchelder | 2019-07-26 | 1 | -1/+3 |
| | |||||
* | 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 | 2 | -12/+25 |
| | |||||
* | Bump version | Ned Batchelder | 2019-07-16 | 1 | -1/+1 |
| | |||||
* | Bitmaps for line numbers, 10% of the size. | Ned Batchelder | 2019-07-15 | 2 | -32/+99 |
| | |||||
* | :memory: support | Ned Batchelder | 2019-07-15 | 1 | -6/+15 |
| | |||||
* | CoverageData.dumps and loads for serialization | Ned Batchelder | 2019-07-15 | 1 | -8/+21 |
| | |||||
* | Document another environment variable | Ned Batchelder | 2019-07-10 | 1 | -0/+1 |
| | |||||
* | Merge branch 'master' into isolate_os | Ned Batchelder | 2019-07-10 | 3 | -713/+92 |
|\ | |||||
| * | Remove the JSON data code | Ned Batchelder | 2019-07-10 | 3 | -713/+92 |
| | | |||||
* | | 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 branch 'master' into Fix-typo | Ned Batchelder | 2019-07-07 | 3 | -10/+46 |
|\ | |||||
| * | Avoid useless or redundant db operations. Faster. | Ned Batchelder | 2019-07-07 | 2 | -5/+20 |
| | | | | | | | | | | | | Moving operations into the "with self._connect" means less opening and closing of the database. Returning early if there is no data to write avoids writing empty contexts. | ||||
| * | Log connections properly | Ned Batchelder | 2019-07-07 | 1 | -2/+2 |
| | | |||||
| * | Clarify SqliteDb | Ned Batchelder | 2019-07-07 | 1 | -3/+5 |
| | | |||||
| * | Rough-hewn use of ox_profile | Ned Batchelder | 2019-07-07 | 1 | -0/+19 |
| | | |||||
* | | Fix typo | Min ho Kim | 2019-07-08 | 3 | -4/+4 |
|/ | |||||
* | Add tests of bug #806, and ensure it's fixed even if the program ends with ↵ | Ned Batchelder | 2019-07-06 | 1 | -4/+5 |
| | | | | an exception | ||||
* | Return to the original directory after exec'ing a file | Dan Hemberger | 2019-07-06 | 1 | -0/+4 |
| | | | | | | | | | | If the file that is exec'd chdirs to a directory that doesn't exist at the end of the execution, then we will fail to connect to the SQLite database (due to a failing `os.getcwd` command). We can easily fix this if we ensure we are in a directory that exists after executing the foreign code. Returning to the original directory seems to be a sensible choice. | ||||
* | Revert "Remove a copy of a private macro, and just use it" #809 | Ned Batchelder | 2019-07-06 | 2 | -1/+9 |
| | | | | This reverts commit b777c96f885b8d91b5339940a31a6a8ec4bfa3f9. | ||||
* | HTML: Mark things to show instead of to hide. | Ned Batchelder | 2019-07-06 | 4 | -267/+254 |
| | | | | | | | | | | Also made some other changes along the way: * Scroll bar markers change as the selected categories change. * We don't use css class 'stm' for anything, get rid of it. * Better sass use all around. | ||||
* | Clean up and test filtering contexts for reporting | Ned Batchelder | 2019-07-01 | 6 | -18/+19 |
| | |||||
* | Silence a pylint warning | Ned Batchelder | 2019-07-01 | 1 | -0/+2 |
| | |||||
* | No need for a backslash | Ned Batchelder | 2019-07-01 | 1 | -2/+1 |
| | |||||
* | Context reporting improvements and test | Ned Batchelder | 2019-06-30 | 2 | -2/+20 |
| | | | | | Contexts should only be reported on lines that are marked as executed. The empty outer context is now reported as "(empty)". | ||||
* | Make show_contexts available to set_option, and document it. | Ned Batchelder | 2019-06-30 | 1 | -1/+2 |
| | |||||
* | A little more about Coverage.current | Ned Batchelder | 2019-06-29 | 1 | -1/+7 |
| | |||||
* | New API: Coverage.current() returns the latest started instance. | Ned Batchelder | 2019-06-25 | 1 | -0/+15 |
| | |||||
* | Split HtmlReporter to get at data | Ned Batchelder | 2019-06-19 | 2 | -75/+87 |
| | |||||
* | Move arcz_to_arcs to misc so we can use it elsewhere | Ned Batchelder | 2019-06-19 | 1 | -0/+39 |
| | |||||
* | This class was simpler as a function | Ned Batchelder | 2019-06-17 | 2 | -16/+12 |
| | |||||
* | Remove ShiningPanda hack | Ned Batchelder | 2019-06-17 | 1 | -7/+0 |
| | |||||
* | A better name | Ned Batchelder | 2019-06-17 | 1 | -6/+6 |
| | |||||
* | Fix unicode for Py2 | Ned Batchelder | 2019-06-17 | 1 | -6/+6 |
| |