summaryrefslogtreecommitdiff
path: root/paste/util/template.py
Commit message (Expand)AuthorAgeFilesLines
* Make comments workIan Bicking2007-06-131-0/+5
* Added {{default}} directive to paste.util.templateIan Bicking2007-06-131-0/+30
* in template: Added a function that can be used with Paste Script; fixed an is...Ian Bicking2007-03-061-1/+9
* Make paste.util.template trim whitespace around statements on their own lineIan Bicking2007-03-061-4/+55
* Added a command-line form of the template to fill static filesIan Bicking2007-02-151-0/+75
* make sure missing attribute raise an AttributeError in bunches, not KeyErrorIan Bicking2007-02-051-1/+4
* Fix up docstrings for reST validityIan Bicking2007-02-011-1/+1
* Add a bunch object, and add __traceback_hide__ locals to trim down exceptionsIan Bicking2007-01-311-1/+40
* Added an HTML-specific subclassIan Bicking2007-01-311-2/+76
* Added a templating languageIan Bicking2007-01-311-0/+473