summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Forgot to include the closed ticket.Ned Batchelder2011-08-301-1/+2
|
* Coverage 3.5.1b1Ned Batchelder2011-08-301-0/+1
|
* Include the fullcoverage directory in the kitscoverage-3.5.1b1Ned Batchelder2011-08-301-0/+1
|
* Making the directories first is convenient.Ned Batchelder2011-08-301-0/+2
|
* History descriptions can have commas in them.Ned Batchelder2011-08-301-1/+1
|
* Appease the pylint godsNed Batchelder2011-08-281-2/+2
|
* Add another way to open source files, that works on 3.1Ned Batchelder2011-08-281-4/+20
|
* Bump version to 3.5.1b1Ned Batchelder2011-08-285-7/+17
|
* Document the [paths] section in the config file.Ned Batchelder2011-08-273-0/+39
|
* And also keep Py3.x happy...Ned Batchelder2011-08-231-2/+2
|
* More windows tweaking.Ned Batchelder2011-08-232-1/+8
|
* Finished implementation of path aliases for combining data files. #17.Ned Batchelder2011-08-235-3/+77
|
* Move a method to be a function.Ned Batchelder2011-08-221-11/+12
|
* PathAliases munges the fnmatch pattern, and could have accidentally borked ↵Ned Batchelder2011-08-222-1/+8
| | | | the match.
* Cleanups for lint and older PythonsNed Batchelder2011-08-214-19/+26
|
* The machinery to map paths through aliases for merging coverage data from ↵Ned Batchelder2011-08-214-6/+173
| | | | disparate machines. Part of fixing #17.
* CleanupNed Batchelder2011-08-172-5/+5
|
* Properly handle Unicode characters in Python source when creating the HTML ↵Ned Batchelder2011-08-1717-15/+1281
| | | | report (except surrogates come out as pairs of blots in the HTML). Fixes #124 and #144.
* Oh, can't test 'with' in Pythons that don't have it.Ned Batchelder2011-08-111-13/+14
|
* MergeNed Batchelder2011-08-112-0/+19
|\
| * The for-else fix also fixed 'with' statements, and therefore, issue #128.Ned Batchelder2011-08-102-0/+19
| |
* | Control the test better; don't use os when cleaning up the pathNed Batchelder2011-08-085-27/+32
|/
* A fullcoverage tracer that works. Events are stashed, then replayed when ↵Ned Batchelder2011-08-086-13/+69
| | | | coverage is started.
* An enormous hack to try to get stdlib measurement from the very beginning of ↵Ned Batchelder2011-08-072-1/+59
| | | | the process.
* You can include files in the Python installation, and they will be measured.Ned Batchelder2011-08-033-11/+36
|
* Fix whitespaceNed Batchelder2011-08-032-2/+2
|
* Merged in bignose/coveragepy-debian (pull request #2)Ned Batchelder2011-08-031-1/+4
|\
| * Refactor handling of static report files to a separate function.Ben Finney2011-07-271-1/+4
| |\
| | * Refactor handling of static report files to a separate function.Ben Finney2011-07-271-1/+4
| | |
* | | Fix the CHANGES mergeNed Batchelder2011-08-021-2/+3
| | |
* | | Automated merge with ssh://bitbucket.org/ned/coveragepyNed Batchelder2011-08-027-158/+484
|\ \ \ | |/ / |/| |
| * | Split out and improve the ad-hoc parsing and disassembly toolNed Batchelder2011-08-023-155/+442
| | |
| * | The number of missed branches reported on the HTML summary page didn't match ↵Ned Batchelder2011-08-023-1/+39
| | | | | | | | | | | | the number on the file page.
| * | Shorten a lineNed Batchelder2011-08-021-2/+3
| | |
* | | for-else constructs are handled properly, avoiding bogus partial branch ↵Ned Batchelder2011-07-044-14/+19
|/ / | | | | | | warnings. Fixes issue #122. Bonus irony: this also makes while 1 loops automatically understood better too.
* | A test and a fix for issue #122, maybe?Ned Batchelder2011-07-042-1/+16
| |
* | 2.7's unittest is more helpful with long messages.Ned Batchelder2011-07-041-0/+3
| |
* | Bump the version numberNed Batchelder2011-07-042-1/+6
| |
* | Add some comments.Ned Batchelder2011-07-041-0/+9
| |
* | Coverage 3.5Ned Batchelder2011-06-291-0/+1
|/
* Latest sample HTML reportcoverage-3.5Ned Batchelder2011-06-2917-97/+1200
|
* Bump version number to 3.5Ned Batchelder2011-06-297-12/+17
|
* Write this down for next time.Ned Batchelder2011-06-271-0/+5
|
* Update the gold files for HTML since the index file now has keyboard help.Ned Batchelder2011-06-269-0/+150
|
* cleanerNed Batchelder2011-06-261-1/+1
|
* HTML report hotkeys work differently if the current chunk is off-screen. A ↵Ned Batchelder2011-06-263-12/+167
| | | | chunk on-screen will be selected next.
* Scroll-to-top needs the Chrome fix also.Ned Batchelder2011-06-231-1/+1
|
* Some jslint cleanupsNed Batchelder2011-06-231-5/+4
|
* Chrome fixes: transparent colors are not 'transparent', and scrolling html ↵Ned Batchelder2011-06-231-4/+10
| | | | doesn't work, but scrolling body does.
* Un-tabNed Batchelder2011-06-231-9/+9
|