summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Latest sample HTML (only version number changed).coverage-3.3.1Ned Batchelder2010-03-061-1/+1
* Make a real 3.3.1 releaseNed Batchelder2010-03-064-5/+20
* Don't let parallel=True prevent reporting. Fixes #49.Ned Batchelder2010-03-063-17/+23
* The niggling errors cleaning directories on Windows 7 seem to be fixed by thi...Ned Batchelder2010-03-061-3/+13
* Some tweaks to mock.py to get patching to work on 2.3 and 3.1, though 2.3 is ...Ned Batchelder2010-02-281-3/+13
* Don't test 2.7 yet, 'setup.py develop' doesn't seem to work yet.Ned Batchelder2010-02-281-1/+1
* We'll call this 3.3.1Ned Batchelder2010-02-282-1/+9
* If the user's code calls sys.exit(), honor the request and exit with that sta...Ned Batchelder2010-02-286-22/+130
* Added some other resources, but commented out.Ned Batchelder2010-02-261-0/+19
* SpacesNed Batchelder2010-02-242-2/+2
* Learned something about bitbucket's ticket system.Ned Batchelder2010-02-241-0/+2
* Clarify a commentNed Batchelder2010-02-241-2/+2
* Coverage 3.3Ned Batchelder2010-02-240-0/+0
* Oops, left in a placeholder.coverage-3.3Ned Batchelder2010-02-241-1/+2
* There're always tweaks to the release process during releases.Ned Batchelder2010-02-241-1/+3
* Latest sample HTML outputNed Batchelder2010-02-248-7316/+7272
* When emulating the Python interpreter, don't print SystemExits tracebacks.Ned Batchelder2010-02-242-1/+25
* Move the version number to 3.3Ned Batchelder2010-02-247-10/+12
* Christophe Zwerschke has graciously volunteered to build win64 kits.Ned Batchelder2010-02-242-0/+2
* Docs functionally complete for 3.3Ned Batchelder2010-02-246-28/+130
* Cleaning line endingsNed Batchelder2010-02-243-289/+290
* Updating docsNed Batchelder2010-02-244-4/+91
* Python source files that don't end with a newline can now be executed, fixing...Ned Batchelder2010-02-224-10/+33
* SpacesNed Batchelder2010-02-222-4/+4
* Fiddling with docs for 3.3Ned Batchelder2010-02-225-15/+67
* Lint cleanupsNed Batchelder2010-02-202-2/+4
* A better way to test for correct handling of tracebacks during product code e...Ned Batchelder2010-02-202-14/+13
* If the product code throws an exception, 'coverage run' now produces the same...Ned Batchelder2010-02-195-6/+57
* Clean up the lst += string stuff, whereby string being iterable means each ch...Ned Batchelder2010-02-073-21/+21
* You know that thing they say about how ''.join(slist) is faster than s1 += s?...Ned Batchelder2010-02-071-2/+2
* A random idea I happened across.Ned Batchelder2010-01-271-0/+1
* Keep the todo list up to date.Ned Batchelder2010-01-101-1/+2
* Python 2.7 has forced me to re-discover all the tweaks I needed.Ned Batchelder2010-01-101-0/+5
* Use loops instead of all that repetition.Ned Batchelder2010-01-103-88/+21
* Test on Python 2.7 also.Ned Batchelder2010-01-104-0/+18
* Avoid random file deletion errors on Windows.Ned Batchelder2010-01-101-1/+5
* Split out the tests that really run a subprocess.Ned Batchelder2010-01-102-141/+152
* Update a few copyrights to 2010.Ned Batchelder2010-01-103-3/+2
* File-closing logic was wrong.Ned Batchelder2010-01-091-5/+7
* XML output file is configurable in .rc file.Ned Batchelder2010-01-099-12/+73
* Test all of the config entries in test_config.pyNed Batchelder2010-01-061-4/+18
* HTML output directory is now settable in the .rc file.Ned Batchelder2010-01-065-5/+23
* tidyNed Batchelder2010-01-031-1/+1
* Parallel mode can be set from the .coveragerc file.Ned Batchelder2010-01-0311-35/+122
* SpacingNed Batchelder2010-01-021-7/+0
* Tidy up the config code.Ned Batchelder2009-12-302-10/+13
* Lint-friendly help noop function.Ned Batchelder2009-12-291-1/+5
* Delete files combined during 'coverage combine'. Fixes issue #40.Ned Batchelder2009-12-293-1/+12
* ignore_errors can be set in [report].ignore_errorsNed Batchelder2009-12-295-21/+39
* Forgot one place to use omit= from the config file.Ned Batchelder2009-12-282-4/+5