- Jan 10, 2014
-
-
Mike Bayer authored
- move CHANGES to changelog.rst
-
- Jan 09, 2014
-
-
Mike Bayer authored
- changelog for pullreq #2
-
- Dec 24, 2013
-
-
Mike Bayer authored
-
- Oct 08, 2013
-
-
Mike Bayer authored
- fix test to work under py3.2
-
- Oct 01, 2013
-
-
Mike Bayer authored
which looked like "#*" from being correctly parsed. [ticket:224]
-
- Sep 10, 2013
-
-
Mike Bayer authored
- [bug] Fixed an AST issue that was preventing correct operation under alpha versions of Python 3.4. Pullreq courtesy Zer0-.
-
- Aug 28, 2013
-
-
Mike Bayer authored
- version bump 0.9.1
-
- Aug 04, 2013
-
-
Mike Bayer authored
- other 2.4 ism
-
- Aug 03, 2013
-
-
Mike Bayer authored
method, as this method has a specific internal use. The purpose of Context.kwargs has been clarified, in that it only delivers top level keyword arguments originally passed to template.render(). [ticket:219]
-
Mike Bayer authored
interpreted correctly within a template tag. [ticket:190]
-
Mike Bayer authored
skips over module elements that are not explcitly callable, avoiding TypeError when trying to produce partials. [ticket:207]
-
Mike Bayer authored
-
Mike Bayer authored
-
Mike Bayer authored
- guess this is 0.9.0
-
- 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]
-
- Apr 15, 2013
-
-
Mike Bayer authored
converted for py3k properly (added tests.) [ticket:214]
-
- Apr 14, 2013
-
-
Mike Bayer authored
file warnings when running the tests under various Pythons with warnings turned on. [ticket:213]
-
Mike Bayer authored
compatible with Py3k. [ticket:212]
-
- Mar 21, 2013
-
-
Mike Bayer authored
- add gpg sig
-
Mike Bayer authored
-
- Feb 21, 2013
-
-
Mike Bayer authored
against a module compiled to the filesystem would fail trying to produce a RichTraceback due to the content being in bytes. [ticket:209]
-
- Feb 15, 2013
-
-
Mike Bayer authored
from tuple to frozenset, as this is expected to be a set by default. [ticket:208]
-
- Nov 12, 2012
-
-
Mike Bayer authored
TemplateLookup, allows alternate Lexer classes to be used.
-
- Nov 11, 2012
-
-
Mike Bayer authored
-
- Nov 10, 2012
-
-
Mike Bayer authored
- changelog
-
- Nov 02, 2012
-
-
Mike Bayer authored
Markupsafe isn't installed, was using an inline-compiled regexp which causes major slowdowns on Python 3.3; is now precompiled.
-
- Sep 16, 2012
-
-
Mike Bayer authored
raise exception when non-existent plugin is specified.
-
- Aug 30, 2012
-
-
Mike Bayer authored
<%text> tag so that it pulls locally specified identifiers from the context the same way as that of <%block> and <%filter>.
-
- Aug 29, 2012
-
-
Mike Bayer authored
-
- Aug 03, 2012
-
-
Mike Bayer authored
function arguments inside pure-python def or lambda expressions. [ticket:201]
-
- Jul 20, 2012
-
-
Mike Bayer authored
parsing for Py2.4 was broken. [ticket:193]
-
- Jul 08, 2012
-
-
Mike Bayer authored
involving variables declared in defs and such, which only became apparent when the strict_undefined flag was turned on. [ticket:192]
-
Mike Bayer authored
same time args passed to def() are used by other elements of the <%def> tag. [ticket:191]
-
Mike Bayer authored
-
- Apr 03, 2012
-
-
Mike Bayer authored
now succeed, as "pass" is added for these when no statements are otherwise present. Courtesy Ben Trofatter [ticket:146]
-
- Mar 30, 2012
-
-
Mike Bayer authored
-
Mike Bayer authored
- fix up links, formatting in docs - remove some repetition in the _compile logic
-
- Mar 24, 2012
-
-
Mike Bayer authored
"pass_context"; when True, the keyword argument 'context' will be passed to get_or_create() containing the Mako Context object. [ticket:185]
-
Mike Bayer authored
- changelog
-
Mike Bayer authored
-