| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 clea... | Ned Batchelder | 2011-03-15 | 2 | -3/+18 |
* | 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 pl... | Ned Batchelder | 2011-02-07 | 2 | -11/+27 |
* | 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 user... | Ned Batchelder | 2010-11-06 | 3 | -3/+23 |
* | 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 so... | Ned Batchelder | 2010-10-13 | 1 | -0/+5 |
* | A better way to figure out that the version number has a letter in it. | Ned Batchelder | 2010-10-03 | 1 | -1/+1 |
* | Bump the version number. | Ned Batchelder | 2010-10-03 | 1 | -3/+3 |
* | Tweaks for the 3.4 release. | Ned Batchelder | 2010-09-19 | 1 | -1/+1 |
* | If you called sys.exit() with no argument, coverage.py got tangled. Thanks, ... | Ned Batchelder | 2010-09-18 | 1 | -2/+5 |
* | When showing debug data, do something visible with empty lists. | Ned Batchelder | 2010-09-12 | 1 | -0/+2 |
* | Sort the packages before creating the XML report. Fixes #88. | Ned Batchelder | 2010-09-11 | 1 | -3/+4 |
* | Bump version number | Ned Batchelder | 2010-09-06 | 1 | -1/+1 |
* | Format numbers with %g in xmlreport, since py3.2 uses more digits in str() th... | Ned Batchelder | 2010-09-06 | 1 | -16/+14 |
* | Silence one lint warning | Ned Batchelder | 2010-09-04 | 1 | -4/+3 |
* | The XML report was missing an attribute Cobertura needed. Fixes #65 and #81. | Ned Batchelder | 2010-09-04 | 2 | -10/+29 |
* | Now that we include 0% files in the data, they aren't 'executed', they are 'm... | Ned Batchelder | 2010-09-03 | 2 | -3/+3 |
* | Now completely unexecuted source files can be included in reporting. Specify... | Ned Batchelder | 2010-09-03 | 2 | -0/+11 |
* | Remove unused import | Ned Batchelder | 2010-09-02 | 1 | -1/+0 |
* | Pass config objects around to limit the sprawl of argument lists. | Ned Batchelder | 2010-09-02 | 6 | -50/+30 |
* | Make __main__.py compatible with all our Python versions. Fixes #86. | Ned Batchelder | 2010-09-01 | 1 | -2/+3 |
* | Some prep work for finding completely uncovered files. | Ned Batchelder | 2010-08-30 | 2 | -1/+18 |
* | Refactor the --omit and --include support during reporting, and add a test fo... | Ned Batchelder | 2010-08-28 | 2 | -35/+31 |
* | There aren't many places I like putting a function body on the def line, but ... | Ned Batchelder | 2010-08-28 | 1 | -17/+6 |
* | Correct case. | Ned Batchelder | 2010-08-28 | 1 | -1/+1 |
* | Clean up lint. | Ned Batchelder | 2010-08-26 | 2 | -675/+675 |