summaryrefslogtreecommitdiff
path: root/coverage/templite.py
Commit message (Expand)AuthorAgeFilesLines
* Clean up the lst += string stuff, whereby string being iterable means each ch...Ned Batchelder2010-02-071-2/+2
* You know that thing they say about how ''.join(slist) is faster than s1 += s?...Ned Batchelder2010-02-071-2/+2
* Massive eol whitespace clean-up.Ned Batchelder2009-12-021-19/+19
* There doesn't seem to be a way to raise an exception with an old traceback th...Ned Batchelder2009-11-211-2/+2
* Increase templite test coverage, and use the new branch awesomeness when cove...Ned Batchelder2009-11-211-2/+2
* Add nicer exception reporting inside Templite so when a template goes wrong w...Ned Batchelder2009-11-211-2/+8
* Put back a comment distinguishing this Templite from another Templite.Ned Batchelder2009-10-271-0/+2
* Cleanup and commenting in Templite.Ned Batchelder2009-10-261-14/+26
* Templite v2, which can handle if's and nested control structures.Ned Batchelder2009-10-251-60/+87
* Templite now allows comments within curly-hash markers.Ned Batchelder2009-10-251-0/+6
* The best way to get py3k support: same source runs on both, with some contort...Ned Batchelder2009-09-221-1/+1
* Minor templite tweaks.Ned Batchelder2009-09-061-1/+2
* More docstrings all around.Ned Batchelder2009-05-091-5/+33
* Variables' items (dict access) can be used in templates.Ned Batchelder2009-04-201-1/+4
* Muliple loops and multi-line loops didn't work.Ned Batchelder2009-04-201-1/+1
* Templite: a lightweight template class to use when making HTML reports.Ned Batchelder2009-04-191-0/+81