- May 24, 2013
-
-
Mike Bayer authored
if Python version is < 2.6 or is between 3.0 and less than 3.3, as Markupsafe now only supports 2.6->2.X, 3.3->3.X. [ticket:216]
-
- Nov 11, 2012
-
-
Mike Bayer authored
- dont need 2to3 - clean up some list() calls we dont need
-
- Mar 31, 2012
-
-
Mike Bayer authored
-
- Dec 15, 2011
-
-
Mike Bayer authored
-
- Dec 03, 2011
-
-
Mike Bayer authored
-
- Jan 19, 2011
-
-
Mike Bayer authored
-
- Nov 12, 2010
-
-
Mike Bayer authored
setup.py instead of "install_requires". This to produce a lighter weight install for those who don't use the caching as well as to conform to Pyramid deployment practices. [ticket:154]
-
Mike Bayer authored
setup.py which prevented setup.py from running 2to3 on install. [ticket:148]
-
- Jun 22, 2010
-
-
Mike Bayer authored
i.e. in place of cgi.escape(). Faster C-based implementation and also escapes single quotes for additional security. Supports the __html__ attribute for the given expression as well. When using "disable_unicode" mode, a pure Python HTML escaper function is used which also quotes single quotes. Note that Pylons by default doesn't use Mako's filter - check your environment.py file.
-
- Apr 20, 2010
-
-
Mike Bayer authored
-
- Mar 07, 2010
-
-
Mike Bayer authored
-
Mike Bayer authored
[ticket:129]
-
- Mar 05, 2010
-
-
Mike Bayer authored
-
Mike Bayer authored
-
- Mar 04, 2010
-
-
Mike Bayer authored
- Python 3 support is added ! See README.py3k for installation and testing notes. [ticket:119]
-
- Mar 02, 2010
-
-
Mike Bayer authored
- Source code escaping has been simplified. In particular, module source files are now generated with the Python "magic encoding comment", and source code is passed through mostly unescaped, except for that code which is regenerated from parsed Python source. This fixes usage of unicode in <%namespace:defname> tags. [ticket:99]
-
- Feb 05, 2010
-
-
Mike Bayer authored
-
- Jun 28, 2009
-
-
Mike Bayer authored
the base module. [ticket:110]
-
- Jan 13, 2009
-
-
Mike Bayer authored
returns the time.time() when the module was created. [ticket:97]
-
- Nov 25, 2008
-
-
Philip Jenvey authored
-
- Nov 23, 2008
-
-
Mike Bayer authored
-
- Oct 25, 2008
-
-
Mike Bayer authored
- added "cache_enabled=True" flag to Template, TemplateLookup. Setting this to False causes cache operations to "pass through" and execute every time; this flag should be integrated in Pylons with its own cache_enabled configuration setting.
-
- Oct 18, 2008
-
-
Philip Jenvey authored
-
- Oct 17, 2008
-
-
Mike Bayer authored
use Beaker 1.0.4, just checked in. This version of Beaker stores no persistent state in memory for each key, allowing dynamically generated keys to work without using up available memory.
-
- Oct 02, 2008
-
-
Philip Jenvey authored
-
- Sep 07, 2008
-
-
Mike Bayer authored
- removed unnecessary attributes from DefTemplate. - added ModuleTemplate class, which allows the construction of a Template given a Python module generated by a previous Template. This allows Python modules alone to be used as templates with no compilation step. Source code and template source are optional but allow error reporting to work correctly.
-
- Jun 23, 2008
-
-
Mike Bayer authored
a cached block would raise an error when called within a cache-refresh operation that was initiated after the initiating template had completed rendering.
-
- Jun 04, 2008
-
-
Philip Jenvey authored
-
- Jun 03, 2008
-
-
Mike Bayer authored
standard input as a template to stdout [ticket:81] [ticket:56]
-
- Jan 11, 2008
-
-
Mike Bayer authored
with identifiers like "else", "finally", etc. inside them [ticket:68]
-
- Oct 12, 2007
-
-
Mike Bayer authored
within a <%call> tag's argument list propigates 'caller' to the %call function itself (propigates to the inner calls too, this is a slight side effect which previously existed anyway)
-
- Jun 29, 2007
-
-
Mike Bayer authored
object and will call str() + unicode() on it [ticket:47]
-
- Jun 25, 2007
-
-
http://babel.edgewall.org/Mike Bayer authored
point, allowing extraction of gettext messages directly from mako templates via Babel [ticket:45]
-
- Jun 16, 2007
-
-
Mike Bayer authored
codegen prefixed by "__M_" to prevent name collisions with user code
-
- Jun 13, 2007
-
-
Mike Bayer authored
-
- May 17, 2007
-
-
Mike Bayer authored
all of MyghtyUtils merged into it now
-
- Apr 10, 2007
-
-
Mike Bayer authored
-
- Mar 31, 2007
-
-
Mike Bayer authored
-
- Mar 10, 2007
-
-
Mike Bayer authored
-
- Feb 17, 2007
-
-
Mike Bayer authored
- doc adjustments, changeset adjustments, modified unicode tests to use ## instead of # for magic encoding comment. # will still work for now. - unsure whether we are going with #* *# or <%doc> for multiline comments, looking like <%doc>.
-