- Mar 12, 2012
-
-
Mike Bayer authored
apply Pygments highlighting to the source code displayed in the traceback, if Pygments if available. Courtesy Ben Trofatter [ticket:95]
-
Mike Bayer authored
i.e. "% with x as e:/ % endwith" support. Courtesy Ben Trofatter [ticket:147]
-
- Mar 09, 2012
-
-
Mike Bayer authored
nesting multiple def-calls with content. Thanks to Jeff Dairiki. [ticket:186]
-
- Feb 21, 2012
-
-
Mike Bayer authored
to filehandles being implicitly closed. [ticket:182]
-
- Feb 02, 2012
-
-
Mike Bayer authored
-
Mike Bayer authored
-
Mike Bayer authored
-
Mike Bayer authored
-
- Jan 28, 2012
-
-
Mike Bayer authored
-
Mike Bayer authored
-
Mike Bayer authored
Cache() constructor, which was preventing file version checks and not allowing Mako 0.6 to recompile the module files.
-
- Jan 21, 2012
-
-
Mike Bayer authored
-
Mike Bayer authored
(even though several of those old template libs aren't available on Py3K, so YMMV) [ticket:175]
-
Mike Bayer authored
-
Mike Bayer authored
in templates. Usage of regions should be considered as superseding the very obsolete idea of passing in backend options, timeouts, etc. within templates. - rewrite the cache docs again which had a lot of misleading/inaccurate info.
-
- Jan 19, 2012
-
-
Mike Bayer authored
-
- Jan 18, 2012
-
-
Mike Bayer authored
-
Mike Bayer authored
-
- Jan 17, 2012
-
-
Mike Bayer authored
-
Mike Bayer authored
-
Mike Bayer authored
- same root url fix
-
- Jan 16, 2012
-
-
Mike Bayer authored
-
Mike Bayer authored
TemplateLookup, allows a callable to be passed which takes over the writing of the template's module source file, so that special environment-specific steps can be taken. [ticket:181]
-
Mike Bayer authored
for code blocks so that indentation is preserved [ticket:173]
-
Mike Bayer authored
is now escaped with the HTML filter. [ticket:142]
-
Mike Bayer authored
-
Mike Bayer authored
within extra arguments to <%block>, <%def>, i.e. <%block name="foo" cache_key="${somekey}">. Filters can also be used in this way, i.e. <%def name="foo()" filter="myfilter"> then template.render(myfilter=some_callable) [ticket:180]
-
- Jan 12, 2012
-
-
Mike Bayer authored
-
- Jan 05, 2012
-
-
Mike Bayer authored
-
- Dec 30, 2011
-
-
Mike Bayer authored
-
- Dec 28, 2011
-
-
Mike Bayer authored
script, allows passing of kw to the template from the command line. [ticket:178]
-
- Dec 21, 2011
-
-
Mike Bayer authored
-
- Dec 15, 2011
-
-
Mike Bayer authored
-
- Dec 05, 2011
-
-
Mike Bayer authored
-
- Dec 03, 2011
-
-
Mike Bayer authored
-
- Oct 02, 2011
-
-
Mike Bayer authored
pkg_resources API feels very fragile
-
- Oct 01, 2011
-
-
Mike Bayer authored
I really want to do it like this
-
Mike Bayer authored
-
Mike Bayer authored
-
Mike Bayer authored
-