| Commit message (Expand) | Author | Age | Files | Lines |
| * | Fix a problem with PyPy 2.4 | Ned Batchelder | 2014-10-11 | 1 | -0/+6 |
| * | Fix the case | Ned Batchelder | 2014-10-11 | 1 | -1/+1 |
| * | Can change config after construction. | Ned Batchelder | 2014-10-11 | 2 | -4/+17 |
| * | Move lots of initing to _init, so we can tweak settings before starting. | Ned Batchelder | 2014-10-10 | 1 | -34/+75 |
| * | Remove the original command-line syntax. | Ned Batchelder | 2014-10-08 | 1 | -89/+10 |
| * | More improvements to the test helpers. | Ned Batchelder | 2014-10-07 | 1 | -13/+18 |
| * | Make the test helpers more correct on their own. | Ned Batchelder | 2014-10-05 | 1 | -2/+7 |
| * | 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 |
| * | | A few more metacov clean ups | Ned Batchelder | 2014-09-28 | 1 | -2/+2 |
| * | | Pragmas for uncovered code | Ned Batchelder | 2014-09-28 | 3 | -6/+5 |
| * | | Remove support for COVERAGE_OPTIONS environment variable. | Ned Batchelder | 2014-09-28 | 2 | -10/+0 |
| * | | Update version and docs for 4.0a1 | Ned Batchelder | 2014-09-27 | 1 | -1/+1 |
| * | | Add docs for --concurrency | Ned Batchelder | 2014-09-25 | 1 | -1/+1 |
| * | | Some error checking and more tests for concurrency control. | Ned Batchelder | 2014-09-25 | 3 | -4/+9 |
| * | | "concurrency" is a better name that "coroutine" | Ned Batchelder | 2014-09-24 | 5 | -44/+44 |
| * | | Use the capitalized name. If we even keep this singleton stuff... | Ned Batchelder | 2014-09-24 | 1 | -7/+7 |
| * | | Merged in carlgieringer/coverage.py (pull request #30) | Ned Batchelder | 2014-09-24 | 1 | -6/+6 |
| |\ \ |
|
| | * | | Describe acceptable wildcard style | Carl Gieringer | 2014-01-25 | 1 | -6/+6 |
| * | | | Every comment makes the world slightly better | Ned Batchelder | 2014-09-23 | 1 | -0/+1 |
| | |/
|/| |
|
| * | | On Windows, we need file matching to be case-insensitive. | Ned Batchelder | 2014-09-21 | 2 | -8/+8 |
| * | | Make the Fnmatcher work right on Windows. | Ned Batchelder | 2014-09-21 | 1 | -1/+6 |
| * | | Pylint upgrade and cleanup. | Ned Batchelder | 2014-09-21 | 3 | -4/+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 | 4 | -33/+7 |
| * | | Get rid of some backward stuff we no longer need | Ned Batchelder | 2014-09-20 | 3 | -18/+5 |
| * | | Coroutines are now only supported with the C tracer, and better error handling | Ned Batchelder | 2014-09-20 | 2 | -31/+49 |
| * | | Be struct about C declaration rules. Travis cares... | Ned Batchelder | 2014-09-19 | 1 | -1/+3 |
| * | | Split this into two files, as it should have been years ago. | Ned Batchelder | 2014-09-19 | 2 | -169/+175 |
| * | | It's always worthwhile to get rid of trailing spaces | Ned Batchelder | 2014-09-17 | 1 | -1/+1 |
| * | | Merge in the C implementation of coroutine support. | Ned Batchelder | 2014-09-17 | 1 | -65/+187 |
| |\ \ |
|
| | * | | Remove a TODO | Ned Batchelder | 2014-07-26 | 1 | -1/+1 |
| | * | | Finish implementation of coroutine_id_func in C tracer, but it doesn't make g... | Ned Batchelder | 2014-07-26 | 1 | -15/+77 |
| | * | | Refactor DataStack code into its own functions | Ned Batchelder | 2014-07-25 | 1 | -39/+79 |
| | * | | Refactor some C tracer code in prep for data stacks | Ned Batchelder | 2014-07-20 | 1 | -57/+59 |
| | * | | Start implementing coroutine tracing in C tracer, will be hard :( | Ned Batchelder | 2014-07-20 | 1 | -0/+18 |
| * | | | 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 |
| * | | | Forgot to add the new file... | Ned Batchelder | 2014-09-16 | 1 | -0/+268 |
| * | | | Move test helpers into the coverage package so others can use them | Ned Batchelder | 2014-09-15 | 1 | -0/+41 |
| * | | | Don't ask people to pass source back into CodeUnits | Ned Batchelder | 2014-09-14 | 2 | -14/+19 |
| * | | | Progress on plugins | Ned Batchelder | 2014-09-14 | 6 | -64/+153 |
| * | | | Move dispositions closer to useful plugins | Ned Batchelder | 2014-09-06 | 5 | -75/+189 |
| * | | | Minor cleanup of environment variable debugging | Ned Batchelder | 2014-08-29 | 1 | -6/+5 |
| * | | | Make CoveragePlugin importable from coverage | Ned Batchelder | 2014-08-22 | 1 | -0/+1 |
| * | | | More-serious plugin support | Ned Batchelder | 2014-08-21 | 3 | -22/+51 |
| * | | | Rename extensions to plugins, since extensions reminds me of parts of filenames | Ned Batchelder | 2014-08-20 | 6 | -44/+46 |
| * | | | The class should be called Coverage | Ned Batchelder | 2014-08-19 | 2 | -4/+7 |
| * | | | Use a set where a set is appropriate | Ned Batchelder | 2014-08-19 | 3 | -6/+4 |