- Jun 16, 2008
-
-
Mike Bayer authored
-
Mike Bayer authored
this version (fixes incompatible compile symbols from 0.1 series). - added a few docs for cache options, specifically those that help with memcached.
-
- Jun 09, 2008
-
-
Mike Bayer authored
render_unicode() from returning a unicode object
-
- Jun 04, 2008
-
-
Philip Jenvey authored
-
- Jun 03, 2008
-
-
Mike Bayer authored
standard input as a template to stdout [ticket:81] [ticket:56]
-
- Jun 02, 2008
-
-
Mike Bayer authored
-
- May 24, 2008
-
-
Mike Bayer authored
names without explicit declaration (i.e. 'id', 'exception', 'range', etc.) [ticket:83]
-
- May 03, 2008
-
-
Philip Jenvey authored
-
Mike Bayer authored
- fixed buffering when disable_unicode is used
-
Mike Bayer authored
-
Mike Bayer authored
- some functions on Context are now private: _push_buffer(), _pop_buffer(), caller_stack._push_frame(), caller_stack._pop_frame(). - implemented [ticket:76] inlining of context.write()
-
Mike Bayer authored
-
- May 02, 2008
-
-
Philip Jenvey authored
-
Philip Jenvey authored
from Mike Orr
-
Philip Jenvey authored
-
Philip Jenvey authored
-
- Apr 13, 2008
-
-
Philip Jenvey authored
-
- Apr 12, 2008
-
-
Philip Jenvey authored
-
Philip Jenvey authored
-
- Apr 11, 2008
-
-
Philip Jenvey authored
-
Philip Jenvey authored
python via _ast and google app engine
-
- Apr 08, 2008
-
-
Philip Jenvey authored
-
- Mar 22, 2008
-
-
Mike Bayer authored
argument passed to Template or TemplateLookup. All unicode-awareness and filtering is turned off, and template modules are generated with the appropriate magic encoding comment. In this mode, template expressions can only receive raw bytestrings or Unicode objects which represent straight ASCII, and render_unicode() may not be used. [ticket:77] (courtesy anonymous guest)
-
- Mar 04, 2008
-
-
Mike Bayer authored
-
- Mar 01, 2008
-
-
Mike Bayer authored
directly to the %page or %def, i.e. <%def name="foo(x)" cached="True" cache_key="${x}"/> [ticket:78]
-
- Feb 21, 2008
-
-
Mike Bayer authored
more elaborate combinations of quotes and comments [ticket:75]
-
- Feb 15, 2008
-
-
Mike Bayer authored
-
Mike Bayer authored
configured as module level attributes, i.e. within <%! %> sections [ticket:62] - removed reliance upon KeyError/AttributeError in namespace.__getattr__
-
- Jan 28, 2008
-
-
Mike Bayer authored
-
Mike Bayer authored
of html_error_template() to the buffered output
-
Mike Bayer authored
blank exception pages when an inheriting template is present [ticket:71]
-
- Jan 19, 2008
-
-
Mike Bayer authored
-
Mike Bayer authored
caching, combined with an expression-based cache_key, combined with the usage of <%namespace import="*"/>
-
Philip Jenvey authored
fixes #69
-
Philip Jenvey authored
-
- Jan 11, 2008
-
-
Mike Bayer authored
with identifiers like "else", "finally", etc. inside them [ticket:68]
-
- Jan 07, 2008
-
-
Mike Bayer authored
-
- Dec 27, 2007
-
-
Mike Bayer authored
-
- Dec 03, 2007
-
-
Mike Bayer authored
did not have access to the correct context containing their 'self' and 'parent'
-
- Nov 08, 2007
-
-
Mike Bayer authored
incorrect "self" in the current context
-