summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* 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.
* | Tests for the coroutine support that don't work yet... :(Ned Batchelder2014-03-011-0/+119
| |
* | Counting of opcodes in disassembled code (for akaptur's question)Ned Batchelder2014-03-011-3/+21
|/
* Peter Portante's coroutine support, but it doesn't work yet.Ned Batchelder2014-01-097-4/+52
|
* Use assertRaises as a context manager now that we can.Ned Batchelder2013-12-2112-120/+94
|
* runpy could be another good replacement for home-grown code.Ned Batchelder2013-12-211-0/+1
|
* Use unittest2 to get rid of a bunch of our own test assertion implementations.Ned Batchelder2013-12-163-179/+19
|
* Remove a lot of redundancy from the cmdline tests.Ned Batchelder2013-12-141-136/+162
|
* No need for paren-less exec any more.Ned Batchelder2013-12-144-84/+34
|
* Remove unused importNed Batchelder2013-12-141-9/+3
|
* Add a test of the pydoc behavior.Ned Batchelder2013-12-141-0/+24
|
* Add assert_starts_withNed Batchelder2013-12-143-1/+17
|
* A few last listcomp -> genexp upgrades.Ned Batchelder2013-12-141-3/+3
|
* Oops, removing statements from tests means you have to adjust the line ↵Ned Batchelder2013-12-141-2/+2
| | | | numbers in the tests...
* Remove unnecessary __future__ imports.Ned Batchelder2013-12-141-4/+1
|
* Merged 4.0 to defaultNed Batchelder2013-12-1343-661/+486
|\
| * enumerate has a start parameter!Ned Batchelder2013-10-234-9/+7
| | | | | | | | | | --HG-- branch : 4.0
| * Fix the parser tool so I can see just annotated source files.Ned Batchelder2013-10-221-6/+5
| | | | | | | | | | --HG-- branch : 4.0
| * No need for these test method replacements.Ned Batchelder2013-10-201-12/+0
| | | | | | | | | | --HG-- branch : 4.0
| * Except clause can now use 'as', no need for lots of sys.exc_infoNed Batchelder2013-10-208-29/+16
| | | | | | | | | | --HG-- branch : 4.0
| * Not going to use print functions, but at least make them all look the same.Ned Batchelder2013-10-202-5/+5
| | | | | | | | | | --HG-- branch : 4.0
| * try/except/finally is ok now.Ned Batchelder2013-10-204-46/+43
| | | | | | | | | | --HG-- branch : 4.0
| * with statements: no more finally closeNed Batchelder2013-10-2013-87/+26
| | | | | | | | | | --HG-- branch : 4.0
| * My own decorators can be decoratorsNed Batchelder2013-10-201-2/+2
| | | | | | | | | | --HG-- branch : 4.0
| * Now I can use collections.defaultdictNed Batchelder2013-10-204-15/+9
| | | | | | | | | | --HG-- branch : 4.0
| * Generator expressons are ok now.Ned Batchelder2013-10-1916-36/+36
| | | | | | | | | | --HG-- branch : 4.0
| * Now I can use decorators.Ned Batchelder2013-10-194-14/+15
| | | | | | | | | | --HG-- branch : 4.0
| * Now I can use tuples with startswith and endswith.Ned Batchelder2013-10-195-5/+5
| | | | | | | | | | --HG-- branch : 4.0
| * Get rid of our backward implementation of set, sorted, reversed, and rpartition.Ned Batchelder2013-10-1915-61/+10
| | | | | | | | | | --HG-- branch : 4.0
| * Keep the paperwork up-to-date.Ned Batchelder2013-10-192-1/+7
| | | | | | | | | | --HG-- branch : 4.0
| * We only run on 2.6, 2.7, 3.2, 3.3 now.Ned Batchelder2013-10-1912-335/+305
| | | | | | | | | | --HG-- branch : 4.0
| * Start on 4.0Ned Batchelder2013-10-191-1/+1
| | | | | | | | | | --HG-- branch : 4.0
* | Coverage 3.7.1Ned Batchelder2013-12-121-0/+1
| |
* | New sample HTML for 3.7.1coverage-3.7.1Ned Batchelder2013-12-1211-18/+18
| |
* | Update version numbers to 3.7.1Ned Batchelder2013-12-125-9/+23
| |
* | Remove trailing whitespace, and a 'he'.Ned Batchelder2013-12-011-10/+10
| |
* | Python 2.3, my old nemesis!Ned Batchelder2013-10-271-1/+3
| |
* | More templite fiddling: use locals instead of ctx[] each time.Ned Batchelder2013-10-271-11/+41
| |
* | More tests of Templite's sad-path behavior.Ned Batchelder2013-10-271-0/+8
| |
* | Turns out we were spinning on Nones a lot in the Hasher.Ned Batchelder2013-10-271-1/+3
| |
* | ByteCodes.__iter__ is expensive, do it once instead of twice.Ned Batchelder2013-10-271-2/+3
| |
* | No point computing branch info if we aren't doing branch coverage.Ned Batchelder2013-10-271-1/+2
| |
* | Cache generate_tokens to speed HTML reports.Ned Batchelder2013-10-262-3/+33
| |
* | Micro optimizations.Ned Batchelder2013-10-261-3/+3
| |