Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | 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 | |
| | | ||||||
* | | Python 2.3, my old nemesis! | Ned Batchelder | 2013-10-27 | 1 | -1/+3 | |
| | | ||||||
* | | More templite fiddling: use locals instead of ctx[] each time. | Ned Batchelder | 2013-10-27 | 1 | -11/+41 | |
| | | ||||||
* | | More tests of Templite's sad-path behavior. | Ned Batchelder | 2013-10-27 | 1 | -0/+8 | |
| | | ||||||
* | | Turns out we were spinning on Nones a lot in the Hasher. | Ned Batchelder | 2013-10-27 | 1 | -1/+3 | |
| | | ||||||
* | | ByteCodes.__iter__ is expensive, do it once instead of twice. | Ned Batchelder | 2013-10-27 | 1 | -2/+3 | |
| | | ||||||
* | | No point computing branch info if we aren't doing branch coverage. | Ned Batchelder | 2013-10-27 | 1 | -1/+2 | |
| | | ||||||
* | | Cache generate_tokens to speed HTML reports. | Ned Batchelder | 2013-10-26 | 2 | -3/+33 | |
| | | ||||||
* | | Micro optimizations. | Ned Batchelder | 2013-10-26 | 1 | -3/+3 | |
| | | ||||||
* | | Now that this is a CoverageTest, need to shut off the temp dir. | Ned Batchelder | 2013-10-26 | 1 | -0/+2 | |
| | | ||||||
* | | Templite now compiles to Python code for speed. | Ned Batchelder | 2013-10-26 | 4 | -98/+142 | |
| | | ||||||
* | | Another thing to do in 4.x | Ned Batchelder | 2013-10-26 | 1 | -1/+1 | |
| | | ||||||
* | | Use sets as much as possible to speed HTML reports. Seems to be a 10% speedup. | Ned Batchelder | 2013-10-23 | 8 | -19/+33 | |
| | | ||||||
* | | Simple timing of commands. | Ned Batchelder | 2013-10-23 | 1 | -1/+5 | |
|/ | ||||||
* | Say what we've done. | Ned Batchelder | 2013-10-12 | 2 | -3/+10 | |
| | ||||||
* | Man page needs love over time. | Ned Batchelder | 2013-10-10 | 1 | -0/+1 | |
| | ||||||
* | Tweaks to the man page from Ben Finney. | Ned Batchelder | 2013-10-10 | 1 | -25/+45 | |
| | ||||||
* | Fix the mechanism for HTML to find OS-installed resources. | Ned Batchelder | 2013-10-10 | 2 | -11/+42 | |
| | ||||||
* | Lint, you are a stern taskmaster... | Ned Batchelder | 2013-10-09 | 1 | -2/+2 | |
| | ||||||
* | In case we need a 3.7.1 | Ned Batchelder | 2013-10-09 | 1 | -1/+1 | |
| | ||||||
* | Planning for 4.0 | Ned Batchelder | 2013-10-08 | 1 | -1/+25 | |
| | ||||||
* | Doc tweak | Ned Batchelder | 2013-10-06 | 1 | -1/+2 | |
| | ||||||
* | Provide landing ids for specific versions in the change history. | Ned Batchelder | 2013-10-06 | 1 | -0/+2 | |
| | ||||||
* | Coverage 3.7 | Ned Batchelder | 2013-10-06 | 1 | -0/+1 | |
| | ||||||
* | Don't make windows kits for 3.1 any more.coverage-3.7 | Ned Batchelder | 2013-10-06 | 1 | -1/+1 | |
| | ||||||
* | Document the --debug options. | Ned Batchelder | 2013-10-06 | 2 | -0/+21 | |
| | ||||||
* | Fix up some last Windows holdouts in the build process. | Ned Batchelder | 2013-10-06 | 1 | -1/+1 | |
| | ||||||
* | Latest sample report for the docs | Ned Batchelder | 2013-10-06 | 13 | -66/+66 | |
| | ||||||
* | Fix the jquery-1.4.3 reference in the js tests, where it matters, and in the ↵ | Ned Batchelder | 2013-10-06 | 37 | -37/+37 | |
| | | | | html gold files, where it really doesn't, but it's good to clean it all up. | |||||
* | Not sure what happened here, but fix it. | Ned Batchelder | 2013-10-06 | 1 | -2/+2 | |
| | ||||||
* | Forgot to change the reference to jquery to match the new filename | Ned Batchelder | 2013-10-06 | 2 | -2/+2 | |
| | ||||||
* | We don't need no stinkin' beta. | Ned Batchelder | 2013-10-06 | 3 | -3/+5 | |
| |