summaryrefslogtreecommitdiff
path: root/coverage/templite.py
Commit message (Collapse)AuthorAgeFilesLines
* 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 ↵Ned Batchelder2009-11-211-2/+2
| | | | that works on both 2.x and 3.x, so lose the traceback.
* Increase templite test coverage, and use the new branch awesomeness when ↵Ned Batchelder2009-11-211-2/+2
| | | | coverage testing ourselves.
* Add nicer exception reporting inside Templite so when a template goes wrong ↵Ned Batchelder2009-11-211-2/+8
| | | | we have some hope of figuring out why.
* 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 ↵Ned Batchelder2009-09-221-1/+1
| | | | contortions.
* 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