Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | | 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 | |
| | | | ||||||
* | | | Merged in asottile/coverage.py/fix_source_encoding (pull request #38) | Ned Batchelder | 2014-07-05 | 2 | -1/+6 | |
|\ \ \ | | | | | | | | | | | | | Fix non-comment encoding detection. | |||||
| * | | | Fix non-comment encoding detection. | Anthony Sottile | 2014-06-29 | 2 | -1/+6 | |
| | | | | | | | | | | | | | | | | | | | | --HG-- branch : fix_source_encoding | |||||
* | | | | Merged in the Django work | Ned Batchelder | 2014-07-04 | 11 | -78/+292 | |
|\ \ \ \ | |/ / / |/| | | | ||||||
| * | | | 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 | |||||
| * | | | Add a missing word to the docs | Ned Batchelder | 2014-06-18 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | | --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 | 3 | -30/+39 | |
| | | | ||||||
* | | | Add detail to the UnicodeDecodeError for #303 | Ned Batchelder | 2014-06-09 | 2 | -2/+31 | |
| | | | ||||||
* | | | Remove old stuff for old Pythons | Ned Batchelder | 2014-06-03 | 3 | -50/+37 | |
| | | | ||||||
* | | | Round fail-under result same as others. Fixed #284. | Ned Batchelder | 2014-06-03 | 5 | -29/+56 | |
| | | | ||||||
* | | | Make the test match the code better | Ned Batchelder | 2014-06-03 | 1 | -1/+1 | |
| | | | ||||||
* | | | Remove debugging | Ned Batchelder | 2014-06-03 | 1 | -1/+0 | |
| | | | ||||||
* | | | Fix the new FnmatchMatcher for >100 patterns | Ned Batchelder | 2014-06-03 | 4 | -3/+12 | |
| | | | ||||||
* | | | Avoid filling the fnmatch cache | Ned Batchelder | 2014-06-02 | 2 | -15/+10 | |
| | | | ||||||
* | | | Restore the intent of this test | Ned Batchelder | 2014-06-02 | 1 | -3/+9 | |
| | | | ||||||
* | | | Clean up the merged pull request | Ned Batchelder | 2014-06-01 | 4 | -9/+12 | |
| | | | ||||||
* | | | Merged in rdn_/coverage.py (pull request #35) | Ned Batchelder | 2014-06-01 | 4 | -1/+102 | |
|\ \ \ | | | | | | | | | | | | | Add branch misses to stdout report | |||||
| * | | | minor comment fix | Steve | 2014-05-26 | 1 | -2/+2 | |
| | | | | ||||||
| * | | | Fix formatting when no missing lines; improve tests | Steve | 2014-05-26 | 3 | -9/+42 | |
| | | | | ||||||
| * | | | Tests for --branch --show-missing summary; update AUTHORS.txt | Steve | 2014-05-26 | 2 | -0/+50 | |
| | | | | ||||||
| * | | | 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 | |
| | | | ||||||
* | | | Switch some uses of old command line syntax to new | Ned Batchelder | 2014-05-18 | 9 | -34/+34 | |
| | | | ||||||
* | | | Continued refactoring of CodeUnit | Ned Batchelder | 2014-05-18 | 7 | -41/+38 | |
| | | | ||||||
* | | | 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 | 2 | -3/+4 | |
| | | | ||||||
* | | | Move shell globbing into cmdline.py | Ned Batchelder | 2014-05-18 | 2 | -12/+16 | |
| | | |