summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-03-21- filename context added to template call in mako-render,upstream/rel_0_8_0Mike Bayer
2013-03-21- will call this 0.8.0Mike Bayer
2013-03-21changelogMike Bayer
2013-03-21merge defaultMike Bayer
2013-03-21- remove erroneous html_escape line that bypasses markupsafeMike Bayer
2013-03-21legacy_html_escape use string replace, which is faster than regexXie Shi
2013-02-20- [bug] Fixed bug whereby an exception in Python 3Mike Bayer
2013-02-15- [bug] Change default for compile()->reserved_namesMike Bayer
2012-12-21fix doc example which illustrated "file" instead of "filename", [ticket:206]Mike Bayer
2012-11-25- add static dependencies exampleMike Bayer
2012-11-12- get the pygments install to be easily switched on/offMike Bayer
2012-11-12- [feature] Added lexer_cls argument to Template,Mike Bayer
2012-11-11fixMike Bayer
2012-11-11changelogMike Bayer
2012-11-11I'm seeing exec() as a function having the same behavior here from 2.4 to 3.3.Mike Bayer
2012-11-11- guess you need compat.py huhMike Bayer
2012-11-112.4-3.3 pass in placeMike Bayer
2012-11-11py2.5 worksMike Bayer
2012-11-11all tests pass on py3k and py2.7. py2.5/2.4 nextMike Bayer
2012-11-11- first pass at running a py3k compatible base in py2k as well.Mike Bayer
2012-11-10- version bumpMike Bayer
2012-11-10Removed unnecessary FIXME comment.Benjamin Trofatter
2012-11-10Finalized future_imports feature.Benjamin Trofatter
2012-11-09Fixed error wherein the default for futures in TemplateLookup was set to False.Benjamin Trofatter
2012-11-09Added futures support to makoBenjamin Trofatter
2012-11-07Added tag rel_0_7_3 for changeset b47783ace365e77d397578e90d74d96463c97a2bMike Bayer
2012-11-02- [bug] legacy_html_escape function, used whenupstream/rel_0_7_3Mike Bayer
2012-09-22gittip link for rtdMike Bayer
2012-09-16- [bug] Fixed bug in plugin loader to correctlyMike Bayer
2012-09-05- forgot to make the decorators decorateMike Bayer
2012-09-05- clean up test exclusionsMike Bayer
2012-09-02- add a skip for pypyMike Bayer
2012-08-29- [bug] Fixed the "filter" attribute of theMike Bayer
2012-08-29- [bug] Fixed Py3K bug in the Babel extension.Mike Bayer
2012-08-03- [bug] AST supporting now supports tuple-packedMike Bayer
2012-07-20Added tag rel_0_7_2 for changeset f563f8782d1d222c46f3fedb3612d53f7a927706Mike Bayer
2012-07-20- [bug] Fixed regression in 0.7.1 where ASTupstream/rel_0_7_2Mike Bayer
2012-07-16fix the tags in genindex, add xmlnsMike Bayer
2012-07-08Added tag rel_0_7_1 for changeset c520887e5dd149abc8567037bef2d3670c3749a2Mike Bayer
2012-07-07- these don't need to be switched for py3kupstream/rel_0_7_1Mike Bayer
2012-07-07- [bug] Fixed some long-broken scoping behaviorMike Bayer
2012-07-07- pep8 + modernizeMike Bayer
2012-07-07- [bug] Can now use strict_undefined at theMike Bayer
2012-07-07epic trailing whitespace removalMike Bayer
2012-07-07pep8, use eq_, assert_raisesMike Bayer
2012-05-16i cant get this link to work via intersphinxMike Bayer
2012-05-16typoMike Bayer
2012-05-14Add paragraph-level version information markup from SphinxVincent Férotin
2012-05-14Uniformise ``.. sourcecode::`` indentations.Vincent Férotin
2012-05-14Uniformise documentation sections titles style:Vincent Férotin