summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Pylint fixed a typo, broke my rc...Ned Batchelder2014-05-021-1/+1
|
* Clean up Stan Hu's pull request, and add him to changes and authorsNed Batchelder2014-05-026-20/+20
|
* Fix the error output for test_farmNed Batchelder2014-05-021-5/+11
|
* Merged in stanhu/coverage.py (pull request #32)Ned Batchelder2014-05-028-13/+51
|\ | | | | | | Issue #94: Include the sources element
| * Update tests to handle XML whitespaces differences in Python 2.6. Apply the ↵Stan Hu2014-04-254-14/+14
| | | | | | | | | | | | regexp scrubs to the entire file instead of individual lines for this to work.
| * Test value inside <source> elementStan Hu2014-02-043-3/+15
| |
| * Issue #94: Include the sources elementStan Hu2014-02-037-2/+28
| |
* | Polished-up code from 500linesNed Batchelder2014-04-262-36/+71
| |
* | More refactoring of hacked Mako supportNed Batchelder2014-04-187-140/+134
| |
* | Automated merge with ssh://bitbucket.org/ned/coveragepyNed Batchelder2014-03-112-28/+38
|\ \
| * | Cleaner tests of the file matchersNed Batchelder2014-03-112-28/+38
| | |
* | | Fix the Mako regexesNed Batchelder2014-03-081-2/+2
|/ /
* | Hacked-in Mako support.Ned Batchelder2014-03-086-9/+126
| |
* | Start on splitting into different parsers for different languagesNed Batchelder2014-03-062-8/+32
| |
* | Comment spelling and todo bookkeeping.Ned Batchelder2014-03-062-2/+3
| |
* | Let the coroutine tests make a file, so the temp-file police don't complain.Ned Batchelder2014-03-011-3/+4
| |
* | Remove duplicate URL definitions. Thanks, http://rst.ninjs.org/Ned Batchelder2014-03-011-3/+0
| |
* | Tweak up the .txt files for Chris' pull request.Ned Batchelder2014-03-012-1/+5
| |
* | Merged in offbyone/coverage.py (pull request #31)Ned Batchelder2014-03-014-0/+16
|\ \ | | | | | | | | | Resolve #285 - precreate the XML report's output directory if it does
| * | Clean up the comment on the xmlreport fixChris Rose2014-02-191-5/+4
| | |
| * | Update changes/authorsChris Rose2014-02-192-0/+2
| | |
| * | Add tests for issue #285Chris Rose2014-02-151-0/+7
| | |
| * | Resolve #285 - precreate the XML report's output directory if it doesChris Rose2014-02-031-0/+8
| |/ | | | | | | not exist yet.