summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* | | 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
| | | | | | | | | | | | | | | | | | | | --HG-- branch : issue361
| * | | 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
| | | | | | | | This required disabling plugins from the C tracer.
* | Merge other workNed Batchelder2015-02-221-3/+2
|\ \
| * | Use a windows-friendly way to find files in line_dataNed Batchelder2015-02-221-3/+2
| | |
* | | 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
|/ /
* | 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
| | | | | | | | | | --HG-- rename : tests/test_codeunit.py => tests/test_filereporter.py
* | 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 ↵Ned Batchelder2015-02-211-4/+18
| | | | | | | | noted from Yhg1s.
* | 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-161-0/+1
|/
* 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
|
* Protect against misbehaving plugins.Ned Batchelder2015-02-155-23/+156
| | | | | Also, test some misbehavior, and move our own annotations of plugins into prefixed attributes.
* Move some code to where it belongsNed Batchelder2015-02-144-40/+53
|
* fooNed Batchelder2015-02-141-2/+2
|
* PylintNed Batchelder2015-02-142-8/+9
|
* addCleanup cleanupNed Batchelder2015-02-133-5/+4
|
* Always make the current directory importable. #358Ned Batchelder2015-02-133-0/+27
|
* CHANGES tweaksNed Batchelder2015-02-121-2/+2
|