summaryrefslogtreecommitdiff
path: root/coverage/pytracer.py
Commit message (Collapse)AuthorAgeFilesLines
* Remove 4 pylint warnings.Ned Batchelder2015-02-091-1/+1
|
* Plugin support is now only in the CTracer, not in the PyTracer.Ned Batchelder2015-02-091-40/+8
|
* Make sure check_include isn't called more than once per file.Ned Batchelder2014-11-281-1/+5
|
* Use the on/off condition to turn off a little more code in PyTracer.Ned Batchelder2014-11-281-6/+6
|
* Try out pylint spelling. Kinda noisy, but fixed some stuff.Ned Batchelder2014-11-271-2/+2
|
* Merged pull request 42, fixing issue #328.Ned Batchelder2014-11-241-1/+1
|\
* | Change how dynamic source filenames work in plugins.Ned Batchelder2014-11-241-7/+6
|/
* More plugin re-shapingNed Batchelder2014-10-191-12/+12
|
* More things we don't need with the latest versionsNed Batchelder2014-09-201-1/+1
|
* Coroutines are now only supported with the C tracer, and better error handlingNed Batchelder2014-09-201-13/+4
|
* Split this into two files, as it should have been years ago.Ned Batchelder2014-09-191-0/+172
--HG-- rename : coverage/collector.py => coverage/pytracer.py