python-mako 0.3.4
A python templating language
Packager: Fethican Coşkuner
License: MIT
Actions
Binary packages
Release history
Release | Release date | Version | Updater | Comment |
---|---|---|---|---|
3 | 2010-09-02 | 0.3.4 | Fethican Coşkuner | Version bump; * Unit tests now run with nose. * Python 3 support is added ! See README.py3k . * Now using MarkupSafe for HTML escaping. * Split docs. |
2 | 2009-10-02 | 0.2.5 | Fethican Coşkuner | - Added a "decorator" kw argument to <%def>, allows custom decoration functions to wrap rendering callables. - When Mako creates subdirectories in which to store templates, it uses the more permissive mode of 0775 instead of 0750, helping out with certain multi-process scenarios. - Added last_modified accessor to Template, returns the time.time() when the module was created. - Fixed lexing support for whitespace around '=' sign in defs. |
1 | 2009-07-30 | 0.2.4 | Fethican Coşkuner | First release. |