aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGES
Commit message (Collapse)AuthorAgeFilesLines
* - 2014Mike Bayer2014-01-091-940/+9
| | | | - move CHANGES to changelog.rst
* - 0.9.2Mike Bayer2014-01-091-0/+10
| | | | - changelog for pullreq #2
* - changelog for [ticket:225]Mike Bayer2013-12-241-0/+4
|
* - changelogMike Bayer2013-10-081-0/+3
| | | | - fix test to work under py3.2
* - [bug] Fixed issue where an old lexer rule prevented a template lineMike Bayer2013-10-011-0/+3
| | | | which looked like "#*" from being correctly parsed. [ticket:224]
* - changelogMike Bayer2013-09-101-0/+3
| | | | | - [bug] Fixed an AST issue that was preventing correct operation under alpha versions of Python 3.4. Pullreq courtesy Zer0-.
* - changelog for Martin Geisler's coding/utf-8 fixesMike Bayer2013-08-281-0/+6
| | | | - version bump 0.9.1
* - fix #190 for py2.4rel_0_9_0Mike Bayer2013-08-041-1/+2
| | | | - other 2.4 ism
* - [bug] The Context.locals_() method becomes a private underscoredMike Bayer2013-08-031-0/+6
| | | | | | | 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]
* - [bug] Fixed Py3K bug where a "lambda" expression was notMike Bayer2013-08-031-0/+3
| | | | interpreted correctly within a template tag. [ticket:190]
* - [bug] Using <%namespace import="*" module="somemodule"/> nowMike Bayer2013-08-031-0/+5
| | | | | | skips over module elements that are not explcitly callable, avoiding TypeError when trying to produce partials. [ticket:207]
* there was a ticket!Mike Bayer2013-08-031-0/+1
|
* - [bug] The Babel plugin has been repaired to work on Python 3.Mike Bayer2013-08-031-0/+2
|
* - changelogMike Bayer2013-08-031-0/+8
| | | | - guess this is 0.9.0
* - [bug] Changed setup.py to skip installing markupsaferel_0_8_1Mike Bayer2013-05-241-0/+5
| | | | | | 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]
* - [bug] Fixed regression where "entity" filter wasn'tMike Bayer2013-04-151-0/+4
| | | | | converted for py3k properly (added tests.) [ticket:214]
* - [bug] Cleaned up all the various deprecation/Mike Bayer2013-04-131-0/+5
| | | | | | file warnings when running the tests under various Pythons with warnings turned on. [ticket:213]
* - [bug] Fixed bug where mako-render script wasn'tMike Bayer2013-04-131-0/+4
| | | | compatible with Py3k. [ticket:212]
* - will call this 0.8.0Mike Bayer2013-03-211-1/+1
| | | | - add gpg sig
* changelogMike Bayer2013-03-211-0/+5
|
* - [bug] Fixed bug whereby an exception in Python 3Mike Bayer2013-02-201-0/+5
| | | | | | against a module compiled to the filesystem would fail trying to produce a RichTraceback due to the content being in bytes. [ticket:209]
* - [bug] Change default for compile()->reserved_namesMike Bayer2013-02-151-0/+4
| | | | | from tuple to frozenset, as this is expected to be a set by default. [ticket:208]
* - [feature] Added lexer_cls argument to Template,Mike Bayer2012-11-121-0/+4
| | | | | TemplateLookup, allows alternate Lexer classes to be used.
* changelogMike Bayer2012-11-111-0/+3
|
* - version bumpMike Bayer2012-11-101-0/+5
| | | | - changelog
* - [bug] legacy_html_escape function, used whenrel_0_7_3Mike Bayer2012-11-021-0/+5
| | | | | | Markupsafe isn't installed, was using an inline-compiled regexp which causes major slowdowns on Python 3.3; is now precompiled.
* - [bug] Fixed bug in plugin loader to correctlyMike Bayer2012-09-161-0/+4
| | | | | raise exception when non-existent plugin is specified.
* - [bug] Fixed the "filter" attribute of theMike Bayer2012-08-291-0/+5
| | | | | | <%text> tag so that it pulls locally specified identifiers from the context the same way as that of <%block> and <%filter>.
* - [bug] Fixed Py3K bug in the Babel extension.Mike Bayer2012-08-291-0/+3
|
* - [bug] AST supporting now supports tuple-packedMike Bayer2012-08-031-0/+5
| | | | | function arguments inside pure-python def or lambda expressions. [ticket:201]
* - [bug] Fixed regression in 0.7.1 where ASTrel_0_7_2Mike Bayer2012-07-201-0/+5
| | | | | parsing for Py2.4 was broken. [ticket:193]
* - [bug] Fixed some long-broken scoping behaviorMike Bayer2012-07-071-0/+6
| | | | | | | involving variables declared in defs and such, which only became apparent when the strict_undefined flag was turned on. [ticket:192]
* - [bug] Can now use strict_undefined at theMike Bayer2012-07-071-0/+5
| | | | | | same time args passed to def() are used by other elements of the <%def> tag. [ticket:191]
* epic trailing whitespace removalMike Bayer2012-07-071-155/+155
|
* - [feature] Control lines with no bodies willMike Bayer2012-04-031-0/+6
| | | | | | now succeed, as "pass" is added for these when no statements are otherwise present. Courtesy Ben Trofatter [ticket:146]
* - UNDEFINED is a reserved word too, fix docs, add testsrel_0_7_0Mike Bayer2012-03-301-1/+1
|
* - merge the mako-loop branch, bump to 0.7Mike Bayer2012-03-291-1/+16
|\
| * - add a path to disable the loop feature - enable_loop=FalseMike Bayer2012-03-291-1/+4
| | | | | | | | | | - fix up links, formatting in docs - remove some repetition in the _compile logic
| * - apply the #125 patchMike Bayer2012-03-241-1/+13
| | | | | | | | - changelog
* | - [feature] Added class-level flag to CacheImplMike Bayer2012-03-241-0/+6
|/ | | | | | | "pass_context"; when True, the keyword argument 'context' will be passed to get_or_create() containing the Mako Context object. [ticket:185]
* oh we have his nameMike Bayer2012-03-241-1/+1
|
* changelogMike Bayer2012-03-241-0/+3
|
* - [feature] The html_error_template() will nowMike Bayer2012-03-121-0/+6
| | | | | | | apply Pygments highlighting to the source code displayed in the traceback, if Pygments if available. Courtesy Ben Trofatter [ticket:95]
* - [feature] Added support for context managers,Mike Bayer2012-03-121-0/+4
| | | | | i.e. "% with x as e:/ % endwith" support. Courtesy Ben Trofatter [ticket:147]
* - [bug] Fixed endless recursion bug whenMike Bayer2012-03-081-0/+4
| | | | | nesting multiple def-calls with content. Thanks to Jeff Dairiki. [ticket:186]
* - [bug] Fixed some Py3K resource warnings dueMike Bayer2012-02-211-0/+5
| | | | | to filehandles being implicitly closed. [ticket:182]
* Fix for [ticket:20] and [ticket:86] much thanks to EeveeMike Bayer2012-02-021-0/+6
|
* - [bug] Added special compatibility for the 0.5.0Mike Bayer2012-01-281-0/+6
| | | | | | Cache() constructor, which was preventing file version checks and not allowing Mako 0.6 to recompile the module files.
* - [bug] The "benchmark" example is now Python 3 compatiblerel_0_6_0Mike Bayer2012-01-211-0/+4
| | | | | (even though several of those old template libs aren't available on Py3K, so YMMV) [ticket:175]
* - [feature] Added support for Beaker cache regionsMike Bayer2012-01-211-0/+5
| | | | | | | | 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.