Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | 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 | |
| | | | | | | | | | | | | | | | | | | | | --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 | 1 | -65/+187 | |
|\ \ \ \ | ||||||
| * | | | | 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 | |||||
| * | | | | 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 | 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 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | --HG-- rename : tests/backunittest.py => coverage/backunittest.py | |||||
* | | | | | 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 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | --HG-- rename : coverage/extension.py => coverage/plugin.py | |||||
* | | | | | 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 | |
|/ / / | ||||||
* | | | Crazy debugging output for tracking down gevent weirdness | Ned Batchelder | 2014-07-13 | 1 | -7/+33 | |
| | | | ||||||
* | | | Improve branch summarization | Ned Batchelder | 2014-07-08 | 2 | -11/+12 | |
| | | | | | | | | | | | | | | | It failed completely on more than one file! Removed the Branches label, and no longer report missing branches implied by missing lines. | |||||
* | | | Read options from setup.cfg if .coveragerc not around. #304 | Ned Batchelder | 2014-07-05 | 2 | -8/+37 | |
| | | | ||||||
* | | | Merged in asottile/coverage.py/fix_source_encoding (pull request #38) | Ned Batchelder | 2014-07-05 | 1 | -1/+1 | |
|\ \ \ | | | | | | | | | | | | | Fix non-comment encoding detection. | |||||
| * | | | Fix non-comment encoding detection. | Anthony Sottile | 2014-06-29 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | | --HG-- branch : fix_source_encoding | |||||
* | | | | Crazy-ugly start to extensions for Django and Mako | Ned Batchelder | 2014-07-04 | 7 | -44/+114 | |
| | | | | | | | | | | | | | | | | | | | | --HG-- branch : django | |||||
* | | | | Add a missing docstring. Pylint didn't mind?? | Ned Batchelder | 2014-06-18 | 1 | -0/+9 | |
| | | | | | | | | | | | | | | | | | | | | --HG-- branch : django | |||||
* | | | | should_trace now returns a FileDisposition object | Ned Batchelder | 2014-06-15 | 3 | -42/+67 | |
| | | | | | | | | | | | | | | | | | | | | --HG-- branch : django | |||||
* | | | | Hacked-in django template support | Ned Batchelder | 2014-06-12 | 5 | -25/+135 | |
|/ / / | | | | | | | | | | | | | --HG-- branch : django | |||||
* | | | Prevent UnicodeDecodeErrors in html report. #303 | Ned Batchelder | 2014-06-11 | 1 | -9/+3 | |
| | | | ||||||
* | | | Add detail to the UnicodeDecodeError for #303 | Ned Batchelder | 2014-06-09 | 1 | -1/+9 | |
| | | | ||||||
* | | | Round fail-under result same as others. Fixed #284. | Ned Batchelder | 2014-06-03 | 1 | -0/+8 | |
| | | | ||||||
* | | | Remove debugging | Ned Batchelder | 2014-06-03 | 1 | -1/+0 | |
| | | | ||||||
* | | | Fix the new FnmatchMatcher for >100 patterns | Ned Batchelder | 2014-06-03 | 2 | -1/+2 | |
| | | | ||||||
* | | | Avoid filling the fnmatch cache | Ned Batchelder | 2014-06-02 | 2 | -15/+10 | |
| | | | ||||||
* | | | Clean up the merged pull request | Ned Batchelder | 2014-06-01 | 1 | -4/+3 | |
| | | | ||||||
* | | | Merged in rdn_/coverage.py (pull request #35) | Ned Batchelder | 2014-06-01 | 2 | -1/+25 | |
|\ \ \ | | | | | | | | | | | | | Add branch misses to stdout report | |||||
| * | | | Fix formatting when no missing lines; improve tests | Steve | 2014-05-26 | 2 | -4/+10 | |
| | | | | ||||||
| * | | | Add branch misses to stdout report | Steve | 2014-05-23 | 2 | -0/+18 | |
| | | | | ||||||
* | | | | Adapt to the full_line_map change in Mako | Ned Batchelder | 2014-05-27 | 1 | -2/+6 | |
|/ / / | ||||||
* | | | Clean up codeunit, as usual | Ned Batchelder | 2014-05-20 | 1 | -5/+5 | |
| | | | ||||||
* | | | Improved Mako support. Needs Mako tip | Ned Batchelder | 2014-05-20 | 2 | -52/+33 | |
| | | | ||||||
* | | | Continued refactoring of CodeUnit | Ned Batchelder | 2014-05-18 | 5 | -25/+22 | |
| | | | ||||||
* | | | Modernize annotate.py | Ned Batchelder | 2014-05-18 | 1 | -43/+35 | |
| | | | ||||||
* | | | Include all files when annotating, not just relative ones. #57 | Ned Batchelder | 2014-05-18 | 1 | -3/+0 | |
| | | | ||||||
* | | | Move shell globbing into cmdline.py | Ned Batchelder | 2014-05-18 | 2 | -12/+16 | |
| | | |