Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | Cleanup | Ned Batchelder | 2011-08-17 | 1 | -1/+1 | |
| | | ||||||
* | | Properly handle Unicode characters in Python source when creating the HTML ↵ | Ned Batchelder | 2011-08-17 | 2 | -11/+32 | |
| | | | | | | | | report (except surrogates come out as pairs of blots in the HTML). Fixes #124 and #144. | |||||
* | | Control the test better; don't use os when cleaning up the path | Ned Batchelder | 2011-08-08 | 3 | -6/+6 | |
| | | ||||||
* | | A fullcoverage tracer that works. Events are stashed, then replayed when ↵ | Ned Batchelder | 2011-08-08 | 3 | -12/+43 | |
| | | | | | | | | 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 | 1 | -6/+8 | |
| | | ||||||
* | | Fix whitespace | Ned Batchelder | 2011-08-03 | 1 | -1/+1 | |
| | | ||||||
* | | Merged in bignose/coveragepy-debian (pull request #2) | Ned Batchelder | 2011-08-03 | 1 | -1/+4 | |
|\ \ | ||||||
| * \ | Refactor handling of static report files to a separate function. | Ben Finney | 2011-07-27 | 1 | -1/+4 | |
| |\ \ | ||||||
| | * | | Refactor handling of static report files to a separate function. | Ben Finney | 2011-07-27 | 1 | -1/+4 | |
| | | | | ||||||
* | | | | Split out and improve the ad-hoc parsing and disassembly tool | Ned Batchelder | 2011-08-02 | 1 | -155/+5 | |
| | | | | ||||||
* | | | | The number of missed branches reported on the HTML summary page didn't match ↵ | Ned Batchelder | 2011-08-02 | 1 | -1/+3 | |
|/ / / | | | | | | | | | | the number on the file page. | |||||
* | | | A test and a fix for issue #122, maybe? | Ned Batchelder | 2011-07-04 | 1 | -1/+1 | |
| | | | ||||||
* | | | Bump the version number | Ned Batchelder | 2011-07-04 | 1 | -1/+1 | |
| | | | ||||||
* | | | Add some comments. | Ned Batchelder | 2011-07-04 | 1 | -0/+9 | |
|/ / | ||||||
* | | Bump version number to 3.5 | Ned Batchelder | 2011-06-29 | 1 | -1/+1 | |
| | | ||||||
* | | 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 | 1 | -10/+116 | |
| | | | | | | | | 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. | |||||
* | | Tidy up | Ned Batchelder | 2011-06-05 | 1 | -2/+2 | |
| | | ||||||
* | | 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 | |
| | | ||||||
* | | Bump version numbers for 3.5b1 | Ned Batchelder | 2011-06-04 | 1 | -1/+1 | |
| | | ||||||
* | | Minor tweak to a warning. | Ned Batchelder | 2011-06-04 | 1 | -1/+1 | |
| | | ||||||
* | | Move some test modules to keep them out of pylint's hair. | Ned Batchelder | 2011-06-01 | 1 | -3/+6 | |
| | | | | | | | | | | | | | | | | | | | | --HG-- rename : test/othermods/__init__.py => test/moremodules/othermods/__init__.py rename : test/othermods/othera.py => test/moremodules/othermods/othera.py rename : test/othermods/otherb.py => test/moremodules/othermods/otherb.py rename : test/othermods/sub/__init__.py => test/moremodules/othermods/sub/__init__.py rename : test/othermods/sub/osa.py => test/moremodules/othermods/sub/osa.py rename : test/othermods/sub/osb.py => test/moremodules/othermods/sub/osb.py | |||||
* | | Better handling of the partial-branch exclusion regexes. Finishes issue #113. | Ned Batchelder | 2011-05-31 | 4 | -28/+50 | |
| | | ||||||
* | | Minor cleanups | Ned Batchelder | 2011-05-28 | 1 | -2/+2 | |
| | | ||||||
* | | The current directory auto-inserted into sys.path is now absolute, to better ↵ | Ned Batchelder | 2011-05-21 | 1 | -1/+1 | |
| | | | | | | | | mimic Python execution. | |||||
* | | WIP for partial branch exclusion. #113 | Ned Batchelder | 2011-05-17 | 5 | -18/+86 | |
| | | ||||||
* | | Rearrange lines to put options in alphabetical order. | Ned Batchelder | 2011-05-10 | 1 | -8/+8 | |
| | | ||||||
* | | Refactor the C code to streamline the __call__ path. | Ned Batchelder | 2011-05-02 | 1 | -26/+16 | |
| | | ||||||
* | | Merge bug_123 work into default. | Ned Batchelder | 2011-04-27 | 1 | -4/+30 | |
|\ \ | ||||||
| * | | C trace function now roundtrips properly. Fixes #123 and #125. | Ned Batchelder | 2011-04-27 | 1 | -2/+5 | |
| | | | | | | | | | | | | | | | --HG-- branch : bug_123 | |||||
| * | | A fix for bug #123, but it doesn't restore tracing properly yet, still want ↵ | Ned Batchelder | 2011-04-25 | 1 | -4/+27 | |
| | | | | | | | | | | | | | | | | | | | | | to get to the bottom of that. --HG-- branch : bug_123 | |||||
* | | | Since people make this mistake, and it's mysterious: accept a single string ↵ | Ned Batchelder | 2011-04-25 | 1 | -1/+6 | |
|/ / | | | | | | | for omit and include. | |||||
* | | Keyboard-shorcut help is now available on the file page of the HTML report. | Ned Batchelder | 2011-04-20 | 6 | -0/+84 | |
| | | ||||||
* | | Style | Ned Batchelder | 2011-04-17 | 1 | -3/+3 | |
| | | ||||||
* | | Style | Ned Batchelder | 2011-04-17 | 1 | -19/+19 | |
| | | ||||||
* | | More tests, some refactoring of the code. | Ned Batchelder | 2011-04-17 | 1 | -14/+14 | |
| | | ||||||
* | | Even better way to test js: build fixtures programmatically, no need for ↵ | Ned Batchelder | 2011-04-17 | 1 | -6/+10 | |
| | | | | | | | | monkeypatching the code under test. | |||||
* | | Convert from DOS line-endings | Ned Batchelder | 2011-04-17 | 1 | -53/+53 | |
| | | ||||||
* | | Javascript tests | Ned Batchelder | 2011-04-16 | 1 | -22/+43 | |
| | | ||||||
* | | Deal more gracefully with unexpectedly-not-python source during reporting. | Ned Batchelder | 2011-04-08 | 3 | -5/+10 | |
| | | ||||||
* | | Tweaks to the chunk-navigation hotkeys. Still looking for a way to automate ↵ | Ned Batchelder | 2011-04-08 | 1 | -12/+16 | |
| | | | | | | | | testing. | |||||
* | | HTML incremental generation should also take the coverage.py version into ↵ | Ned Batchelder | 2011-03-27 | 1 | -14/+33 | |
| | | | | | | | | account: a new version means scrap everything and do it all. | |||||
* | | HTML hotkeys for jumping to next/prev highlighted source section. | Ned Batchelder | 2011-03-27 | 4 | -1/+157 | |
| | | ||||||
* | | Make the new code a little nicer. | Ned Batchelder | 2011-03-25 | 1 | -13/+23 | |
| | | ||||||
* | | Got 2.3 to build, so now this is tested and works against 2.3 | Ned Batchelder | 2011-03-25 | 2 | -2/+9 | |
| | |