summaryrefslogtreecommitdiff
path: root/tempita
Commit message (Expand)AuthorAgeFilesLines
* pep8 whitespace fixesIan Bicking2010-09-023-35/+80
* Fix cases where whitespace isn't stripped properly (when there are multiple d...Ian Bicking2010-09-021-5/+12
* Python 3 updatesIan Bicking2010-09-022-1/+2
* a bunch of changes to make Python 3 compatibility easierIan Bicking2010-06-213-62/+114
* fix file-relative template namesIan Bicking2009-12-311-1/+1
* avoid deprecated callableIan Bicking2009-11-031-1/+1
* Allow non-dictionary namespaces. Add line_offset argumentianb2009-04-201-13/+13
* fix issues with \r in expressionsianb2009-04-111-2/+6
* Fix for python 2.5 and SystemError with parent templates. Small doc updatesianb2008-12-171-1/+1
* Fix whitespace stripping for statements at the beginning and end of the templateianb2008-11-221-12/+20
* Added template inheritanceianb2008-11-221-19/+313
* Make the error messages somewhat more robust when e.args is emptyianb2008-11-171-1/+4
* remove dead codeianb2007-12-191-1/+0
* Iprove the exception catching some. Added __html__() on html literalsianb2007-12-181-7/+16
* Add the ability to grab the location of a template that is a static stringianb2007-11-041-1/+20
* Add html_quote to HTMLTemplateianb2007-09-221-0/+1
* improve error message; use absolute import, because for some reason python2.5...ianb2007-07-241-3/+2
* fix importianb2007-07-241-1/+0
* module renameianb2007-07-242-1/+1
* Handle unicode/str more nicely/properly. Better error if you pass a non-dict inianb2007-07-241-9/+27
* move template to __init__ianb2007-07-231-0/+0
* initial import of filesianb2007-07-232-0/+910
* remove dummy __init__ianb2007-07-231-1/+0
* Initial layoutianb2007-07-231-0/+1