Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | 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 | |
| | | | ||||||
* | | | Merged | Ned Batchelder | 2014-05-18 | 1 | -0/+16 | |
|\ \ \ | ||||||
| * | | | A test that the report command can use wildcards | Ned Batchelder | 2014-05-18 | 1 | -0/+16 | |
| | | | | ||||||
* | | | | A bit of refactoring, inching slowly toward nicer CodeUnits | Ned Batchelder | 2014-05-18 | 2 | -18/+22 | |
| | | | | ||||||
* | | | | Minor minor | Ned Batchelder | 2014-05-17 | 1 | -6/+8 | |
| | | | | ||||||
* | | | | Some day I will remember to fix pylint things before I check in the code. | Ned Batchelder | 2014-05-17 | 2 | -14/+16 | |
|/ / / | ||||||
* | | | Avoid a bunch of deprecated functions. | Ned Batchelder | 2014-05-17 | 16 | -62/+93 | |
| | | | ||||||
* | | | Remove an unneeded backward function, and move BUILTINS into backward | Ned Batchelder | 2014-05-17 | 2 | -16/+10 | |
| | | | ||||||
* | | | Finish up #305. | Ned Batchelder | 2014-05-17 | 2 | -0/+16 | |
| | | | ||||||
* | | | Supply a missing docstring | Ned Batchelder | 2014-05-16 | 1 | -0/+4 | |
| | | | ||||||
* | | | Refactor execfile to avoid imp to avoid deprecation warnings | Ned Batchelder | 2014-05-16 | 3 | -41/+109 | |
| | | | ||||||
* | | | Run tests with warnings on, and fix some warnings | Ned Batchelder | 2014-05-15 | 3 | -6/+18 | |
| |/ |/| | ||||||
* | | Latest code form 500lines | Ned Batchelder | 2014-05-09 | 2 | -68/+116 | |
| | | ||||||
* | | Try to get tox and Travis to be the same | Ned Batchelder | 2014-05-04 | 3 | -3/+2 | |
| | | ||||||
* | | *This* will fix Travis | Ned Batchelder | 2014-05-04 | 1 | -0/+1 | |
| | | ||||||
* | | This will fix 2.6 on Travis? | Ned Batchelder | 2014-05-04 | 1 | -1/+2 | |
| | | ||||||
* | | Refactoring, asymptotically approaching multi-language | Ned Batchelder | 2014-05-04 | 4 | -30/+19 | |
| | | ||||||
* | | Update travis also | Ned Batchelder | 2014-05-03 | 1 | -1/+1 | |
| | | ||||||
* | | Update the versions we support | Ned Batchelder | 2014-05-03 | 5 | -13/+9 | |
| | | ||||||
* | | Small cleanups | Ned Batchelder | 2014-05-03 | 4 | -7/+6 | |
| | | ||||||
* | | Pylint fixed a typo, broke my rc... | Ned Batchelder | 2014-05-02 | 1 | -1/+1 | |
| | | ||||||
* | | Clean up Stan Hu's pull request, and add him to changes and authors | Ned Batchelder | 2014-05-02 | 6 | -20/+20 | |
| | | ||||||
* | | Fix the error output for test_farm | Ned Batchelder | 2014-05-02 | 1 | -5/+11 | |
| | | ||||||
* | | Merged in stanhu/coverage.py (pull request #32) | Ned Batchelder | 2014-05-02 | 8 | -13/+51 | |
|\ \ | | | | | | | | | | Issue #94: Include the sources element | |||||
| * | | Update tests to handle XML whitespaces differences in Python 2.6. Apply the ↵ | Stan Hu | 2014-04-25 | 4 | -14/+14 | |
| | | | | | | | | | | | | | | | | | | regexp scrubs to the entire file instead of individual lines for this to work. | |||||
| * | | Test value inside <source> element | Stan Hu | 2014-02-04 | 3 | -3/+15 | |
| | | | ||||||
| * | | Issue #94: Include the sources element | Stan Hu | 2014-02-03 | 7 | -2/+28 | |
| |/ | ||||||
* | | Polished-up code from 500lines | Ned Batchelder | 2014-04-26 | 2 | -36/+71 | |
| | |