| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | | Add more tests of omitting files during HTML reporting, and a better way to e... | Ned Batchelder | 2009-12-27 | 1 | -0/+2 |
* | | Simplify and test the default pragma exclusion. | Ned Batchelder | 2009-12-27 | 1 | -2/+2 |
* | | COVERAGE_PROCESS_START now is the name of the rc file, and we use it to measu... | Ned Batchelder | 2009-12-26 | 1 | -5/+3 |
* | | process_startup is a better name for the new function. | Ned Batchelder | 2009-12-23 | 2 | -4/+9 |
* | | A way to start coverage when Python starts, to help with measuring coverage i... | Ned Batchelder | 2009-12-23 | 3 | -5/+26 |
* | | It helps if you exclude the proper pragma comment. | Ned Batchelder | 2009-12-20 | 1 | -1/+1 |
* | | Jumps to jumps could make loops look like they go places they really don't, s... | Ned Batchelder | 2009-12-20 | 1 | -1/+14 |
* | | Add tests for 'coverage debug data' | Ned Batchelder | 2009-12-19 | 1 | -0/+1 |
* | | version_info is a nicer way to check Python versions than hexversion is. | Ned Batchelder | 2009-12-13 | 4 | -4/+4 |
* | | Keep it working on 3.x also. | Ned Batchelder | 2009-12-13 | 1 | -1/+1 |
* | | Rename the config file option for excluding source lines, in prep for excludi... | Ned Batchelder | 2009-12-13 | 1 | -2/+2 |
* | | Tidy up the command line notes. | Ned Batchelder | 2009-12-09 | 1 | -17/+17 |
* | | A --rcfile argument to specify the config file. | Ned Batchelder | 2009-12-06 | 1 | -14/+19 |
* | | Clean up HTML files. | Ned Batchelder | 2009-12-06 | 4 | -133/+133 |
* | | Make the two html templates more similar in style. | Ned Batchelder | 2009-12-06 | 3 | -106/+110 |
* | | Add a numbered id to the line parts, for future use. Put the percentage in t... | Ned Batchelder | 2009-12-06 | 1 | -3/+3 |
* | | Make it a real 3.3 version | Ned Batchelder | 2009-12-05 | 1 | -1/+1 |
* | | Merged config changes to default. Let the 3.3 wild rumpus start! | Ned Batchelder | 2009-12-05 | 5 | -25/+115 |
|\ \ |
|