Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add license mention to the top of all files. #313. | Ned Batchelder | 2015-07-24 | 1 | -1/+4 |
| | |||||
* | Fix branch coverage for yield statements. #308 #324 | Ned Batchelder | 2015-04-20 | 1 | -5/+19 |
| | | | | | | | | | | | 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. :( | ||||
* | Remove 4 pylint warnings. | Ned Batchelder | 2015-02-09 | 1 | -1/+1 |
| | |||||
* | Plugin support is now only in the CTracer, not in the PyTracer. | Ned Batchelder | 2015-02-09 | 1 | -40/+8 |
| | |||||
* | Make sure check_include isn't called more than once per file. | Ned Batchelder | 2014-11-28 | 1 | -1/+5 |
| | |||||
* | Use the on/off condition to turn off a little more code in PyTracer. | Ned Batchelder | 2014-11-28 | 1 | -6/+6 |
| | |||||
* | Try out pylint spelling. Kinda noisy, but fixed some stuff. | Ned Batchelder | 2014-11-27 | 1 | -2/+2 |
| | |||||
* | Merged pull request 42, fixing issue #328. | Ned Batchelder | 2014-11-24 | 1 | -1/+1 |
|\ | |||||
* | | Change how dynamic source filenames work in plugins. | Ned Batchelder | 2014-11-24 | 1 | -7/+6 |
|/ | |||||
* | More plugin re-shaping | Ned Batchelder | 2014-10-19 | 1 | -12/+12 |
| | |||||
* | More things we don't need with the latest versions | Ned Batchelder | 2014-09-20 | 1 | -1/+1 |
| | |||||
* | Coroutines are now only supported with the C tracer, and better error handling | Ned Batchelder | 2014-09-20 | 1 | -13/+4 |
| | |||||
* | Split this into two files, as it should have been years ago. | Ned Batchelder | 2014-09-19 | 1 | -0/+172 |
--HG-- rename : coverage/collector.py => coverage/pytracer.py |