summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
| * | 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
| | |
* | | Refactor handling of static report files to a separate function.Ben Finney2011-07-278-16/+53
|\ \ \ | | |/ | |/|
| * | 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-290-0/+0
| |
* | Refactor handling of static report files to a separate function.Ben Finney2011-07-271-1/+4
|/
* 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
|
* Latest qunit code, seems to fix the crazy scrolling behavior in qunit ↵Ned Batchelder2011-06-232-83/+99
| | | | results page.
* Tidy upNed Batchelder2011-06-053-6/+6
|
* Created an announcement list.Ned Batchelder2011-06-052-1/+7
|
* Coverage 3.5b1Ned Batchelder2011-06-050-0/+0
|
* Last fiddles for 3.5b1coverage-3.5b1Ned Batchelder2011-06-054-6/+7
|
* Add a keyboard help panel to the index page.Ned Batchelder2011-06-053-0/+27
|
* Remove the twistie from the keyboard icon.Ned Batchelder2011-06-052-0/+0
|
* Add some beta-specific stuff to the home page.Ned Batchelder2011-06-054-14/+48
|
* It's happening today.Ned Batchelder2011-06-051-2/+2
|
* Bump version numbers for 3.5b1Ned Batchelder2011-06-046-8/+15
|
* Update the docs for 3.5 changes.Ned Batchelder2011-06-046-24/+64
|
* Minor tweak to a warning.Ned Batchelder2011-06-042-2/+2
|
* Fix a test involving optimized-away constant if statements, and add a test ↵Ned Batchelder2011-06-032-1/+16
| | | | about them.
* Move some test modules to keep them out of pylint's hair.Ned Batchelder2011-06-019-4/+8
|
* Remove a bunch of warnings from pylint.Ned Batchelder2011-05-312-3/+7
|
* Better handling of the partial-branch exclusion regexes. Finishes issue #113.Ned Batchelder2011-05-3112-65/+400
|
* Automated merge with ssh://bitbucket.org/ned/coveragepyNed Batchelder2011-05-314-5/+90
|\
| * Start getting docs ready for 3.5b1Ned Batchelder2011-05-314-7/+93
| |
* | Minor cleanupsNed Batchelder2011-05-282-8/+11
|/
* The right way to communicate with a subprocess.Ned Batchelder2011-05-251-2/+2
|
* The current directory auto-inserted into sys.path is now absolute, to better ↵Ned Batchelder2011-05-213-1/+12
| | | | mimic Python execution.
* WIP for partial branch exclusion. #113Ned Batchelder2011-05-177-23/+103
|
* Rearrange lines to put options in alphabetical order.Ned Batchelder2011-05-101-8/+8
|
* Refactor the C code to streamline the __call__ path.Ned Batchelder2011-05-021-26/+16
|
* Automated merge with ssh://bitbucket.org/ned/coveragepyNed Batchelder2011-04-276-10/+80
|\
| * Merge bug_123 work into default.Ned Batchelder2011-04-273-7/+33
| |\
| * | C trace function now roundtrips properly. Fixes #123 and #125.Ned Batchelder2011-04-275-8/+37
| | |
| * | Devin Jeanpierre provided the fix for bug #123.Ned Batchelder2011-04-251-0/+1
| | |
| * | A fix for bug #123, but it doesn't restore tracing properly yet, still want ↵Ned Batchelder2011-04-252-4/+44
| | | | | | | | | | | | to get to the bottom of that.
* | | Automated merge with ssh://bitbucket.org/ned/coveragepyNed Batchelder2011-04-274-10/+50
|\ \ \ | |_|/ |/| |