summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* | | | 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
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Turns out the "call" and "return" trace events are really "start frame" and "end frame". They happen not only when functions are entered and left, but when generators yield and resume. We aren't interested in arcs into and out of yield statements, so the trace functions look more closely to see what's really happening, and record an arc in human-friendly terms. Thanks for Mickie Betz for pushing on this bug, although her code is no longer here. :(
| * | | Make this lab program more useful for examining how trace functions work.Ned Batchelder2015-04-203-62/+32
| | | | | | | | | | | | | | | | | | | | --HG-- rename : lab/trace_sample.py => lab/run_trace.py
| * | | 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 ↵Mickie Betz2015-04-142-1/+14
| |/ / | | | | | | | | | issue 324
* | | 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
| | | | | | | | | | | | | | | | | | | | --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
|/