summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 0.1.4 preprel_0_1_4Mike Bayer2007-03-105-18/+22
* - <%include> plus arguments is also programmatically available viaMike Bayer2007-03-092-2/+5
* - further escaping added for multibyte expressions in %def, %call attributesMike Bayer2007-03-093-1/+20
* correction for line=None [ticket:25]Mike Bayer2007-03-091-2/+2
* - <%include> has an "args" attribute that can pass arguments to the calledMike Bayer2007-03-085-9/+55
* added docs about traceback formattingMike Bayer2007-03-081-0/+52
* - fixed/improved "caller" semantics so that undefined caller is "UNDEFINED",Mike Bayer2007-03-062-1/+6
* - added a path normalization step to lookup so URIs like "/foo/bar/../etc/../...Mike Bayer2007-03-064-13/+28
* further fix to previous ast enhancement; dont log identifiers as "declared" o...Mike Bayer2007-03-062-27/+47
* - fix to variable scoping for identifiers only referenced within functionsMike Bayer2007-03-064-3/+56
* - fixes to code parsing/whitespace adjusting where plain pythonMike Bayer2007-03-014-1/+28
* - got defs-within-defs to be cacheableMike Bayer2007-03-013-7/+44
* - added "preprocessor" argument to Template, TemplateLookup - is a singlerel_0_1_3Mike Bayer2007-02-217-8/+69
* fixed comment to new styleMike Bayer2007-02-211-2/+2
* - added lexer error for unclosed control-line (%) lineMike Bayer2007-02-203-1/+16
* multiline comment syntax now <%doc>Mike Bayer2007-02-196-10/+22
* - improvement to scoping of "caller" variable when using <%call> tagMike Bayer2007-02-194-7/+57
* - fix to text parsing to not yank "#" on the first col of the lineMike Bayer2007-02-177-30/+41
* got the multiline comments to highlightMike Bayer2007-02-171-2/+2
* comments moved to "##" "#* *#" syntax. still have to get pygment plugin to w...Mike Bayer2007-02-1710-18/+64
* - UNDEFINED evaluates to FalseMike Bayer2007-02-152-0/+6
* Fixing conditional to properly check templatename.Ben Bangert2007-02-061-1/+1
* 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