- Feb 19, 2011
-
-
Mike Bayer authored
- convert heading copyrights to 2006-2011, reference AUTHORS file
-
- Jan 19, 2011
-
-
Mike Bayer authored
-
- Jan 06, 2011
-
-
Mike Bayer authored
-
- Nov 16, 2010
-
-
Mike Bayer authored
-
Mike Bayer authored
least remove huge lines
-
- Nov 13, 2010
-
-
Mike Bayer authored
-
Mike Bayer authored
-
Mike Bayer authored
-
Mike Bayer authored
-
Mike Bayer authored
- move Namespace docs inline to attributes on Namespace - document Cache methods, add to caching.rst - use functools.partial for partials, part of [ticket:156]
-
Mike Bayer authored
-
Mike Bayer authored
-
Mike Bayer authored
'' write in the case of backslash-ended lines. [ticket:155]
-
Mike Bayer authored
is delayed until actually needed; this to remove the performance penalty from startup, particularly for "single execution" environments such as shell scripts. [ticket:153]
-
- 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]
-
Mike Bayer authored
-
Mike Bayer authored
-
Mike Bayer authored
-
Mike Bayer authored
-
Mike Bayer authored
-
Mike Bayer authored
-
Mike Bayer authored
-
Mike Bayer authored
-
- Nov 10, 2010
-
-
Mike Bayer authored
are considered "undefined", meaning they are pulled from the context, has been trimmed back to not include variables declared inside of expressions (i.e. from list comprehensions), as well as in the argument list of lambdas. This to better support the strict_undefined feature.
-
Mike Bayer authored
strict_undefined=True, will cause variables not found in the context to raise a NameError immediately, instead of defaulting to the UNDEFINED value.
-
- Oct 24, 2010
-
-
Mike Bayer authored
-
- Oct 20, 2010
-
-
Mike Bayer authored
This to support GAE which can't run markupsafe. [ticket:151] No idea whatsoever if the install_requires in setup.py also breaks GAE, couldn't get an answer on this.
-
- Sep 02, 2010
-
-
Mike Bayer authored
doesn't occur on Python 2.7
-
- Aug 11, 2010
-
-
Mike Bayer authored
such as <%foo:bar x="${...}">, now allow multiline Python expressions.
-
- Jul 13, 2010
-
-
Mike Bayer authored
-
- Jun 30, 2010
-
-
Mike Bayer authored
-
Mike Bayer authored
for the `file` argument, i.e. with ${}. The `context` variable, if needed, must be referenced explicitly. [ticket:141] - Fixed previously non-covered regular expression, such that using a ${} expression inside of a tag element that doesn't allow them raises a CompileException instead of silently failing.
-
- Jun 22, 2010
-
-
Mike Bayer authored
-
Mike Bayer authored
-
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.
-
Mike Bayer authored
-
Mike Bayer authored
-
Mike Bayer authored
-
Mike Bayer authored
exceptions.text_error_template which is not Py3k compatible. [ticket:137]
-