summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 0.1.2rel_0_1_2Mike Bayer2007-02-011-1/+1
* - got "top level" def calls to work, i.e. template.get_def("somedef").render()Mike Bayer2007-01-304-1/+51
* updatesMike Bayer2007-01-303-6/+7
* changed around filtering so you can just say "decode.utf8" or "decode.<whatev...Mike Bayer2007-01-295-29/+59
* docs, added the unicode chapterMike Bayer2007-01-298-17/+153
* - all template lexing converts the template to unicode first, toMike Bayer2007-01-293-18/+50
* - support for CRLF templates...whoops ! welcome to all the windows users.Mike Bayer2007-01-298-34/+64
* fixed typoMike Bayer2007-01-281-1/+1
* - small fix to local variable propigation for locals that are conditionally d...Mike Bayer2007-01-262-1/+2
* some expression generator things missing, fixes [ticket:18]Mike Bayer2007-01-242-4/+35
* xtra testMike Bayer2007-01-241-1/+5
* - "expression_filter" argument in <%page> applies only to expressionsMike Bayer2007-01-247-27/+83
* unit tests for input_encoding, non double-decode of unicode objectMike Bayer2007-01-221-1/+12
* - added optional input_encoding flag to Template, to allow sending a unicode(...Mike Bayer2007-01-224-13/+19
* platform independent path fixiesMike Bayer2007-01-221-2/+2
* added getattr/hasattr testMike Bayer2007-01-221-0/+16
* - added module_filename argument to Template to allow specification of a spec...Mike Bayer2007-01-224-8/+38
* - fix to parsing of code/expression blocks to insure that non-ascii character...Mike Bayer2007-01-193-6/+42
* 0.1.1rel_0_1_1Mike Bayer2007-01-142-2/+2
* - buffet plugin supports string-based templates, allows ToscaWidgets to work ...Mike Bayer2007-01-142-8/+14
* - "directories" can be passed to TemplateLookup as a scalar in which case it ...Mike Bayer2007-01-112-0/+4
* added unit test to insure that <%page> args can override names from __builtins__Mike Bayer2007-01-111-1/+8
* added a unit test for ben involving calling next.body() from a <%call> tagMike Bayer2007-01-091-0/+43
* copyright updateMike Bayer2007-01-0513-14/+14
* added development config fileMike Bayer2007-01-051-0/+3
* - fix to code generation to correctly track multiple defs with the same name.Mike Bayer2007-01-055-16/+45
* added the "check for last" step back to the tests - illustrates how the diffe...Mike Bayer2007-01-054-6/+6
* - implemented "module" attribute for namespace [ticket:7]Mike Bayer2007-01-048-6/+78
* removed escaping, extra condfitionalMike Bayer2007-01-041-1/+1
* correctionMike Bayer2007-01-031-2/+2
* added some notes about frameworksMike Bayer2007-01-031-0/+16
* - better error message when a lookup is attempted with a template that has no...Mike Bayer2007-01-033-2/+13
* - fix to expression filters so that string conversion (actually unicode) prop...Mike Bayer2007-01-035-16/+10
* der, expiretime, not timeoutMike Bayer2007-01-022-6/+5
* - fix so that "cache_timeout" parameter is propigatedMike Bayer2007-01-023-3/+32
* - svn trunk in setup.pyMike Bayer2007-01-022-4/+7
* updateMike Bayer2007-01-011-0/+2
* removed "prune contrib" - have moved textmate tmbundle stuff out of trunkMike Bayer2007-01-011-1/+0
* moving textmate out of trunk to external contrib folderMike Bayer2007-01-019-1205/+0
* removed "/" from prune for [ticket:5]Mike Bayer2007-01-011-1/+1
* added argument to %call tag exampleMike Bayer2006-12-311-1/+1
* - added "encoding()" filter; this allows a filter expression to specify the e...Mike Bayer2006-12-316-5/+28
* fix to encoding for file-read-from-a-template testMike Bayer2006-12-312-2/+2
* further try/except AST fixes, cleanup of filter unit tests, made __locals pro...Mike Bayer2006-12-314-13/+6
* Adding unicode doc reading in template test.Ben Bangert2006-12-313-0/+937
* - AST parsing fixes: fixed TryExcept identifier parsingMike Bayer2006-12-313-0/+15
* etcrel_0_1_0Mike Bayer2006-12-311-2/+0
* css tweakMike Bayer2006-12-311-1/+1
* release related stuffMike Bayer2006-12-313-1/+6
* escaping back onMike Bayer2006-12-302-3/+3