summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* Omit prefixes can be specified in the config file.Ned Batchelder2009-12-2818-17/+488
* Fix crlfsNed Batchelder2009-12-274-16/+16
* Add more tests of omitting files during HTML reporting, and a better way to e...Ned Batchelder2009-12-2724-11/+792
* The reload builtin moved in Py3k.Ned Batchelder2009-12-272-1/+9
* Remove some redundancy in the farm tests.Ned Batchelder2009-12-274-10/+5
* Simplify and test the default pragma exclusion.Ned Batchelder2009-12-272-2/+14
* Simplify the check_coverage function just a smidginNed Batchelder2009-12-261-10/+9
* Mark some lines as uncoverable, add some tests for some test methods.Ned Batchelder2009-12-266-27/+116
* COVERAGE_PROCESS_START now is the name of the rc file, and we use it to measu...Ned Batchelder2009-12-264-13/+18
* process_startup is a better name for the new function.Ned Batchelder2009-12-234-5/+13
* A way to start coverage when Python starts, to help with measuring coverage i...Ned Batchelder2009-12-236-6/+38
* Clarify the behavior of check_coverage.Ned Batchelder2009-12-211-3/+8
* lint lintNed Batchelder2009-12-202-2/+4
* It helps if you exclude the proper pragma comment.Ned Batchelder2009-12-203-4/+4
* Jumps to jumps could make loops look like they go places they really don't, s...Ned Batchelder2009-12-204-5/+50
* A better way to display differences between arc lists when tests fail.Ned Batchelder2009-12-201-3/+10
* Always more ideasNed Batchelder2009-12-201-0/+1
* No point measuring coverage under the Python tracer, since the tracer itself ...Ned Batchelder2009-12-201-10/+2
* Add tests for 'coverage debug data'Ned Batchelder2009-12-193-3/+57
* This wasn't testing code unit comparisons directly. Now it is.Ned Batchelder2009-12-181-4/+4