Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | Control the test better; don't use os when cleaning up the path | Ned Batchelder | 2011-08-08 | 5 | -27/+32 | |
| | | ||||||
* | | The for-else fix also fixed 'with' statements, and therefore, issue #128. | Ned Batchelder | 2011-08-10 | 2 | -0/+19 | |
|/ | ||||||
* | A fullcoverage tracer that works. Events are stashed, then replayed when ↵ | Ned Batchelder | 2011-08-08 | 6 | -13/+69 | |
| | | | | coverage is started. | |||||
* | An enormous hack to try to get stdlib measurement from the very beginning of ↵ | Ned Batchelder | 2011-08-07 | 2 | -1/+59 | |
| | | | | the process. | |||||
* | You can include files in the Python installation, and they will be measured. | Ned Batchelder | 2011-08-03 | 3 | -11/+36 | |
| | ||||||
* | Fix whitespace | Ned Batchelder | 2011-08-03 | 2 | -2/+2 | |
| | ||||||
* | Merged in bignose/coveragepy-debian (pull request #2) | Ned Batchelder | 2011-08-03 | 7 | -158/+485 | |
|\ | ||||||
| * | Fix the CHANGES merge | Ned Batchelder | 2011-08-02 | 1 | -2/+3 | |
| | | ||||||
| * | Automated merge with ssh://bitbucket.org/ned/coveragepy | Ned Batchelder | 2011-08-02 | 4 | -14/+19 | |
| |\ | ||||||
| * | | Split out and improve the ad-hoc parsing and disassembly tool | Ned Batchelder | 2011-08-02 | 3 | -155/+442 | |
| | | | ||||||
| * | | The number of missed branches reported on the HTML summary page didn't match ↵ | Ned Batchelder | 2011-08-02 | 3 | -1/+39 | |
| | | | | | | | | | | | | the number on the file page. | |||||
| * | | Shorten a line | Ned Batchelder | 2011-08-02 | 1 | -2/+3 | |
| | | | ||||||
* | | | Refactor handling of static report files to a separate function. | Ben Finney | 2011-07-27 | 8 | -16/+53 | |
|\ \ \ | | |/ | |/| | ||||||
| * | | for-else constructs are handled properly, avoiding bogus partial branch ↵ | Ned Batchelder | 2011-07-04 | 4 | -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 Batchelder | 2011-07-04 | 2 | -1/+16 | |
| | | ||||||
| * | 2.7's unittest is more helpful with long messages. | Ned Batchelder | 2011-07-04 | 1 | -0/+3 | |
| | | ||||||
| * | Bump the version number | Ned Batchelder | 2011-07-04 | 2 | -1/+6 | |
| | | ||||||
| * | Add some comments. | Ned Batchelder | 2011-07-04 | 1 | -0/+9 | |
| | | ||||||
| * | Coverage 3.5 | Ned Batchelder | 2011-06-29 | 0 | -0/+0 | |
| | | ||||||
* | | Refactor handling of static report files to a separate function. | Ben Finney | 2011-07-27 | 1 | -1/+4 | |
|/ | ||||||
* | Latest sample HTML reportcoverage-3.5 | Ned Batchelder | 2011-06-29 | 17 | -97/+1200 | |
| | ||||||
* | Bump version number to 3.5 | Ned Batchelder | 2011-06-29 | 7 | -12/+17 | |
| | ||||||
* | Write this down for next time. | Ned Batchelder | 2011-06-27 | 1 | -0/+5 | |
| | ||||||
* | Update the gold files for HTML since the index file now has keyboard help. | Ned Batchelder | 2011-06-26 | 9 | -0/+150 | |
| | ||||||
* | cleaner | Ned Batchelder | 2011-06-26 | 1 | -1/+1 | |
| | ||||||
* | HTML report hotkeys work differently if the current chunk is off-screen. A ↵ | Ned Batchelder | 2011-06-26 | 3 | -12/+167 | |
| | | | | chunk on-screen will be selected next. | |||||
* | Scroll-to-top needs the Chrome fix also. | Ned Batchelder | 2011-06-23 | 1 | -1/+1 | |
| | ||||||
* | Some jslint cleanups | Ned Batchelder | 2011-06-23 | 1 | -5/+4 | |
| | ||||||
* | Chrome fixes: transparent colors are not 'transparent', and scrolling html ↵ | Ned Batchelder | 2011-06-23 | 1 | -4/+10 | |
| | | | | doesn't work, but scrolling body does. | |||||
* | Un-tab | Ned Batchelder | 2011-06-23 | 1 | -9/+9 | |
| | ||||||
* | Latest qunit code, seems to fix the crazy scrolling behavior in qunit ↵ | Ned Batchelder | 2011-06-23 | 2 | -83/+99 | |
| | | | | results page. | |||||
* | Tidy up | Ned Batchelder | 2011-06-05 | 3 | -6/+6 | |
| | ||||||
* | Created an announcement list. | Ned Batchelder | 2011-06-05 | 2 | -1/+7 | |
| | ||||||
* | Coverage 3.5b1 | Ned Batchelder | 2011-06-05 | 0 | -0/+0 | |
| | ||||||
* | Last fiddles for 3.5b1coverage-3.5b1 | Ned Batchelder | 2011-06-05 | 4 | -6/+7 | |
| | ||||||
* | Add a keyboard help panel to the index page. | Ned Batchelder | 2011-06-05 | 3 | -0/+27 | |
| | ||||||
* | Remove the twistie from the keyboard icon. | Ned Batchelder | 2011-06-05 | 2 | -0/+0 | |
| | ||||||
* | Add some beta-specific stuff to the home page. | Ned Batchelder | 2011-06-05 | 4 | -14/+48 | |
| | ||||||
* | It's happening today. | Ned Batchelder | 2011-06-05 | 1 | -2/+2 | |
| | ||||||
* | Bump version numbers for 3.5b1 | Ned Batchelder | 2011-06-04 | 6 | -8/+15 | |
| | ||||||
* | Update the docs for 3.5 changes. | Ned Batchelder | 2011-06-04 | 6 | -24/+64 | |
| | ||||||
* | Minor tweak to a warning. | Ned Batchelder | 2011-06-04 | 2 | -2/+2 | |
| | ||||||
* | Fix a test involving optimized-away constant if statements, and add a test ↵ | Ned Batchelder | 2011-06-03 | 2 | -1/+16 | |
| | | | | about them. | |||||
* | Move some test modules to keep them out of pylint's hair. | Ned Batchelder | 2011-06-01 | 9 | -4/+8 | |
| | ||||||
* | Remove a bunch of warnings from pylint. | Ned Batchelder | 2011-05-31 | 2 | -3/+7 | |
| | ||||||
* | Better handling of the partial-branch exclusion regexes. Finishes issue #113. | Ned Batchelder | 2011-05-31 | 12 | -65/+400 | |
| | ||||||
* | Automated merge with ssh://bitbucket.org/ned/coveragepy | Ned Batchelder | 2011-05-31 | 4 | -5/+90 | |
|\ | ||||||
| * | Start getting docs ready for 3.5b1 | Ned Batchelder | 2011-05-31 | 4 | -7/+93 | |
| | | ||||||
* | | Minor cleanups | Ned Batchelder | 2011-05-28 | 2 | -8/+11 | |
|/ | ||||||
* | The right way to communicate with a subprocess. | Ned Batchelder | 2011-05-25 | 1 | -2/+2 | |
| |