summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
| |\ | |/ |/|
* | Avoid useless or redundant db operations. Faster.Ned Batchelder2019-07-075-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 properlyNed Batchelder2019-07-071-2/+2
| |
* | Clarify SqliteDbNed Batchelder2019-07-071-3/+5
| |
* | Rough-hewn use of ox_profileNed Batchelder2019-07-071-0/+19
| |
| * Fix typoMin ho Kim2019-07-083-4/+4
|/
* Can't run the delete-my-directory tests on WindowsNed Batchelder2019-07-061-0/+5
|
* Add tests of bug #806, and ensure it's fixed even if the program ends with ↵Ned Batchelder2019-07-064-4/+40
| | | | an exception
* Return to the original directory after exec'ing a fileDan Hemberger2019-07-061-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" #809Ned Batchelder2019-07-062-1/+9
| | | | This reverts commit b777c96f885b8d91b5339940a31a6a8ec4bfa3f9.
* HTML: Mark things to show instead of to hide.Ned Batchelder2019-07-0635-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 reportingNed Batchelder2019-07-017-21/+37
|
* Silence a pylint warningNed Batchelder2019-07-011-0/+2
|
* No need for a backslashNed Batchelder2019-07-011-2/+1
|
* Context reporting improvements and testNed Batchelder2019-06-303-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 Batchelder2019-06-302-1/+6
|
* Make a Unicode character more apparent in the sourceNed Batchelder2019-06-301-2/+6
|
* TypoNed Batchelder2019-06-291-1/+1
|
* A little more about Coverage.currentNed Batchelder2019-06-292-2/+9
|
* New API: Coverage.current() returns the latest started instance.Ned Batchelder2019-06-253-0/+48
|
* Split HtmlReporter to get at dataNed Batchelder2019-06-192-75/+87
|
* Don't run contract tests if contracts are disabledNed Batchelder2019-06-191-1/+6
|
* Move arcz_to_arcs to misc so we can use it elsewhereNed Batchelder2019-06-195-55/+57
|
* One per lineNed Batchelder2019-06-191-1/+2
|
* Make a note about Reporter.file_reporters being goneNed Batchelder2019-06-181-0/+2
|
* This class was simpler as a functionNed Batchelder2019-06-172-16/+12
|
* Remove ShiningPanda hackNed Batchelder2019-06-173-16/+6
|
* A better nameNed Batchelder2019-06-171-6/+6
|