summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* 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-1330-162/+311
|\
| * Coverage 3.7.1Ned Batchelder2013-12-120-0/+0
| |
| * 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
| |
| * Now that this is a CoverageTest, need to shut off the temp dir.Ned Batchelder2013-10-261-0/+2
| |
| * Templite now compiles to Python code for speed.Ned Batchelder2013-10-264-98/+142
| |
| * Another thing to do in 4.xNed Batchelder2013-10-261-1/+1
| |
| * Use sets as much as possible to speed HTML reports. Seems to be a 10% speedup.Ned Batchelder2013-10-238-19/+33
| |
| * Simple timing of commands.Ned Batchelder2013-10-231-1/+5
| |
* | enumerate has a start parameter!Ned Batchelder2013-10-234-9/+7
| |
* | Fix the parser tool so I can see just annotated source files.Ned Batchelder2013-10-221-6/+5
| |
* | No need for these test method replacements.Ned Batchelder2013-10-201-12/+0
| |
* | Except clause can now use 'as', no need for lots of sys.exc_infoNed Batchelder2013-10-208-29/+16
| |
* | Not going to use print functions, but at least make them all look the same.Ned Batchelder2013-10-202-5/+5
| |
* | try/except/finally is ok now.Ned Batchelder2013-10-204-46/+43
| |
* | with statements: no more finally closeNed Batchelder2013-10-2013-87/+26
| |
* | My own decorators can be decoratorsNed Batchelder2013-10-201-2/+2
| |
* | Now I can use collections.defaultdictNed Batchelder2013-10-204-15/+9
| |
* | Generator expressons are ok now.Ned Batchelder2013-10-1916-36/+36
| |
* | Now I can use decorators.Ned Batchelder2013-10-194-14/+15
| |
* | Now I can use tuples with startswith and endswith.Ned Batchelder2013-10-195-5/+5
| |
* | Get rid of our backward implementation of set, sorted, reversed, and rpartition.Ned Batchelder2013-10-1915-61/+10
| |
* | Keep the paperwork up-to-date.Ned Batchelder2013-10-192-1/+7
| |
* | We only run on 2.6, 2.7, 3.2, 3.3 now.Ned Batchelder2013-10-1912-335/+305
| |
* | Start on 4.0Ned Batchelder2013-10-191-1/+1
|/
* Say what we've done.Ned Batchelder2013-10-122-3/+10
|
* Man page needs love over time.Ned Batchelder2013-10-101-0/+1
|
* Tweaks to the man page from Ben Finney.Ned Batchelder2013-10-101-25/+45
|
* Fix the mechanism for HTML to find OS-installed resources.Ned Batchelder2013-10-102-11/+42
|
* Lint, you are a stern taskmaster...Ned Batchelder2013-10-091-2/+2
|
* In case we need a 3.7.1Ned Batchelder2013-10-091-1/+1
|
* Planning for 4.0Ned Batchelder2013-10-081-1/+25
|
* Doc tweakNed Batchelder2013-10-061-1/+2
|
* Provide landing ids for specific versions in the change history.Ned Batchelder2013-10-061-0/+2
|
* Coverage 3.7Ned Batchelder2013-10-060-0/+0
|
* Don't make windows kits for 3.1 any more.coverage-3.7Ned Batchelder2013-10-061-1/+1
|
* Document the --debug options.Ned Batchelder2013-10-062-0/+21
|
* Fix up some last Windows holdouts in the build process.Ned Batchelder2013-10-061-1/+1
|
* Latest sample report for the docsNed Batchelder2013-10-0613-66/+66
|