| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Oops, that last commit broke fullcoverage. Fix it. | Ned Batchelder | 2015-08-23 | 1 | -8/+9 |
* | Make metacov run without errors. | Ned Batchelder | 2015-08-23 | 1 | -3/+11 |
* | Polish up collector.py | Ned Batchelder | 2015-08-22 | 1 | -21/+8 |
* | Despite the name, these arguments were used. | Ned Batchelder | 2015-08-22 | 1 | -2/+2 |
* | Fix 'filename' to be 'file name' in English. | Ned Batchelder | 2015-08-20 | 1 | -7/+7 |
* | Touching files in an empty CoverageData shouldn't force lines. #399 | Ned Batchelder | 2015-08-20 | 1 | -3/+3 |
* | Too many things named "arcs". Rename the booleans. | Ned Batchelder | 2015-08-08 | 1 | -1/+1 |
* | Why didn't I get rid of this TODO ages ago? | Ned Batchelder | 2015-08-02 | 1 | -1/+2 |
* | Implement FileDisposition in C for speed. Final part of fix for #387. | Ned Batchelder | 2015-08-01 | 1 | -2/+12 |
* | Use more specific names than 'plugins', since there will be more of them in t... | Ned Batchelder | 2015-07-24 | 1 | -5/+6 |
* | Add license mention to the top of all files. #313. | Ned Batchelder | 2015-07-24 | 1 | -1/+4 |
* | Data files are now JSON instead of pickles. Fixes #236. | Ned Batchelder | 2015-07-21 | 1 | -3/+3 |
* | Refactor collector->data; data has only one of lines and arcs. | Ned Batchelder | 2015-07-18 | 1 | -37/+15 |
* | Add some docstrings | Ned Batchelder | 2015-07-03 | 1 | -2/+10 |
* | Clean up some pylint | Ned Batchelder | 2015-07-03 | 1 | -3/+3 |
* | Correct the comment describing .should_trace_cache | Ned Batchelder | 2015-06-16 | 1 | -3/+8 |
* | Be more disciplined about the values in should_trace_cache. #374. | Ned Batchelder | 2015-06-14 | 1 | -2/+1 |
* | Don't report negative line numbers through get_line_data | Ned Batchelder | 2015-02-19 | 1 | -2/+6 |
* | Get the tracer right for metacov | Ned Batchelder | 2015-02-10 | 1 | -1/+5 |
* | Plugin support is now only in the CTracer, not in the PyTracer. | Ned Batchelder | 2015-02-09 | 1 | -0/+2 |
* | Collect all the nudgy environment checks into coverage.env | Ned Batchelder | 2015-01-18 | 1 | -12/+9 |
* | OK, I should really stop fiddling with spell-check... | Ned Batchelder | 2014-11-27 | 1 | -2/+2 |
* | Change how dynamic source filenames work in plugins. | Ned Batchelder | 2014-11-24 | 1 | -0/+2 |
* | Change all pylint message codes to message names | Ned Batchelder | 2014-11-23 | 1 | -1/+1 |
* | Upgraded pylint to 1.4, removed useless suppressions | Ned Batchelder | 2014-11-23 | 1 | -2/+2 |
* | Add comment and cleanups to Alex's PyPy change. | Ned Batchelder | 2014-10-01 | 1 | -1/+15 |
* | Merged in alex_gaynor/coveragepy/alex_gaynor/improve-performance-of-coverage-... | Ned Batchelder | 2014-10-01 | 1 | -1/+9 |
|\ |
|
| * | Improve performance of coverage under PyPy. | Alex Gaynor | 2014-09-22 | 1 | -1/+9 |
* | | Some error checking and more tests for concurrency control. | Ned Batchelder | 2014-09-25 | 1 | -1/+3 |
* | | "concurrency" is a better name that "coroutine" | Ned Batchelder | 2014-09-24 | 1 | -22/+22 |
* | | Every comment makes the world slightly better | Ned Batchelder | 2014-09-23 | 1 | -0/+1 |
|/ |
|
* | More metacov, tox, and make cleanup | Ned Batchelder | 2014-09-20 | 1 | -1/+0 |
* | More things we don't need with the latest versions | Ned Batchelder | 2014-09-20 | 1 | -6/+5 |
* | Coroutines are now only supported with the C tracer, and better error handling | Ned Batchelder | 2014-09-20 | 1 | -18/+45 |
* | Split this into two files, as it should have been years ago. | Ned Batchelder | 2014-09-19 | 1 | -169/+3 |
* | Remove more commented-out code. #274. | Ned Batchelder | 2014-09-17 | 1 | -6/+1 |
* | Gevent, etc, support finally works. #149 | Ned Batchelder | 2014-09-17 | 1 | -36/+30 |
* | Move dispositions closer to useful plugins | Ned Batchelder | 2014-09-06 | 1 | -30/+45 |
* | Rename extensions to plugins, since extensions reminds me of parts of filenames | Ned Batchelder | 2014-08-20 | 1 | -16/+16 |
* | Crazy debugging output for tracking down gevent weirdness | Ned Batchelder | 2014-07-13 | 1 | -7/+33 |
* | Crazy-ugly start to extensions for Django and Mako | Ned Batchelder | 2014-07-04 | 1 | -16/+24 |
* | should_trace now returns a FileDisposition object | Ned Batchelder | 2014-06-15 | 1 | -6/+7 |
* | Hacked-in django template support | Ned Batchelder | 2014-06-12 | 1 | -14/+24 |
* | Peter Portante's coroutine support, but it doesn't work yet. | Ned Batchelder | 2014-01-09 | 1 | -2/+28 |
* | The PyTracer can't always be stopped, so give it a flag to stop tracing when ... | Ned Batchelder | 2013-09-16 | 1 | -1/+8 |
* | PyTracer's cache broke when I changed False to None from should_trace. Fixed. | Ned Batchelder | 2013-09-04 | 1 | -2/+3 |
* | New flag for run: --debug, can trace why files aren't being traced. | Ned Batchelder | 2013-09-04 | 1 | -2/+2 |
* | Don't issue spurious warnings about the trace function changing. Fixes #164 | Ned Batchelder | 2013-03-10 | 1 | -3/+7 |
* | A more convenient way to check on the trace function. | Ned Batchelder | 2013-01-11 | 1 | -3/+4 |
* | Clean up debugging stuff | Ned Batchelder | 2012-12-21 | 1 | -4/+5 |