summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Add a test with bidirectional generatorsNed Batchelder2015-04-201-0/+21
* Used the wrong string macro, this fixes Py3Ned Batchelder2015-04-201-1/+1
* Update CHANGESNed Batchelder2015-04-201-0/+6
* Fix another conflict.Ned Batchelder2015-04-201-1/+1
* I don't know how to resolve conflicts I guess.Ned Batchelder2015-04-201-4/+1
* Merge issue-324 fixNed Batchelder2015-04-2011-92/+207
|\
| * Fix branch coverage for yield statements. #308 #324Ned Batchelder2015-04-206-23/+151
| * Make this lab program more useful for examining how trace functions work.Ned Batchelder2015-04-203-62/+32
| * Modernize the implementation of ascii-art arcs in lab/parser.pyNed Batchelder2015-04-181-7/+7
| * Put all chunk/arc logic in one place.Ned Batchelder2015-04-181-9/+7
| * Fix lab/parser.py so we can use it to debug generators.Ned Batchelder2015-04-181-2/+2
| * Tweaks to Mickie's changes.Ned Batchelder2015-04-182-2/+4
| * Including generator yield statements when doing end of code calculations issu...Mickie Betz2015-04-142-1/+14
* | 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-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
* | 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