Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | On Windows, we need file matching to be case-insensitive. | Ned Batchelder | 2014-09-21 | 2 | -8/+8 |
| | |||||
* | 2.7.8 changed how xmlcharrefreplace handles surrogates. | Ned Batchelder | 2014-09-21 | 2 | -11/+22 |
| | |||||
* | Some people running tests have a foo.py in their path... | Ned Batchelder | 2014-09-21 | 1 | -1/+1 |
| | |||||
* | Make the Fnmatcher work right on Windows. | Ned Batchelder | 2014-09-21 | 2 | -1/+14 |
| | |||||
* | Pylint upgrade and cleanup. | Ned Batchelder | 2014-09-21 | 6 | -9/+5 |
| | |||||
* | Ignore this too | Ned Batchelder | 2014-09-20 | 1 | -0/+1 |
| | |||||
* | More metacov, tox, and make cleanup | Ned Batchelder | 2014-09-20 | 5 | -20/+15 |
| | |||||
* | More things we don't need with the latest versions | Ned Batchelder | 2014-09-20 | 7 | -69/+41 |
| | |||||
* | Get rid of some backward stuff we no longer need | Ned Batchelder | 2014-09-20 | 3 | -18/+5 |
| | |||||
* | Get coverage-coverage working nicely again | Ned Batchelder | 2014-09-20 | 2 | -14/+6 |
| | |||||
* | Add greenlet tests | Ned Batchelder | 2014-09-20 | 2 | -7/+55 |
| | |||||
* | Coroutines are now only supported with the C tracer, and better error handling | Ned Batchelder | 2014-09-20 | 3 | -62/+106 |
| | |||||
* | 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 |
| | | | | | --HG-- rename : coverage/collector.py => coverage/pytracer.py | ||||
* | 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 | 3 | -66/+191 |
|\ | |||||
| * | Temporary debugging tweaks to tests | Ned Batchelder | 2014-07-31 | 1 | -1/+14 |
| | | | | | | | | | | --HG-- branch : c-coroutine | ||||
| * | Update tests for really testing gevent with a C extension. | Ned Batchelder | 2014-07-31 | 1 | -2/+2 |
| | | | | | | | | | | --HG-- branch : c-coroutine | ||||
| * | Remove a TODO | Ned Batchelder | 2014-07-26 | 1 | -1/+1 |
| | | | | | | | | | | --HG-- branch : c-coroutine | ||||
| * | Finish implementation of coroutine_id_func in C tracer, but it doesn't make ↵ | Ned Batchelder | 2014-07-26 | 1 | -15/+77 |
| | | | | | | | | | | | | | | gevent better. --HG-- branch : c-coroutine | ||||
| * | Refactor DataStack code into its own functions | Ned Batchelder | 2014-07-25 | 1 | -39/+79 |
| | | | | | | | | | | --HG-- branch : c-coroutine | ||||
| * | Refactor some C tracer code in prep for data stacks | Ned Batchelder | 2014-07-20 | 1 | -57/+59 |
| | | | | | | | | | | --HG-- branch : c-coroutine | ||||
| * | An option to not run the PyTracer tests | Ned Batchelder | 2014-07-20 | 1 | -0/+3 |
| | | | | | | | | | | --HG-- branch : c-coroutine | ||||
| * | Start implementing coroutine tracing in C tracer, will be hard :( | Ned Batchelder | 2014-07-20 | 1 | -0/+18 |
| | | | | | | | | | | --HG-- branch : c-coroutine | ||||
* | | 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 | 4 | -47/+58 |
| | | |||||
* | | 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 | 4 | -264/+10 |
| | | | | | | | | | | --HG-- rename : tests/backunittest.py => coverage/backunittest.py | ||||
* | | Refactor the test tests too | Ned Batchelder | 2014-09-15 | 1 | -12/+16 |
| | | |||||
* | | Also refactor the temp file management. | Ned Batchelder | 2014-09-14 | 1 | -87/+87 |
| | | |||||
* | | Refactor the base test case into separate mixins using addCleanup | Ned Batchelder | 2014-09-14 | 2 | -81/+117 |
| | | |||||
* | | 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 | 7 | -71/+273 |
| | | |||||
* | | 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 | 4 | -6/+7 |
| | | |||||
* | | Forgotten files | Ned Batchelder | 2014-08-21 | 4 | -0/+116 |
| | | |||||
* | | More-serious plugin support | Ned Batchelder | 2014-08-21 | 4 | -22/+75 |
| | | |||||
* | | Rename extensions to plugins, since extensions reminds me of parts of filenames | Ned Batchelder | 2014-08-20 | 6 | -44/+46 |
| | | | | | | | | | | --HG-- rename : coverage/extension.py => coverage/plugin.py | ||||
* | | Also update the docs for the Coverage name. | Ned Batchelder | 2014-08-19 | 2 | -4/+8 |
| | | |||||
* | | 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 |
| | | |||||
* | | Latest better names in templite.py | Ned Batchelder | 2014-08-09 | 1 | -22/+23 |
| | | |||||
* | | Add a FAQ about slowness due to PyTracer | Ned Batchelder | 2014-07-21 | 1 | -0/+13 |
|/ | |||||
* | Closed a ticket about branch summarization | Ned Batchelder | 2014-07-18 | 1 | -1/+2 |
| | |||||
* | Crazy debugging output for tracking down gevent weirdness | Ned Batchelder | 2014-07-13 | 1 | -7/+33 |
| | |||||
* | Improve branch summarization | Ned Batchelder | 2014-07-08 | 4 | -25/+50 |
| | | | | | It failed completely on more than one file! Removed the Branches label, and no longer report missing branches implied by missing lines. | ||||
* | Fix up the coroutine tests, now eventlet works? But gevent still doesn't | Ned Batchelder | 2014-07-06 | 1 | -19/+42 |
| | |||||
* | Read options from setup.cfg if .coveragerc not around. #304 | Ned Batchelder | 2014-07-05 | 4 | -61/+133 |
| | |||||
* | Add Anthony Sottile to AUTHORS, and mention his pull request in CHANGES | Ned Batchelder | 2014-07-05 | 2 | -0/+4 |
| |