Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | 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 | |
| | | ||||||
* | | Remove trailing spaces | Ned Batchelder | 2011-03-24 | 1 | -1/+1 | |
| | | ||||||
* | | Incremental HTML generation. Some cleanup would be good. | Ned Batchelder | 2011-03-24 | 6 | -8/+158 | |
| | | ||||||
* | | --omit and --include now interpret their values more usefully. Fixes #121. | Ned Batchelder | 2011-03-21 | 1 | -6/+20 | |
| | | ||||||
* | | Clean-ups | Ned Batchelder | 2011-03-16 | 2 | -3/+7 | |
| | | ||||||
* | | A file opened in 'b' mode needs bytes, not strings. Try to do this in a ↵ | Ned Batchelder | 2011-03-15 | 2 | -3/+18 | |
| | | | | | | | | clean-ish way... | |||||
* | | A different (better) way to avoid warnings when no code has been run. | Ned Batchelder | 2011-02-12 | 2 | -20/+10 | |
| | | ||||||
* | | Don't warn about not collecting data if we never ran any code in the first ↵ | Ned Batchelder | 2011-02-07 | 2 | -11/+27 | |
| | | | | | | | | place. | |||||
* | | Make this message simpler and clearer. | Ned Batchelder | 2011-02-07 | 1 | -1/+1 | |
| | | ||||||
* | | Add tests and doc for Brandon's -m flag. | Ned Batchelder | 2011-02-06 | 2 | -29/+43 | |
| | | ||||||
* | | Automated merge with file:///home/ned/coverage/trunk | Ned Batchelder | 2011-02-06 | 2 | -7/+53 | |
|\ \ | ||||||
| * | | Added an actual "-m" command line option to turn on the module loader. | Brandon Craig Rhodes | 2011-02-02 | 1 | -6/+13 | |
| | | | ||||||
| * | | Wrote the basic logic for running a Python module or package as __main__. | Brandon Craig Rhodes | 2011-02-02 | 2 | -3/+42 | |
| | | | ||||||
* | | | Automated merge with ssh://bitbucket.org/ned/coveragepy | Ned Batchelder | 2011-02-04 | 1 | -15/+17 | |
|\ \ \ | |/ / |/| | | ||||||
| * | | Lint cleanups in the Javascript code. | Ned Batchelder | 2011-02-04 | 1 | -15/+17 | |
| |/ | ||||||
* | | Some pylint cleanups. | Ned Batchelder | 2011-02-01 | 2 | -2/+2 | |
| | | ||||||
* | | Pylint 0.23.0 'deprecated' disable-msg. | Ned Batchelder | 2011-02-01 | 10 | -12/+12 | |
| | | ||||||
* | | A couple more places to use open_source instead of open(fname, 'rU') | Ned Batchelder | 2011-01-30 | 2 | -3/+3 | |
| | | ||||||
* | | A bunch more places where a file close should be in a finally clause. | Ned Batchelder | 2011-01-30 | 2 | -8/+16 | |
| | | ||||||
* | | Isolate the open/tokenize.open distinction into backward.py | Ned Batchelder | 2011-01-30 | 3 | -10/+15 | |
| | | ||||||
* | | Properly close files. | Brett Cannon | 2011-01-28 | 2 | -5/+15 | |
| | | ||||||
* | | Open source files with the proper encoding. | Brett Cannon | 2011-01-28 | 2 | -3/+10 | |
|/ | ||||||
* | Whitespace | Ned Batchelder | 2010-11-07 | 1 | -2/+2 | |
| | ||||||
* | Forgot this file in the last checkin. | Ned Batchelder | 2010-11-07 | 1 | -0/+99 | |
| | ||||||
* | Hotkeys for the HTML report. | Ned Batchelder | 2010-11-07 | 4 | -11/+32 | |
| | ||||||
* | Upgrade jquery to 1.4.3 | Ned Batchelder | 2010-11-07 | 5 | -25/+177 | |
| | ||||||
* | Detect when our trace function is yanked out from under us, and warn the ↵ | Ned Batchelder | 2010-11-06 | 3 | -3/+23 | |
| | | | | user. Finishes, but does not fix, issue #93. | |||||
* | Put the Javascript into an object. | Ned Batchelder | 2010-11-05 | 3 | -9/+12 | |
| | ||||||
* | Use 2-and-3-friendly syntax in the debugging prints in the trace function. | Ned Batchelder | 2010-10-13 | 1 | -5/+8 | |
| | ||||||
* | Jython reports $py.class files in the trace function, so adapt to find the ↵ | Ned Batchelder | 2010-10-13 | 1 | -0/+5 | |
| | | | | source file. |