| Commit message (Expand) | Author | Age | Files | Lines |
| * | Ignore Vim swp files. | Brett Cannon | 2011-01-28 | 1 | -0/+1 |
| * | 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 |
| * | Now we can run the tests on Unixy boxes | Ned Batchelder | 2011-01-15 | 1 | -0/+23 |
| * | Get id attributes into the .px files so they'll be in the HTML so links into ... | Ned Batchelder | 2010-11-20 | 1 | -0/+4 |
| * | Whitespace | Ned Batchelder | 2010-11-07 | 2 | -3/+3 |
| * | 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 | 5 | -11/+37 |
| * | This test isn't ready yet, but I don't want it in my working tree for now. | Ned Batchelder | 2010-11-07 | 1 | -0/+13 |
| * | 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 | 5 | -4/+78 |
| * | Make sure we can get multiple warnings of the same kind. | Ned Batchelder | 2010-11-06 | 1 | -1/+2 |
| * | Trim whitespace | Ned Batchelder | 2010-11-05 | 1 | -1/+1 |
| * | Put the Javascript into an object. | Ned Batchelder | 2010-11-05 | 3 | -9/+12 |
| * | Clarify some docs. | Ned Batchelder | 2010-10-25 | 1 | -0/+8 |
| * | Credit where credit is due. | Ned Batchelder | 2010-10-13 | 2 | -1/+2 |
| * | 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 | 2 | -1/+7 |
| * | Alphabetize the authors. | Ned Batchelder | 2010-10-12 | 1 | -13/+13 |
| * | Tested on 3.2a3 | Ned Batchelder | 2010-10-12 | 1 | -1/+1 |
| * | fixtar has been moved to its own project. | Ned Batchelder | 2010-10-03 | 1 | -1/+1 |
| * | A better way to figure out that the version number has a letter in it. | Ned Batchelder | 2010-10-03 | 1 | -1/+1 |
| * | Whitespace | Ned Batchelder | 2010-10-03 | 1 | -1/+1 |
| * | Bump the version number. | Ned Batchelder | 2010-10-03 | 2 | -3/+9 |
| * | Keep the todo up-to-date, sort of. | Ned Batchelder | 2010-09-22 | 1 | -25/+3 |
| * | Latest sample html output, using --source | Ned Batchelder | 2010-09-20 | 7 | -1532/+644 |
| * | Coverage 3.4 | Ned Batchelder | 2010-09-19 | 1 | -0/+1 |
| * | Latest sample html output for the site.coverage-3.4 | Ned Batchelder | 2010-09-19 | 8 | -3561/+3655 |
| * | Tweaks for the 3.4 release. | Ned Batchelder | 2010-09-19 | 6 | -22/+36 |
| * | Clarify where the configuration file goes. | Ned Batchelder | 2010-09-19 | 1 | -0/+5 |
| * | If you called sys.exit() with no argument, coverage.py got tangled. Thanks, ... | Ned Batchelder | 2010-09-18 | 3 | -2/+25 |
| * | When showing debug data, do something visible with empty lists. | Ned Batchelder | 2010-09-12 | 1 | -0/+2 |
| * | Forgot to update changes for the xml package ordering fix. | Ned Batchelder | 2010-09-12 | 2 | -1/+11 |
| * | Virtualenv's distutils is too tricky for pylint to understand. | Ned Batchelder | 2010-09-11 | 1 | -1/+1 |
| * | Sort the packages before creating the XML report. Fixes #88. | Ned Batchelder | 2010-09-11 | 1 | -3/+4 |
| * | Moved fixtar into its own project: http://bitbucket.org/ned/fixtar | Ned Batchelder | 2010-09-09 | 6 | -68/+4 |
| * | Fix the url canonicalizer to also deal with release urls. | Ned Batchelder | 2010-09-08 | 3 | -3/+3 |
| * | Bump version number | Ned Batchelder | 2010-09-06 | 2 | -2/+2 |
| * | Fix a typo | Ned Batchelder | 2010-09-06 | 1 | -1/+1 |
| * | Coverage 3.4b2 | Ned Batchelder | 2010-09-06 | 1 | -0/+1 |
| * | Hmm, not sure why it worked yesterday, but this is better.coverage-3.4b2 | Ned Batchelder | 2010-09-06 | 1 | -3/+3 |
| * | Doc tweaks for 3.4b2 | Ned Batchelder | 2010-09-06 | 6 | -18/+43 |
| * | Format numbers with %g in xmlreport, since py3.2 uses more digits in str() th... | Ned Batchelder | 2010-09-06 | 3 | -21/+19 |
| * | 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 | 4 | -18/+43 |
| * | A custom setup.py command to fix tarfile permissions. Fixes #54. | Ned Batchelder | 2010-09-04 | 5 | -5/+68 |
| * | Now that we include 0% files in the data, they aren't 'executed', they are 'm... | Ned Batchelder | 2010-09-03 | 4 | -13/+13 |
| * | Now completely unexecuted source files can be included in reporting. Specify... | Ned Batchelder | 2010-09-03 | 6 | -2/+29 |
| * | Remove unused import | Ned Batchelder | 2010-09-02 | 1 | -1/+0 |
| * | Don't search the build directory | Ned Batchelder | 2010-09-02 | 1 | -0/+1 |