Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | * Remove "source indicator" CSS from removed feature. | Danny Allen | 2014-09-22 | 1 | -16/+0 |
| | |||||
* | Address comments from pull request 34 ↵ | Danny Allen | 2014-09-22 | 3 | -124/+77 |
| | | | | | | | (https://bitbucket.org/ned/coveragepy/pull-request/34/rework-of-my-pull-request-18/diff): * Remove fixed header and header buttons in file details page. * Add dynamically summing footer values. | ||||
* | Merged ned/coveragepy into default | Danny Allen | 2014-08-11 | 21 | -311/+674 |
|\ | |||||
| * | 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 |
| | | |||||
| * | A bit of refactoring, inching slowly toward nicer CodeUnits | Ned Batchelder | 2014-05-18 | 2 | -18/+22 |
| | | |||||
| * | Avoid a bunch of deprecated functions. | Ned Batchelder | 2014-05-17 | 2 | -7/+35 |
| | | |||||
| * | Remove an unneeded backward function, and move BUILTINS into backward | Ned Batchelder | 2014-05-17 | 2 | -16/+10 |
| | | |||||
| * | Refactor execfile to avoid imp to avoid deprecation warnings | Ned Batchelder | 2014-05-16 | 2 | -41/+104 |
| | | |||||
* | | * Do not try to jump to line if we can't find a matching target. | Danny Allen | 2014-05-15 | 1 | -12/+14 |
| | | |||||
* | | * Respond to pull request #18 comments | Danny Allen | 2014-05-15 | 1 | -15/+19 |
| | | |||||
* | | Rework of my pull request #18: | Danny Allen | 2014-05-15 | 7 | -170/+231 |
|/ | | | | | | | | * Implement "go to next" buttons in pyfile UI * Improve filter on main UI to persist over page reloads * Hide totals table footer if hiding any rows, as values will be inaccurate * Implement live filtering of index table rows * Upgrade to jQuery 1.11.1 | ||||
* | Latest code form 500lines | Ned Batchelder | 2014-05-09 | 1 | -50/+85 |
| | |||||
* | Refactoring, asymptotically approaching multi-language | Ned Batchelder | 2014-05-04 | 4 | -30/+19 |
| | |||||
* | Small cleanups | Ned Batchelder | 2014-05-03 | 3 | -6/+6 |
| | |||||
* | Clean up Stan Hu's pull request, and add him to changes and authors | Ned Batchelder | 2014-05-02 | 1 | -5/+3 |
| | |||||
* | Merged in stanhu/coverage.py (pull request #32) | Ned Batchelder | 2014-05-02 | 1 | -2/+16 |
|\ | | | | | | | Issue #94: Include the sources element | ||||
| * | Issue #94: Include the sources element | Stan Hu | 2014-02-03 | 1 | -2/+16 |
| | | |||||
* | | Polished-up code from 500lines | Ned Batchelder | 2014-04-26 | 1 | -29/+39 |
| | | |||||
* | | More refactoring of hacked Mako support | Ned Batchelder | 2014-04-18 | 5 | -111/+105 |
| | | |||||
* | | Fix the Mako regexes | Ned Batchelder | 2014-03-08 | 1 | -2/+2 |
| | | |||||
* | | Hacked-in Mako support. | Ned Batchelder | 2014-03-08 | 5 | -7/+124 |
| | | |||||
* | | Start on splitting into different parsers for different languages | Ned Batchelder | 2014-03-06 | 2 | -8/+32 |
| | | |||||
* | | Comment spelling and todo bookkeeping. | Ned Batchelder | 2014-03-06 | 1 | -1/+1 |
| | | |||||
* | | Clean up the comment on the xmlreport fix | Chris Rose | 2014-02-19 | 1 | -5/+4 |
| | |