| Commit message (Expand) | Author | Age | Files | Lines |
* | move lib/mako to mako | Mike Bayer | 2010-02-05 | 1 | -392/+0 |
* | - update copyright for 2010 | Mike Bayer | 2010-02-05 | 1 | -58/+167 |
* | happy new yearrel_0_2_5 | Mike Bayer | 2009-09-07 | 1 | -1/+1 |
* | dont create DefTemplate object just for namespace calls | Mike Bayer | 2009-05-19 | 1 | -0/+3 |
* | - Added last_modified accessor to Template, | Mike Bayer | 2009-01-13 | 1 | -1/+5 |
* | - beaker bump | Mike Bayer | 2008-10-25 | 1 | -3/+5 |
* | - added "cache" accessor to Template, Namespace. | Mike Bayer | 2008-09-27 | 1 | -0/+4 |
* | correction | Mike Bayer | 2008-09-07 | 1 | -1/+1 |
* | - fixed cache code to work with Beaker 1.0.1, which is now the required versi... | Mike Bayer | 2008-09-07 | 1 | -13/+53 |
* | - fixed bug where 'output_encoding' parameter would prevent | Mike Bayer | 2008-06-09 | 1 | -0/+1 |
* | use os.path.exists instead of os.access F_OK, which is currently broken on go... | Philip Jenvey | 2008-04-12 | 1 | -1/+1 |
* | merge branches/_ast r340:HEAD, minus r344, to trunk. adds support for parsing | Philip Jenvey | 2008-04-11 | 1 | -3/+4 |
* | - added "bytestring passthru" mode, via `disable_unicode=True` | Mike Bayer | 2008-03-22 | 1 | -9/+18 |
* | - added "attr" accessor to namespaces. Returns attributes | Mike Bayer | 2008-02-15 | 1 | -0/+3 |
* | copyright ! | Mike Bayer | 2008-01-19 | 1 | -1/+1 |
* | defer temp file creation until after any potential lexer exceptions | Philip Jenvey | 2008-01-19 | 1 | -1/+1 |
* | - variable names declared in render methods by internal | Mike Bayer | 2007-06-16 | 1 | -1/+5 |
* | - added the 'encoding_errors' parameter to Template/TemplateLookup | Mike Bayer | 2007-05-02 | 1 | -1/+3 |
* | - Lexer/Compile exceptions propigate throughout lexer/parsetree/ast | Mike Bayer | 2007-04-21 | 1 | -6/+14 |
* | - added an explicit stack frame step to template runtime, which | Mike Bayer | 2007-04-14 | 1 | -0/+1 |
* | - fix to module_directory path generation when the path is "./" | Mike Bayer | 2007-04-06 | 1 | -1/+1 |
* | - added "n" filter, disables *all* filters normally applied to an expression | Mike Bayer | 2007-03-27 | 1 | -3/+5 |
* | added cache_url to API level | Mike Bayer | 2007-03-16 | 1 | -1/+3 |
* | - added "preprocessor" argument to Template, TemplateLookup - is a singlerel_0_1_3 | Mike Bayer | 2007-02-21 | 1 | -3/+4 |
* | - got "top level" def calls to work, i.e. template.get_def("somedef").render() | Mike Bayer | 2007-01-30 | 1 | -0/+12 |
* | - "expression_filter" argument in <%page> applies only to expressions | Mike Bayer | 2007-01-24 | 1 | -11/+17 |
* | - added optional input_encoding flag to Template, to allow sending a unicode(... | Mike Bayer | 2007-01-22 | 1 | -9/+9 |
* | platform independent path fixies | Mike Bayer | 2007-01-22 | 1 | -2/+2 |
* | - added module_filename argument to Template to allow specification of a spec... | Mike Bayer | 2007-01-22 | 1 | -4/+8 |
* | copyright update | Mike Bayer | 2007-01-05 | 1 | -1/+1 |
* | magic number support | Mike Bayer | 2006-12-14 | 1 | -0/+4 |
* | some tweaking around with the render method, template lookups, getting direct... | Mike Bayer | 2006-12-14 | 1 | -1/+1 |
* | cache file args, can be supplied on TemplateLookup, Template, <%page> tag, <%... | Mike Bayer | 2006-12-12 | 1 | -1/+3 |
* | cleanup | Mike Bayer | 2006-12-10 | 1 | -2/+9 |
* | converted templates to base filesystem operations on their original uri; modu... | Mike Bayer | 2006-12-10 | 1 | -18/+24 |
* | description->uri | Mike Bayer | 2006-12-09 | 1 | -2/+2 |
* | screwing around with the exception formatting a bit | Mike Bayer | 2006-11-28 | 1 | -31/+34 |
* | traceback formatting | Mike Bayer | 2006-11-27 | 1 | -51/+47 |
* | basic module file generation/loading | Mike Bayer | 2006-11-27 | 1 | -13/+11 |
* | starting to put in the module loading crap... | Mike Bayer | 2006-11-27 | 1 | -25/+48 |
* | scoping wackiness regarding component calls with content | Mike Bayer | 2006-11-26 | 1 | -2/+5 |
* | doc system, working on namespace scoping/declarations, ast parsing, etc | Mike Bayer | 2006-11-26 | 1 | -4/+5 |
* | changed %component to %def | Mike Bayer | 2006-11-26 | 1 | -7/+7 |
* | inheritance/ccall with content coming together now | Mike Bayer | 2006-11-24 | 1 | -1/+2 |
* | some semblance of inheritance, needs cleanup | Mike Bayer | 2006-11-23 | 1 | -54/+5 |
* | some thought given to unicode... | Mike Bayer | 2006-11-21 | 1 | -5/+17 |
* | copyright etc | Mike Bayer | 2006-11-21 | 1 | -0/+6 |
* | cstringio, template lookup | Mike Bayer | 2006-11-20 | 1 | -5/+5 |
* | nested components, codegen arch, lexer fixes | Mike Bayer | 2006-11-19 | 1 | -2/+2 |
* | unit tests, error handling, interface, etc | Mike Bayer | 2006-11-19 | 1 | -33/+38 |