Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | 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 | |
| |\ | |/ |/| | ||||||
* | | Avoid useless or redundant db operations. Faster. | Ned Batchelder | 2019-07-07 | 5 | -24/+28 | |
| | | | | | | | | | | | | 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 | |
|/ | ||||||
* | Can't run the delete-my-directory tests on Windows | Ned Batchelder | 2019-07-06 | 1 | -0/+5 | |
| | ||||||
* | Add tests of bug #806, and ensure it's fixed even if the program ends with ↵ | Ned Batchelder | 2019-07-06 | 4 | -4/+40 | |
| | | | | 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 | 35 | -632/+606 | |
| | | | | | | | | | | 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 | 7 | -21/+37 | |
| | ||||||
* | 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 | 3 | -7/+82 | |
| | | | | | 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 | 2 | -1/+6 | |
| | ||||||
* | Make a Unicode character more apparent in the source | Ned Batchelder | 2019-06-30 | 1 | -2/+6 | |
| | ||||||
* | Typo | Ned Batchelder | 2019-06-29 | 1 | -1/+1 | |
| | ||||||
* | A little more about Coverage.current | Ned Batchelder | 2019-06-29 | 2 | -2/+9 | |
| | ||||||
* | New API: Coverage.current() returns the latest started instance. | Ned Batchelder | 2019-06-25 | 3 | -0/+48 | |
| | ||||||
* | Split HtmlReporter to get at data | Ned Batchelder | 2019-06-19 | 2 | -75/+87 | |
| | ||||||
* | Don't run contract tests if contracts are disabled | Ned Batchelder | 2019-06-19 | 1 | -1/+6 | |
| | ||||||
* | Move arcz_to_arcs to misc so we can use it elsewhere | Ned Batchelder | 2019-06-19 | 5 | -55/+57 | |
| | ||||||
* | One per line | Ned Batchelder | 2019-06-19 | 1 | -1/+2 | |
| | ||||||
* | Make a note about Reporter.file_reporters being gone | Ned Batchelder | 2019-06-18 | 1 | -0/+2 | |
| | ||||||
* | This class was simpler as a function | Ned Batchelder | 2019-06-17 | 2 | -16/+12 | |
| | ||||||
* | Remove ShiningPanda hack | Ned Batchelder | 2019-06-17 | 3 | -16/+6 | |
| | ||||||
* | A better name | Ned Batchelder | 2019-06-17 | 1 | -6/+6 | |
| |