Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Adapt to the full_line_map change in Mako | Ned Batchelder | 2014-05-27 | 1 | -2/+6 |
| | |||||
* | Clean up codeunit, as usual | Ned Batchelder | 2014-05-20 | 1 | -5/+5 |
| | |||||
* | Improved Mako support. Needs Mako tip | Ned Batchelder | 2014-05-20 | 2 | -52/+33 |
| | |||||
* | Continued refactoring of CodeUnit | Ned Batchelder | 2014-05-18 | 5 | -25/+22 |
| | |||||
* | Modernize annotate.py | Ned Batchelder | 2014-05-18 | 1 | -43/+35 |
| | |||||
* | Include all files when annotating, not just relative ones. #57 | Ned Batchelder | 2014-05-18 | 1 | -3/+0 |
| | |||||
* | Move shell globbing into cmdline.py | Ned Batchelder | 2014-05-18 | 2 | -12/+16 |
| | |||||
* | A bit of refactoring, inching slowly toward nicer CodeUnits | Ned Batchelder | 2014-05-18 | 2 | -18/+22 |
| | |||||
* | Avoid a bunch of deprecated functions. | Ned Batchelder | 2014-05-17 | 2 | -7/+35 |
| | |||||
* | Remove an unneeded backward function, and move BUILTINS into backward | Ned Batchelder | 2014-05-17 | 2 | -16/+10 |
| | |||||
* | Refactor execfile to avoid imp to avoid deprecation warnings | Ned Batchelder | 2014-05-16 | 2 | -41/+104 |
| | |||||
* | Latest code form 500lines | Ned Batchelder | 2014-05-09 | 1 | -50/+85 |
| | |||||
* | Refactoring, asymptotically approaching multi-language | Ned Batchelder | 2014-05-04 | 4 | -30/+19 |
| | |||||
* | Small cleanups | Ned Batchelder | 2014-05-03 | 3 | -6/+6 |
| | |||||
* | Clean up Stan Hu's pull request, and add him to changes and authors | Ned Batchelder | 2014-05-02 | 1 | -5/+3 |
| | |||||
* | Merged in stanhu/coverage.py (pull request #32) | Ned Batchelder | 2014-05-02 | 1 | -2/+16 |
|\ | | | | | | | Issue #94: Include the sources element | ||||
| * | Issue #94: Include the sources element | Stan Hu | 2014-02-03 | 1 | -2/+16 |
| | | |||||
* | | Polished-up code from 500lines | Ned Batchelder | 2014-04-26 | 1 | -29/+39 |
| | | |||||
* | | More refactoring of hacked Mako support | Ned Batchelder | 2014-04-18 | 5 | -111/+105 |
| | | |||||
* | | Fix the Mako regexes | Ned Batchelder | 2014-03-08 | 1 | -2/+2 |
| | | |||||
* | | Hacked-in Mako support. | Ned Batchelder | 2014-03-08 | 5 | -7/+124 |
| | | |||||
* | | 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 | 1 | -1/+1 |
| | | |||||
* | | Clean up the comment on the xmlreport fix | Chris Rose | 2014-02-19 | 1 | -5/+4 |
| | | |||||
* | | Resolve #285 - precreate the XML report's output directory if it does | Chris Rose | 2014-02-03 | 1 | -0/+8 |
|/ | | | | not exist yet. | ||||
* | Peter Portante's coroutine support, but it doesn't work yet. | Ned Batchelder | 2014-01-09 | 4 | -4/+46 |
| | |||||
* | No need for paren-less exec any more. | Ned Batchelder | 2013-12-14 | 2 | -21/+4 |
| | |||||
* | A few last listcomp -> genexp upgrades. | Ned Batchelder | 2013-12-14 | 1 | -3/+3 |
| | |||||
* | Merged 4.0 to default | Ned Batchelder | 2013-12-13 | 18 | -216/+116 |
|\ | |||||
| * | enumerate has a start parameter! | Ned Batchelder | 2013-10-23 | 2 | -4/+3 |
| | | | | | | | | | | --HG-- branch : 4.0 | ||||
| * | Except clause can now use 'as', no need for lots of sys.exc_info | Ned Batchelder | 2013-10-20 | 5 | -20/+10 |
| | | | | | | | | | | --HG-- branch : 4.0 | ||||
| * | try/except/finally is ok now. | Ned Batchelder | 2013-10-20 | 3 | -45/+42 |
| | | | | | | | | | | --HG-- branch : 4.0 | ||||
| * | with statements: no more finally close | Ned Batchelder | 2013-10-20 | 4 | -41/+11 |
| | | | | | | | | | | --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 | 2 | -7/+4 |
| | | | | | | | | | | --HG-- branch : 4.0 | ||||
| * | Generator expressons are ok now. | Ned Batchelder | 2013-10-19 | 9 | -23/+23 |
| | | | | | | | | | | --HG-- branch : 4.0 | ||||
| * | Now I can use decorators. | Ned Batchelder | 2013-10-19 | 2 | -12/+12 |
| | | | | | | | | | | --HG-- branch : 4.0 | ||||
| * | Now I can use tuples with startswith and endswith. | Ned Batchelder | 2013-10-19 | 3 | -3/+3 |
| | | | | | | | | | | --HG-- branch : 4.0 | ||||
| * | Get rid of our backward implementation of set, sorted, reversed, and rpartition. | Ned Batchelder | 2013-10-19 | 8 | -50/+6 |
| | | | | | | | | | | --HG-- branch : 4.0 | ||||
| * | We only run on 2.6, 2.7, 3.2, 3.3 now. | Ned Batchelder | 2013-10-19 | 1 | -7/+2 |
| | | | | | | | | | | --HG-- branch : 4.0 | ||||
| * | Start on 4.0 | Ned Batchelder | 2013-10-19 | 1 | -1/+1 |
| | | | | | | | | | | --HG-- branch : 4.0 | ||||
* | | 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 |
| | | |||||
* | | 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 |
| | | |||||
* | | Templite now compiles to Python code for speed. | Ned Batchelder | 2013-10-26 | 1 | -92/+102 |
| | | |||||
* | | Use sets as much as possible to speed HTML reports. Seems to be a 10% speedup. | Ned Batchelder | 2013-10-23 | 6 | -16/+27 |
| | |