summaryrefslogtreecommitdiff
path: root/paste/util/template.py
Commit message (Collapse)AuthorAgeFilesLines
* Make comments workianb2007-06-131-0/+5
|
* Added {{default}} directive to paste.util.templateianb2007-06-131-0/+30
|
* in template: Added a function that can be used with Paste Script; fixed an ↵ianb2007-03-061-1/+9
| | | | issue when you raise Exception()
* Make paste.util.template trim whitespace around statements on their own lineianb2007-03-061-4/+55
|
* Added a command-line form of the template to fill static filesianb2007-02-151-0/+75
|
* make sure missing attribute raise an AttributeError in bunches, not KeyErrorianb2007-02-051-1/+4
|
* Fix up docstrings for reST validityianb2007-02-011-1/+1
|
* Add a bunch object, and add __traceback_hide__ locals to trim down exceptionsianb2007-01-311-1/+40
|
* Added an HTML-specific subclassianb2007-01-311-2/+76
|
* Added a templating languageianb2007-01-311-0/+473