| Commit message (Expand) | Author | Age | Files | Lines |
* | Clean up the module->file logic | Ned Batchelder | 2015-01-17 | 1 | -13/+11 |
* | Use file names with extensions in reports. | Ned Batchelder | 2015-01-17 | 1 | -9/+5 |
* | Remove unused imports | Ned Batchelder | 2015-01-10 | 1 | -1/+0 |
* | Move base-class logic from CodeUnit to FileReporter | Ned Batchelder | 2015-01-09 | 1 | -48/+2 |
* | Start formalizing the FileReporter interface to simplify things | Ned Batchelder | 2015-01-02 | 1 | -3/+0 |
* | Move python source understanding into python.py | Ned Batchelder | 2015-01-01 | 1 | -55/+1 |
* | Move code_unit_factory into Coverage | Ned Batchelder | 2015-01-01 | 1 | -61/+1 |
* | Refactoring FileLocators and codeunit factories, more to come. | Ned Batchelder | 2015-01-01 | 1 | -7/+11 |
* | Be a little clearer about when we expect one thing, and when we expect a list | Ned Batchelder | 2015-01-01 | 1 | -17/+43 |
* | Refactor some of the encoding detection | Ned Batchelder | 2014-12-27 | 1 | -4/+6 |
* | Make .pyw work again. | Ned Batchelder | 2014-12-27 | 1 | -43/+0 |
* | Unify and clarify reading Python source. Probably broke .pyw files | Ned Batchelder | 2014-12-26 | 1 | -0/+2 |
* | Zip files always produce bytes, and test that we get them decoded properly. | Ned Batchelder | 2014-12-13 | 1 | -2/+3 |
* | Source is always Unicode in HTML code. More refactoring to come. | Ned Batchelder | 2014-12-12 | 1 | -27/+17 |
* | Remove Django hackery | Ned Batchelder | 2014-11-23 | 1 | -59/+0 |
* | More plugin re-shaping | Ned Batchelder | 2014-10-19 | 1 | -17/+9 |
* | Pylint upgrade and cleanup. | Ned Batchelder | 2014-09-21 | 1 | -2/+0 |
* | Don't ask people to pass source back into CodeUnits | Ned Batchelder | 2014-09-14 | 1 | -12/+17 |
* | Progress on plugins | Ned Batchelder | 2014-09-14 | 1 | -9/+13 |
* | Crazy-ugly start to extensions for Django and Mako | Ned Batchelder | 2014-07-04 | 1 | -14/+21 |
* | Hacked-in django template support | Ned Batchelder | 2014-06-12 | 1 | -6/+35 |
* | 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 | 1 | -52/+23 |
* | Continued refactoring of CodeUnit | Ned Batchelder | 2014-05-18 | 1 | -15/+18 |
* | Move shell globbing into cmdline.py | Ned Batchelder | 2014-05-18 | 1 | -10/+1 |
* | Refactoring, asymptotically approaching multi-language | Ned Batchelder | 2014-05-04 | 1 | -2/+2 |
* | More refactoring of hacked Mako support | Ned Batchelder | 2014-04-18 | 1 | -35/+52 |
* | Fix the Mako regexes | Ned Batchelder | 2014-03-08 | 1 | -2/+2 |
* | Hacked-in Mako support. | Ned Batchelder | 2014-03-08 | 1 | -2/+115 |
* | Start on splitting into different parsers for different languages | Ned Batchelder | 2014-03-06 | 1 | -6/+31 |
* | Comment spelling and todo bookkeeping. | Ned Batchelder | 2014-03-06 | 1 | -1/+1 |
* | Now I can use tuples with startswith and endswith. | Ned Batchelder | 2013-10-19 | 1 | -1/+1 |
* | One more pylint improvement: no more multi-statement lines. | Ned Batchelder | 2012-12-30 | 1 | -6/+12 |
* | Messages with filenames are not good as %r, because it doubles the backslashe... | Ned Batchelder | 2012-11-23 | 1 | -1/+1 |
* | Change one bit. | Ned Batchelder | 2012-11-23 | 1 | -1/+1 |
* | Merged Geoff's change | Ned Batchelder | 2012-11-23 | 1 | -0/+2 |
|\ |
|
| * | Handle compiled files under Jython | Geoff Bache | 2010-12-10 | 1 | -0/+2 |
* | | Where we deal with .pyc files, also deal with .pyo files. Fixes #195. | Ned Batchelder | 2012-09-06 | 1 | -1/+1 |
* | | Don't complain about files that can't be parsed as Python if they didn't seem... | Ned Batchelder | 2012-04-18 | 1 | -0/+20 |
* | | Isolate the open/tokenize.open distinction into backward.py | Ned Batchelder | 2011-01-30 | 1 | -6/+3 |
* | | Properly close files. | Brett Cannon | 2011-01-28 | 1 | -2/+5 |
|/ |
|
* | Refactor the --omit and --include support during reporting, and add a test fo... | Ned Batchelder | 2010-08-28 | 1 | -31/+3 |
* | There aren't many places I like putting a function body on the def line, but ... | Ned Batchelder | 2010-08-28 | 1 | -17/+6 |
* | Merge latest code from main coverage.py repo | Ned Batchelder | 2010-05-29 | 1 | -31/+21 |
|\ |
|
| * | Omit and include are now filename patterns rather than prefixes. BACKWARD IN... | Ned Batchelder | 2010-05-23 | 1 | -17/+15 |
* | | fixed a bug caused in 8e1995c8156a - refactoring out omit_filter never really... | David Stanek | 2010-05-22 | 1 | -2/+2 |
* | | merged in latest changes from Ned's repo | David Stanek | 2010-05-21 | 1 | -10/+17 |
|\ \
| |/
|/| |
|
| * | Moving file filter logic out so it can be monkey patched easily | rozza@x103086.gcapmedia.com | 2009-11-20 | 1 | -10/+17 |
* | | Format the code to pylint's liking, and fix up the docstrings for omit and in... | Ned Batchelder | 2010-05-15 | 1 | -6/+8 |