summaryrefslogtreecommitdiff
path: root/mako/runtime.py
Commit message (Expand)AuthorAgeFilesLines
* Modernize codeworkflow_test_initial_1_2Federico Caselli2021-10-231-13/+13
* happy new yearMike Bayer2020-01-051-1/+1
* Bump Python versions, remove conditional importsMike Bayer2019-07-271-9/+10
* - update copyrightMike Bayer2019-05-311-1/+1
* Use tox / zimportsMike Bayer2019-05-311-66/+117
* Add include_error_handler parameter.Huayi Zhang2016-11-081-1/+10
* - happy new yearMike Bayer2016-03-101-1/+1
* - get flake8 to pass fully for mako/ (tests are a much bigger deal)Mike Bayer2015-03-251-38/+68
* Add STOP_RENDERING keyword; exiting of a template.Cody Taylor2015-03-241-0/+1
* happy new yearrel_1_0_1Mike Bayer2015-01-221-1/+1
* use reraise function for error_handlerdesignst2014-05-221-10/+3
* reraise more exception information if template error_handler is defineddesignst2014-05-211-3/+10
* - will now be 1.0Mike Bayer2014-04-281-12/+8
* - 2014Mike Bayer2014-01-091-1/+1
* - [bug] The Context.locals_() method becomes a private underscoredMike Bayer2013-08-031-8/+32
* - [bug] Using <%namespace import="*" module="somemodule"/> nowMike Bayer2013-08-031-6/+6
* update copyrightMike Bayer2013-08-031-1/+1
* - add static dependencies exampleMike Bayer2012-11-251-2/+7
* py2.5 worksMike Bayer2012-11-111-5/+5
* - first pass at running a py3k compatible base in py2k as well.Mike Bayer2012-11-111-22/+34
* epic trailing whitespace removalMike Bayer2012-07-071-82/+82
* Add some `reStructuredText` (or `Sphinx` related) markups:Vincent Férotin2012-05-141-30/+32
* Fix some various typos in documentation:Vincent Férotin2012-05-141-59/+59
* - add a path to disable the loop feature - enable_loop=FalseMike Bayer2012-03-291-1/+4
* Brought all modules into PEP 8 width complianceBenjamin Trofatter2012-03-241-2/+2
* - apply the #125 patchMike Bayer2012-03-241-3/+114
* - [bug] Fixed endless recursion bug whenMike Bayer2012-03-081-1/+5
* 2012Mike Bayer2012-01-161-1/+1
* make it more clear about what "context" is called in a templateMike Bayer2011-12-051-1/+1
* - Template caching has been converted into a pluginMike Bayer2011-10-011-16/+2
* - the "ascii encoding by default" approach doesn't work in Py3K,Mike Bayer2011-02-211-3/+3
* - the keys() in the Context, as well asMike Bayer2011-02-201-10/+9
* - use inlined getargspecMike Bayer2011-02-201-2/+2
* got all tests to pass againMike Bayer2011-02-201-12/+32
* moving around getargs and such, have a recursion error in one test not figure...Mike Bayer2011-02-191-66/+107
* step 1, three separate classes, new magic numberMike Bayer2011-02-191-25/+50
* - add AUTHORS fileMike Bayer2011-02-191-2/+2
* - now that trailing whitespace comes up in red, need to get rid of itMike Bayer2011-01-191-88/+88
* cleanuprel_0_3_6Mike Bayer2010-11-131-12/+27
* - more cleanupMike Bayer2010-11-131-29/+132
* looks goodMike Bayer2010-11-121-13/+70
* - Calling a def from the top, viarel_0_3_2Mike Bayer2010-03-111-3/+18
* - added docs for supports_caller() as well as runtime.py capture(), [ticket:124]Mike Bayer2010-03-051-9/+30
* - The <%page args> tag can now be used in a baseMike Bayer2010-03-051-1/+2
* - RichTraceback(), html_error_template().render(),Mike Bayer2010-03-051-1/+4
* - merged -r481:499 of py3k branch.Mike Bayer2010-03-041-14/+27
* - ensure lru threading test doesn't runMike Bayer2010-03-021-1/+4
* move lib/mako to makoMike Bayer2010-02-051-0/+419