aboutsummaryrefslogtreecommitdiffstats
path: root/lib/mako/template.py
Commit message (Expand)AuthorAgeFilesLines
* move lib/mako to makoMike Bayer2010-02-051-392/+0
* - update copyright for 2010Mike Bayer2010-02-051-58/+167
* happy new yearrel_0_2_5Mike Bayer2009-09-071-1/+1
* dont create DefTemplate object just for namespace callsMike Bayer2009-05-191-0/+3
* - Added last_modified accessor to Template,Mike Bayer2009-01-131-1/+5
* - beaker bumpMike Bayer2008-10-251-3/+5
* - added "cache" accessor to Template, Namespace.Mike Bayer2008-09-271-0/+4
* correctionMike Bayer2008-09-071-1/+1
* - fixed cache code to work with Beaker 1.0.1, which is now the required versi...Mike Bayer2008-09-071-13/+53
* - fixed bug where 'output_encoding' parameter would preventMike Bayer2008-06-091-0/+1
* use os.path.exists instead of os.access F_OK, which is currently broken on go...Philip Jenvey2008-04-121-1/+1
* merge branches/_ast r340:HEAD, minus r344, to trunk. adds support for parsingPhilip Jenvey2008-04-111-3/+4
* - added "bytestring passthru" mode, via `disable_unicode=True`Mike Bayer2008-03-221-9/+18
* - added "attr" accessor to namespaces. Returns attributesMike Bayer2008-02-151-0/+3
* copyright !Mike Bayer2008-01-191-1/+1
* defer temp file creation until after any potential lexer exceptionsPhilip Jenvey2008-01-191-1/+1
* - variable names declared in render methods by internalMike Bayer2007-06-161-1/+5
* - added the 'encoding_errors' parameter to Template/TemplateLookupMike Bayer2007-05-021-1/+3
* - Lexer/Compile exceptions propigate throughout lexer/parsetree/astMike Bayer2007-04-211-6/+14
* - added an explicit stack frame step to template runtime, whichMike Bayer2007-04-141-0/+1
* - fix to module_directory path generation when the path is "./"Mike Bayer2007-04-061-1/+1
* - added "n" filter, disables *all* filters normally applied to an expressionMike Bayer2007-03-271-3/+5
* added cache_url to API levelMike Bayer2007-03-161-1/+3
* - added "preprocessor" argument to Template, TemplateLookup - is a singlerel_0_1_3Mike Bayer2007-02-211-3/+4
* - got "top level" def calls to work, i.e. template.get_def("somedef").render()Mike Bayer2007-01-301-0/+12
* - "expression_filter" argument in <%page> applies only to expressionsMike Bayer2007-01-241-11/+17
* - added optional input_encoding flag to Template, to allow sending a unicode(...Mike Bayer2007-01-221-9/+9
* platform independent path fixiesMike Bayer2007-01-221-2/+2
* - added module_filename argument to Template to allow specification of a spec...Mike Bayer2007-01-221-4/+8
* copyright updateMike Bayer2007-01-051-1/+1
* magic number supportMike Bayer2006-12-141-0/+4
* some tweaking around with the render method, template lookups, getting direct...Mike Bayer2006-12-141-1/+1
* cache file args, can be supplied on TemplateLookup, Template, <%page> tag, <%...Mike Bayer2006-12-121-1/+3
* cleanupMike Bayer2006-12-101-2/+9
* converted templates to base filesystem operations on their original uri; modu...Mike Bayer2006-12-101-18/+24
* description->uriMike Bayer2006-12-091-2/+2
* screwing around with the exception formatting a bitMike Bayer2006-11-281-31/+34
* traceback formattingMike Bayer2006-11-271-51/+47
* basic module file generation/loadingMike Bayer2006-11-271-13/+11
* starting to put in the module loading crap...Mike Bayer2006-11-271-25/+48
* scoping wackiness regarding component calls with contentMike Bayer2006-11-261-2/+5
* doc system, working on namespace scoping/declarations, ast parsing, etcMike Bayer2006-11-261-4/+5
* changed %component to %defMike Bayer2006-11-261-7/+7
* inheritance/ccall with content coming together nowMike Bayer2006-11-241-1/+2
* some semblance of inheritance, needs cleanupMike Bayer2006-11-231-54/+5
* some thought given to unicode...Mike Bayer2006-11-211-5/+17
* copyright etcMike Bayer2006-11-211-0/+6
* cstringio, template lookupMike Bayer2006-11-201-5/+5
* nested components, codegen arch, lexer fixesMike Bayer2006-11-191-2/+2
* unit tests, error handling, interface, etcMike Bayer2006-11-191-33/+38