Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move flat_rootname to the base class | Ned Batchelder | 2015-01-24 | 1 | -13/+0 |
| | |||||
* | Delete obsolete attribute. | Ned Batchelder | 2015-01-24 | 1 | -6/+0 |
| | |||||
* | 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 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | --HG-- rename : tests/farm/html/gold_a/a.html => tests/farm/html/gold_a/a_py.html rename : tests/farm/html/gold_b_branch/b.html => tests/farm/html/gold_b_branch/b_py.html rename : tests/farm/html/gold_bom/bom.html => tests/farm/html/gold_bom/bom_py.html rename : tests/farm/html/gold_isolatin1/isolatin1.html => tests/farm/html/gold_isolatin1/isolatin1_py.html rename : tests/farm/html/gold_omit_1/m1.html => tests/farm/html/gold_omit_1/m1_py.html rename : tests/farm/html/gold_omit_1/m2.html => tests/farm/html/gold_omit_1/m2_py.html rename : tests/farm/html/gold_omit_1/m3.html => tests/farm/html/gold_omit_1/m3_py.html rename : tests/farm/html/gold_omit_1/main.html => tests/farm/html/gold_omit_1/main_py.html rename : tests/farm/html/gold_omit_2/m2.html => tests/farm/html/gold_omit_2/m2_py.html rename : tests/farm/html/gold_omit_2/m3.html => tests/farm/html/gold_omit_2/m3_py.html rename : tests/farm/html/gold_omit_2/main.html => tests/farm/html/gold_omit_2/main_py.html rename : tests/farm/html/gold_omit_3/m3.html => tests/farm/html/gold_omit_3/m3_py.html rename : tests/farm/html/gold_omit_3/main.html => tests/farm/html/gold_omit_3/main_py.html rename : tests/farm/html/gold_omit_4/m1.html => tests/farm/html/gold_omit_4/m1_py.html rename : tests/farm/html/gold_omit_4/m3.html => tests/farm/html/gold_omit_4/m3_py.html rename : tests/farm/html/gold_omit_4/main.html => tests/farm/html/gold_omit_4/main_py.html rename : tests/farm/html/gold_omit_5/m1.html => tests/farm/html/gold_omit_5/m1_py.html rename : tests/farm/html/gold_omit_5/main.html => tests/farm/html/gold_omit_5/main_py.html rename : tests/farm/html/gold_other/blah_blah_other.html => tests/farm/html/gold_other/blah_blah_other_py.html rename : tests/farm/html/gold_other/here.html => tests/farm/html/gold_other/here_py.html rename : tests/farm/html/gold_partial/partial.html => tests/farm/html/gold_partial/partial_py.html rename : tests/farm/html/gold_styled/a.html => tests/farm/html/gold_styled/a_py.html rename : tests/farm/html/gold_unicode/unicode.html => tests/farm/html/gold_unicode/unicode_py.html | ||||
* | 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 |
| | | | | | --HG-- branch : django | ||||
* | Hacked-in django template support | Ned Batchelder | 2014-06-12 | 1 | -6/+35 |
| | | | | | --HG-- branch : django | ||||
* | 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 |
| | | | | | --HG-- branch : 4.0 | ||||
* | 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 ↵ | Ned Batchelder | 2012-11-23 | 1 | -1/+1 |
| | | | | backslashes... | ||||
* | 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 ↵ | Ned Batchelder | 2012-04-18 | 1 | -0/+20 |
| | | | | | | | | seem like Python at all. #82. | ||||
* | | 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 ↵ | Ned Batchelder | 2010-08-28 | 1 | -31/+3 |
| | | | | for --include. | ||||
* | There aren't many places I like putting a function body on the def line, but ↵ | Ned Batchelder | 2010-08-28 | 1 | -17/+6 |
| | | | | this looks better. | ||||
* | 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 ↵ | Ned Batchelder | 2010-05-23 | 1 | -17/+15 |
| | | | | | | | | INCOMPATIBLE change. | ||||
* | | fixed a bug caused in 8e1995c8156a - refactoring out omit_filter never ↵ | David Stanek | 2010-05-22 | 1 | -2/+2 |
| | | | | | | | | really worked | ||||
* | | merged in latest changes from Ned's repo | David Stanek | 2010-05-21 | 1 | -10/+17 |
|\ \ | |/ |/| |