summaryrefslogtreecommitdiff
path: root/coverage/pytracer.py
Commit message (Expand)AuthorAgeFilesLines
* Pylint 1.8.1, and fix its new warningsNed Batchelder2017-12-231-1/+1
* Commented-out debugging of pytracerNed Batchelder2017-11-241-4/+25
* FIX always remove the callback from the callback itselffix-thread-safetyOlivier Grisel2017-09-041-7/+12
* FIX thread-safe Collector.save_data()Olivier Grisel2017-08-101-0/+3
* Add slugs to warnings in prep for suppressable warningsNed Batchelder2017-04-031-1/+4
* Minimal IronPython support.Ned Batchelder2017-03-141-1/+1
* Collecting continues after saving data. #79 #448Ned Batchelder2017-03-031-0/+10
* Hmm, not sure why this was a list.Ned Batchelder2017-02-191-1/+1
* Jython doesn't have useful co_code or f_lastiNed Batchelder2017-01-131-2/+3
* When nesting tracers, don't restart on the wrong threadNed Batchelder2017-01-021-3/+11
* The PyPy-specific test for atexit/gettrace are also PyPy-version-specific...Ned Batchelder2016-12-311-1/+1
* Don't warn about trace=None on PyPy at shutdownNed Batchelder2016-12-301-3/+12
* A thread tweak suggested in #245Ned Batchelder2016-05-071-1/+1
* Entry arcs now use the negative first line of the code object instead of -1.Ned Batchelder2016-03-021-2/+5
* OMG, sometimes the hardest problems have simple solutions. Now metacoverage w...Ned Batchelder2015-08-301-0/+1
* Too many things named "arcs". Rename the booleans.Ned Batchelder2015-08-081-4/+4
* Add license mention to the top of all files. #313.Ned Batchelder2015-07-241-1/+4
* Fix branch coverage for yield statements. #308 #324Ned Batchelder2015-04-201-5/+19
* 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