summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* This is fully mergedcombine-from-multiple-dirsNed Batchelder2015-05-021-1/+1
* remove unneeded conditionalChristine Lytwynec2015-04-241-3/+1
* Update testsChristine Lytwynec2015-04-233-26/+34
* Update docstring and command line help text.Christine Lytwynec2015-04-222-1/+8
* Added ability to combine coverage data files from multiple directories into o...Christine Lytwynec2015-04-216-21/+62
* AUTHORS tooNed Batchelder2015-04-151-0/+1
* Update CHANGES for #361.Ned Batchelder2015-04-151-0/+6
* Merged in jchappell82/coverage.py/issue361 (pull request #45)Ned Batchelder2015-04-1513-129/+129
|\
| * Fix Issue 361, and update tests accordingly.Jon Chappell2015-04-139-40/+40
| * Convert single quoted html output to use double quotes.Jon Chappell2015-04-134-89/+89
* | backout b98fc53, so that tip is clean for merging pull requests.Ned Batchelder2015-04-152-7/+6
* | Make tox useful when interpreters are missing.Ned Batchelder2015-04-141-0/+1
* | Remove multiprocessing from the trouble.rst list.Ned Batchelder2015-03-131-6/+0
* | Absolute names in data, fixes Windows plugins, breaks data tests.Ned Batchelder2015-03-012-6/+7
* | Stick to old-school C syntaxNed Batchelder2015-02-281-1/+2
* | Last of the C extension review comments addressed.Ned Batchelder2015-02-281-11/+31
* | Finish the plugin error checking in CTracer.Ned Batchelder2015-02-282-9/+101
* | Refactor the plugin-disabler so we can use it in other places.Ned Batchelder2015-02-281-27/+69
* | Tox 1.9 knows about Python 3.5Ned Batchelder2015-02-282-5/+1
* | Fix bug with \f in HTML report. #360.Ned Batchelder2015-02-283-1/+19
* | This seems to work better. Windows didn't like the other way.Ned Batchelder2015-02-261-3/+5
* | More tracer.c improvements from code reviewNed Batchelder2015-02-261-11/+8
* | No need to zero new memory, and be consistent about checking returnsNed Batchelder2015-02-261-48/+15
* | Handle exceptions from dynamic_source_filename.Ned Batchelder2015-02-263-48/+106
* | Merge other workNed Batchelder2015-02-224-16/+91
|\ \
| * | Ensure all FileReporter's have a .name attributeNed Batchelder2015-02-223-12/+88
| * | Testing multiprocessing occasionally failed, due to randomness. Try harder.Ned Batchelder2015-02-221-4/+3
* | | Use a windows-friendly way to find files in line_dataNed Batchelder2015-02-221-3/+2
|/ /
* | Remove every last trace of CodeUnit, and bring me a glass of vodkaNed Batchelder2015-02-229-53/+53
* | codeunit -> filereporterNed Batchelder2015-02-211-0/+0
* | Rename CodeUnit to FileReporterNed Batchelder2015-02-213-23/+25
* | Get rid of CodeUnit, FileReporter is the new thing.Ned Batchelder2015-02-215-60/+36
* | Fix a symptom-less error in tracer.c, and lots of other suggested fixes noted...Ned Batchelder2015-02-211-4/+18
* | Make the test a little nicer.Ned Batchelder2015-02-211-5/+6
* | Oops, test broken by last commit.Ned Batchelder2015-02-211-3/+7
* | Disable plugins if we can't support them, and show that in debug output.Ned Batchelder2015-02-211-4/+11
* | Keep cleaning even if test_farm doesn't succeed.Ned Batchelder2015-02-211-1/+1
* | Don't report negative line numbers through get_line_dataNed Batchelder2015-02-193-2/+34
* | Pep8 fixes.Ned Batchelder2015-02-191-27/+27
* | A Makefile target for copying kits to a local distribution point.Ned Batchelder2015-02-191-0/+3
* | Don't need this variableNed Batchelder2015-02-191-1/+1
* | Make branch=True get along with plugins.Ned Batchelder2015-02-182-14/+38
* | Properly handle crazy-long code objects. #359Ned Batchelder2015-02-175-9/+51
* | Change the tagging scheme so rtfd.org will work better.Ned Batchelder2015-02-163-4/+6
* | Scooch the version to a6Ned Batchelder2015-02-161-1/+1
* | Coverage 4.0a5Ned Batchelder2015-02-160-0/+0
|/
* Ship 4.0a5coverage-4.0a5Ned Batchelder2015-02-167-19/+75
* Do at least a little error checking on the return from line_number_range.Ned Batchelder2015-02-161-0/+3
* Fix some refcounting mistakesNed Batchelder2015-02-161-8/+8
* Refactor the trace function into smaller piecesNed Batchelder2015-02-151-219/+296