| Commit message (Expand) | Author | Age | Files | Lines |
| * | Format the code to pylint's liking, and fix up the docstrings for omit and in... | Ned Batchelder | 2010-05-15 | 9 | -92/+87 |
| * | Hook up omit and include to the run command. Test the new cmdline behavior a... | Ned Batchelder | 2010-05-15 | 3 | -11/+16 |
| * | Refactor common code in config.py, and start testing the new options. | Ned Batchelder | 2010-05-15 | 1 | -36/+22 |
| * | Change 'requires' to 'include'. | Ned Batchelder | 2010-05-15 | 9 | -94/+94 |
| * | Undo Zooko's version number change. | Ned Batchelder | 2010-05-15 | 1 | -1/+1 |
| * | fix a couple of bugs in control.py such that handling of omit_prefixes and/or... | wonwinmcbrootles@Wonwin-McBrootles-Computer.local | 2010-05-09 | 2 | -8/+14 |
| * | add a --require option to specify directories which are required to be at the... | Zooko Ofsimplegeo | 2010-04-19 | 9 | -28/+168 |
| * | Don't trace any files with names starting with less-than. They are all fake,... | Ned Batchelder | 2010-05-08 | 1 | -3/+5 |
| * | Properly record multiple exits separately. Fixes #62. | Ned Batchelder | 2010-04-27 | 4 | -20/+35 |
| * | Use constants for return values to make it easier to see the various uses of ... | Ned Batchelder | 2010-04-26 | 1 | -17/+21 |
| * | Undo Ben Finney's patch to use the os.path methods. os.path.commonprefix is ... | Ned Batchelder | 2010-03-21 | 1 | -6/+6 |
| * | Not sure why I changed these from inherit to normal last week (something to d... | Ned Batchelder | 2010-03-20 | 1 | -2/+2 |
| * | Calculate the pid suffix for data files at the end of the process so that pro... | Ned Batchelder | 2010-03-20 | 2 | -29/+37 |
| * | Source files can have more than one dot in them. Fixes issue #46. | Ned Batchelder | 2010-03-14 | 1 | -2/+2 |
| * | Make this function name better. | Ned Batchelder | 2010-03-14 | 2 | -2/+2 |
| * | Added a link back to the index page at the bottom of HTML source pages. Close... | Ned Batchelder | 2010-03-14 | 3 | -3/+15 |
| * | HTML line numbers are clickable, and highlight the line on arrival. Also, no... | Ned Batchelder | 2010-03-14 | 3 | -4/+30 |
| * | Reports now emphasize missed lines over executed lines, since those are more ... | Ned Batchelder | 2010-03-13 | 3 | -13/+13 |
| * | Minor cleanup | Ned Batchelder | 2010-03-13 | 1 | -3/+3 |
| * | I like this punctuation better | Ned Batchelder | 2010-03-13 | 1 | -1/+2 |
| * | Merged Ben Finney's use-os-path-module fixes (again?) | Ned Batchelder | 2010-03-13 | 1 | -2/+4 |
| |\ |
|
| | * | Use ‘os.path.commonprefix’ to find the “relative directory” at the st... | Ben Finney | 2010-02-03 | 1 | -2/+4 |
| * | | Bump version number | Ned Batchelder | 2010-03-13 | 1 | -1/+1 |
| * | | Deal properly with dos-ended source files while tokenizing. Fixes issue #53. | Ned Batchelder | 2010-03-13 | 1 | -1/+2 |
| * | | Don't let parallel=True prevent reporting. Fixes #49. | Ned Batchelder | 2010-03-06 | 1 | -9/+10 |
| * | | We'll call this 3.3.1 | Ned Batchelder | 2010-02-28 | 1 | -1/+1 |
| * | | If the user's code calls sys.exit(), honor the request and exit with that sta... | Ned Batchelder | 2010-02-28 | 2 | -6/+15 |
| * | | When emulating the Python interpreter, don't print SystemExits tracebacks. | Ned Batchelder | 2010-02-24 | 1 | -1/+6 |
| * | | Move the version number to 3.3 | Ned Batchelder | 2010-02-24 | 1 | -1/+1 |
| * | | Docs functionally complete for 3.3 | Ned Batchelder | 2010-02-24 | 1 | -2/+3 |
| * | | Python source files that don't end with a newline can now be executed, fixing... | Ned Batchelder | 2010-02-22 | 2 | -10/+17 |
| * | | Spaces | Ned Batchelder | 2010-02-22 | 1 | -3/+3 |
| * | | Fiddling with docs for 3.3 | Ned Batchelder | 2010-02-22 | 1 | -6/+13 |
| * | | Lint cleanups | Ned Batchelder | 2010-02-20 | 1 | -1/+3 |
| * | | If the product code throws an exception, 'coverage run' now produces the same... | Ned Batchelder | 2010-02-19 | 3 | -4/+28 |
| * | | Clean up the lst += string stuff, whereby string being iterable means each ch... | Ned Batchelder | 2010-02-07 | 3 | -21/+21 |
| * | | You know that thing they say about how ''.join(slist) is faster than s1 += s?... | Ned Batchelder | 2010-02-07 | 1 | -2/+2 |
| * | | Update a few copyrights to 2010. | Ned Batchelder | 2010-01-10 | 1 | -1/+1 |
| * | | File-closing logic was wrong. | Ned Batchelder | 2010-01-09 | 1 | -5/+7 |
| * | | XML output file is configurable in .rc file. | Ned Batchelder | 2010-01-09 | 3 | -5/+17 |
| * | | HTML output directory is now settable in the .rc file. | Ned Batchelder | 2010-01-06 | 2 | -3/+12 |
| * | | tidy | Ned Batchelder | 2010-01-03 | 1 | -1/+1 |
| * | | Parallel mode can be set from the .coveragerc file. | Ned Batchelder | 2010-01-03 | 5 | -14/+36 |
| * | | Spacing | Ned Batchelder | 2010-01-02 | 1 | -7/+0 |
| * | | Tidy up the config code. | Ned Batchelder | 2009-12-30 | 1 | -8/+10 |
| * | | Lint-friendly help noop function. | Ned Batchelder | 2009-12-29 | 1 | -1/+5 |
| * | | Delete files combined during 'coverage combine'. Fixes issue #40. | Ned Batchelder | 2009-12-29 | 1 | -0/+2 |
| * | | ignore_errors can be set in [report].ignore_errors | Ned Batchelder | 2009-12-29 | 2 | -12/+29 |
| * | | Forgot one place to use omit= from the config file. | Ned Batchelder | 2009-12-28 | 1 | -1/+4 |
| * | | Omit prefixes can be specified in the config file. | Ned Batchelder | 2009-12-28 | 2 | -6/+27 |