Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | More refactoring of hacked Mako support | Ned Batchelder | 2014-04-18 | 7 | -140/+134 | |
| | | ||||||
* | | Automated merge with ssh://bitbucket.org/ned/coveragepy | Ned Batchelder | 2014-03-11 | 2 | -28/+38 | |
|\ \ | ||||||
| * | | Cleaner tests of the file matchers | Ned Batchelder | 2014-03-11 | 2 | -28/+38 | |
| | | | ||||||
* | | | Fix the Mako regexes | Ned Batchelder | 2014-03-08 | 1 | -2/+2 | |
|/ / | ||||||
* | | Hacked-in Mako support. | Ned Batchelder | 2014-03-08 | 6 | -9/+126 | |
| | | ||||||
* | | Start on splitting into different parsers for different languages | Ned Batchelder | 2014-03-06 | 2 | -8/+32 | |
| | | ||||||
* | | Comment spelling and todo bookkeeping. | Ned Batchelder | 2014-03-06 | 2 | -2/+3 | |
| | | ||||||
* | | Let the coroutine tests make a file, so the temp-file police don't complain. | Ned Batchelder | 2014-03-01 | 1 | -3/+4 | |
| | | ||||||
* | | Remove duplicate URL definitions. Thanks, http://rst.ninjs.org/ | Ned Batchelder | 2014-03-01 | 1 | -3/+0 | |
| | | ||||||
* | | Tweak up the .txt files for Chris' pull request. | Ned Batchelder | 2014-03-01 | 2 | -1/+5 | |
| | | ||||||
* | | Merged in offbyone/coverage.py (pull request #31) | Ned Batchelder | 2014-03-01 | 4 | -0/+16 | |
|\ \ | | | | | | | | | | Resolve #285 - precreate the XML report's output directory if it does | |||||
| * | | Clean up the comment on the xmlreport fix | Chris Rose | 2014-02-19 | 1 | -5/+4 | |
| | | | ||||||
| * | | Update changes/authors | Chris Rose | 2014-02-19 | 2 | -0/+2 | |
| | | | ||||||
| * | | Add tests for issue #285 | Chris Rose | 2014-02-15 | 1 | -0/+7 | |
| | | | ||||||
| * | | Resolve #285 - precreate the XML report's output directory if it does | Chris Rose | 2014-02-03 | 1 | -0/+8 | |
| |/ | | | | | | | not exist yet. | |||||
* | | Tests for the coroutine support that don't work yet... :( | Ned Batchelder | 2014-03-01 | 1 | -0/+119 | |
| | | ||||||
* | | Counting of opcodes in disassembled code (for akaptur's question) | Ned Batchelder | 2014-03-01 | 1 | -3/+21 | |
|/ | ||||||
* | Peter Portante's coroutine support, but it doesn't work yet. | Ned Batchelder | 2014-01-09 | 7 | -4/+52 | |
| | ||||||
* | Use assertRaises as a context manager now that we can. | Ned Batchelder | 2013-12-21 | 12 | -120/+94 | |
| | ||||||
* | runpy could be another good replacement for home-grown code. | Ned Batchelder | 2013-12-21 | 1 | -0/+1 | |
| | ||||||
* | Use unittest2 to get rid of a bunch of our own test assertion implementations. | Ned Batchelder | 2013-12-16 | 3 | -179/+19 | |
| | ||||||
* | Remove a lot of redundancy from the cmdline tests. | Ned Batchelder | 2013-12-14 | 1 | -136/+162 | |
| | ||||||
* | No need for paren-less exec any more. | Ned Batchelder | 2013-12-14 | 4 | -84/+34 | |
| | ||||||
* | Remove unused import | Ned Batchelder | 2013-12-14 | 1 | -9/+3 | |
| | ||||||
* | Add a test of the pydoc behavior. | Ned Batchelder | 2013-12-14 | 1 | -0/+24 | |
| | ||||||
* | Add assert_starts_with | Ned Batchelder | 2013-12-14 | 3 | -1/+17 | |
| | ||||||
* | A few last listcomp -> genexp upgrades. | Ned Batchelder | 2013-12-14 | 1 | -3/+3 | |
| | ||||||
* | Oops, removing statements from tests means you have to adjust the line ↵ | Ned Batchelder | 2013-12-14 | 1 | -2/+2 | |
| | | | | numbers in the tests... | |||||
* | Remove unnecessary __future__ imports. | Ned Batchelder | 2013-12-14 | 1 | -4/+1 | |
| | ||||||
* | Merged 4.0 to default | Ned Batchelder | 2013-12-13 | 43 | -661/+486 | |
|\ | ||||||
| * | enumerate has a start parameter! | Ned Batchelder | 2013-10-23 | 4 | -9/+7 | |
| | | | | | | | | | | --HG-- branch : 4.0 | |||||
| * | Fix the parser tool so I can see just annotated source files. | Ned Batchelder | 2013-10-22 | 1 | -6/+5 | |
| | | | | | | | | | | --HG-- branch : 4.0 | |||||
| * | No need for these test method replacements. | Ned Batchelder | 2013-10-20 | 1 | -12/+0 | |
| | | | | | | | | | | --HG-- branch : 4.0 | |||||
| * | Except clause can now use 'as', no need for lots of sys.exc_info | Ned Batchelder | 2013-10-20 | 8 | -29/+16 | |
| | | | | | | | | | | --HG-- branch : 4.0 | |||||
| * | Not going to use print functions, but at least make them all look the same. | Ned Batchelder | 2013-10-20 | 2 | -5/+5 | |
| | | | | | | | | | | --HG-- branch : 4.0 | |||||
| * | try/except/finally is ok now. | Ned Batchelder | 2013-10-20 | 4 | -46/+43 | |
| | | | | | | | | | | --HG-- branch : 4.0 | |||||
| * | with statements: no more finally close | Ned Batchelder | 2013-10-20 | 13 | -87/+26 | |
| | | | | | | | | | | --HG-- branch : 4.0 | |||||
| * | My own decorators can be decorators | Ned Batchelder | 2013-10-20 | 1 | -2/+2 | |
| | | | | | | | | | | --HG-- branch : 4.0 | |||||
| * | Now I can use collections.defaultdict | Ned Batchelder | 2013-10-20 | 4 | -15/+9 | |
| | | | | | | | | | | --HG-- branch : 4.0 | |||||
| * | Generator expressons are ok now. | Ned Batchelder | 2013-10-19 | 16 | -36/+36 | |
| | | | | | | | | | | --HG-- branch : 4.0 | |||||
| * | Now I can use decorators. | Ned Batchelder | 2013-10-19 | 4 | -14/+15 | |
| | | | | | | | | | | --HG-- branch : 4.0 | |||||
| * | Now I can use tuples with startswith and endswith. | Ned Batchelder | 2013-10-19 | 5 | -5/+5 | |
| | | | | | | | | | | --HG-- branch : 4.0 | |||||
| * | Get rid of our backward implementation of set, sorted, reversed, and rpartition. | Ned Batchelder | 2013-10-19 | 15 | -61/+10 | |
| | | | | | | | | | | --HG-- branch : 4.0 | |||||
| * | Keep the paperwork up-to-date. | Ned Batchelder | 2013-10-19 | 2 | -1/+7 | |
| | | | | | | | | | | --HG-- branch : 4.0 | |||||
| * | We only run on 2.6, 2.7, 3.2, 3.3 now. | Ned Batchelder | 2013-10-19 | 12 | -335/+305 | |
| | | | | | | | | | | --HG-- branch : 4.0 | |||||
| * | Start on 4.0 | Ned Batchelder | 2013-10-19 | 1 | -1/+1 | |
| | | | | | | | | | | --HG-- branch : 4.0 | |||||
* | | Coverage 3.7.1 | Ned Batchelder | 2013-12-12 | 1 | -0/+1 | |
| | | ||||||
* | | New sample HTML for 3.7.1coverage-3.7.1 | Ned Batchelder | 2013-12-12 | 11 | -18/+18 | |
| | | ||||||
* | | Update version numbers to 3.7.1 | Ned Batchelder | 2013-12-12 | 5 | -9/+23 | |
| | | ||||||
* | | Remove trailing whitespace, and a 'he'. | Ned Batchelder | 2013-12-01 | 1 | -10/+10 | |
| | |