summaryrefslogtreecommitdiff
path: root/coverage/codeunit.py
Commit message (Expand)AuthorAgeFilesLines
* Move flat_rootname to the base classNed Batchelder2015-01-241-13/+0
* Delete obsolete attribute.Ned Batchelder2015-01-241-6/+0
* Clean up the module->file logicNed Batchelder2015-01-171-13/+11
* Use file names with extensions in reports.Ned Batchelder2015-01-171-9/+5
* Remove unused importsNed Batchelder2015-01-101-1/+0
* Move base-class logic from CodeUnit to FileReporterNed Batchelder2015-01-091-48/+2
* Start formalizing the FileReporter interface to simplify thingsNed Batchelder2015-01-021-3/+0
* Move python source understanding into python.pyNed Batchelder2015-01-011-55/+1
* Move code_unit_factory into CoverageNed Batchelder2015-01-011-61/+1
* Refactoring FileLocators and codeunit factories, more to come.Ned Batchelder2015-01-011-7/+11
* Be a little clearer about when we expect one thing, and when we expect a listNed Batchelder2015-01-011-17/+43
* Refactor some of the encoding detectionNed Batchelder2014-12-271-4/+6
* Make .pyw work again.Ned Batchelder2014-12-271-43/+0
* Unify and clarify reading Python source. Probably broke .pyw filesNed Batchelder2014-12-261-0/+2
* Zip files always produce bytes, and test that we get them decoded properly.Ned Batchelder2014-12-131-2/+3
* Source is always Unicode in HTML code. More refactoring to come.Ned Batchelder2014-12-121-27/+17
* Remove Django hackeryNed Batchelder2014-11-231-59/+0
* More plugin re-shapingNed Batchelder2014-10-191-17/+9
* Pylint upgrade and cleanup.Ned Batchelder2014-09-211-2/+0
* Don't ask people to pass source back into CodeUnitsNed Batchelder2014-09-141-12/+17
* Progress on pluginsNed Batchelder2014-09-141-9/+13
* Crazy-ugly start to extensions for Django and MakoNed Batchelder2014-07-041-14/+21
* Hacked-in django template supportNed Batchelder2014-06-121-6/+35
* Adapt to the full_line_map change in MakoNed Batchelder2014-05-271-2/+6
* Clean up codeunit, as usualNed Batchelder2014-05-201-5/+5
* Improved Mako support. Needs Mako tipNed Batchelder2014-05-201-52/+23
* Continued refactoring of CodeUnitNed Batchelder2014-05-181-15/+18
* Move shell globbing into cmdline.pyNed Batchelder2014-05-181-10/+1
* Refactoring, asymptotically approaching multi-languageNed Batchelder2014-05-041-2/+2
* More refactoring of hacked Mako supportNed Batchelder2014-04-181-35/+52
* Fix the Mako regexesNed Batchelder2014-03-081-2/+2
* Hacked-in Mako support.Ned Batchelder2014-03-081-2/+115
* Start on splitting into different parsers for different languagesNed Batchelder2014-03-061-6/+31
* Comment spelling and todo bookkeeping.Ned Batchelder2014-03-061-1/+1
* Now I can use tuples with startswith and endswith.Ned Batchelder2013-10-191-1/+1
* One more pylint improvement: no more multi-statement lines.Ned Batchelder2012-12-301-6/+12
* Messages with filenames are not good as %r, because it doubles the backslashe...Ned Batchelder2012-11-231-1/+1
* Change one bit.Ned Batchelder2012-11-231-1/+1
* Merged Geoff's changeNed Batchelder2012-11-231-0/+2
|\
| * Handle compiled files under JythonGeoff Bache2010-12-101-0/+2
* | Where we deal with .pyc files, also deal with .pyo files. Fixes #195.Ned Batchelder2012-09-061-1/+1
* | Don't complain about files that can't be parsed as Python if they didn't seem...Ned Batchelder2012-04-181-0/+20
* | Isolate the open/tokenize.open distinction into backward.pyNed Batchelder2011-01-301-6/+3
* | Properly close files.Brett Cannon2011-01-281-2/+5
|/
* Refactor the --omit and --include support during reporting, and add a test fo...Ned Batchelder2010-08-281-31/+3
* There aren't many places I like putting a function body on the def line, but ...Ned Batchelder2010-08-281-17/+6
* Merge latest code from main coverage.py repoNed Batchelder2010-05-291-31/+21
|\
| * Omit and include are now filename patterns rather than prefixes. BACKWARD IN...Ned Batchelder2010-05-231-17/+15
* | fixed a bug caused in 8e1995c8156a - refactoring out omit_filter never really...David Stanek2010-05-221-2/+2
* | merged in latest changes from Ned's repoDavid Stanek2010-05-211-10/+17
|\ \ | |/ |/|