summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Merged in asottile/coverage.py/fix_source_encoding (pull request #38)Ned Batchelder2014-07-052-1/+6
|\ | | | | | | Fix non-comment encoding detection.
| * Fix non-comment encoding detection.Anthony Sottile2014-06-292-1/+6
| | | | | | | | | | --HG-- branch : fix_source_encoding
* | Merged in the Django workNed Batchelder2014-07-0411-78/+292
|\ \ | |/ |/|
| * Crazy-ugly start to extensions for Django and MakoNed Batchelder2014-07-047-44/+114
| | | | | | | | | | --HG-- branch : django
| * Add a missing docstring. Pylint didn't mind??Ned Batchelder2014-06-181-0/+9
| | | | | | | | | | --HG-- branch : django
| * Add a missing word to the docsNed Batchelder2014-06-181-1/+1
| | | | | | | | | | --HG-- branch : django
| * should_trace now returns a FileDisposition objectNed Batchelder2014-06-153-42/+67
| | | | | | | | | | --HG-- branch : django
| * Hacked-in django template supportNed Batchelder2014-06-125-25/+135
|/ | | | | --HG-- branch : django
* Prevent UnicodeDecodeErrors in html report. #303Ned Batchelder2014-06-113-30/+39
|
* Add detail to the UnicodeDecodeError for #303Ned Batchelder2014-06-092-2/+31
|
* Remove old stuff for old PythonsNed Batchelder2014-06-033-50/+37
|
* Round fail-under result same as others. Fixed #284.Ned Batchelder2014-06-035-29/+56
|
* Make the test match the code betterNed Batchelder2014-06-031-1/+1
|
* Remove debuggingNed Batchelder2014-06-031-1/+0
|
* Fix the new FnmatchMatcher for >100 patternsNed Batchelder2014-06-034-3/+12
|
* Avoid filling the fnmatch cacheNed Batchelder2014-06-022-15/+10
|
* Restore the intent of this testNed Batchelder2014-06-021-3/+9
|
* Clean up the merged pull requestNed Batchelder2014-06-014-9/+12
|
* Merged in rdn_/coverage.py (pull request #35)Ned Batchelder2014-06-014-1/+102
|\ | | | | | | Add branch misses to stdout report
| * minor comment fixSteve2014-05-261-2/+2
| |
| * Fix formatting when no missing lines; improve testsSteve2014-05-263-9/+42
| |
| * Tests for --branch --show-missing summary; update AUTHORS.txtSteve2014-05-262-0/+50
| |
| * Add branch misses to stdout reportSteve2014-05-232-0/+18
| |
* | 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-202-52/+33
|
* Switch some uses of old command line syntax to newNed Batchelder2014-05-189-34/+34
|
* Continued refactoring of CodeUnitNed Batchelder2014-05-187-41/+38
|
* Modernize annotate.pyNed Batchelder2014-05-181-43/+35
|
* Include all files when annotating, not just relative ones. #57Ned Batchelder2014-05-182-3/+4
|
* Move shell globbing into cmdline.pyNed Batchelder2014-05-182-12/+16
|
* MergedNed Batchelder2014-05-181-0/+16
|\
| * A test that the report command can use wildcardsNed Batchelder2014-05-181-0/+16
| |
* | A bit of refactoring, inching slowly toward nicer CodeUnitsNed Batchelder2014-05-182-18/+22
| |
* | Minor minorNed Batchelder2014-05-171-6/+8
| |
* | Some day I will remember to fix pylint things before I check in the code.Ned Batchelder2014-05-172-14/+16
|/
* Avoid a bunch of deprecated functions.Ned Batchelder2014-05-1716-62/+93
|
* Remove an unneeded backward function, and move BUILTINS into backwardNed Batchelder2014-05-172-16/+10
|
* Finish up #305.Ned Batchelder2014-05-172-0/+16
|
* Supply a missing docstringNed Batchelder2014-05-161-0/+4
|
* Refactor execfile to avoid imp to avoid deprecation warningsNed Batchelder2014-05-163-41/+109
|
* Run tests with warnings on, and fix some warningsNed Batchelder2014-05-153-6/+18
|
* Latest code form 500linesNed Batchelder2014-05-092-68/+116
|
* Try to get tox and Travis to be the sameNed Batchelder2014-05-043-3/+2
|
* *This* will fix TravisNed Batchelder2014-05-041-0/+1
|
* This will fix 2.6 on Travis?Ned Batchelder2014-05-041-1/+2
|
* Refactoring, asymptotically approaching multi-languageNed Batchelder2014-05-044-30/+19
|
* Update travis alsoNed Batchelder2014-05-031-1/+1
|
* Update the versions we supportNed Batchelder2014-05-035-13/+9
|
* Small cleanupsNed Batchelder2014-05-034-7/+6
|