aboutsummaryrefslogtreecommitdiffstats
path: root/mako/template.py
Commit message (Expand)AuthorAgeFilesLines
* Include URI in traceback if filename is unknownMartin von Gagern2019-07-081-3/+6
* - update copyrightMike Bayer2019-05-311-1/+1
* Use tox / zimportsMike Bayer2019-05-311-161/+191
* Marked some docstrings as raw strings to address the invalid escape warning o...Yannick Gingras2017-05-101-1/+1
* Add include_error_handler parameter.Huayi Zhang2016-11-081-1/+21
* - happy new yearMike Bayer2016-03-101-1/+1
* - changelog for pr 16Mike Bayer2016-03-091-2/+6
* Merge branch 'feature-list_defs' of https://bitbucket.org/jvanasco/mako into ...Mike Bayer2016-03-091-0/+4
|\
| * added `Template.list_defs`jonathan vanasco2015-03-111-0/+4
* | - get flake8 to pass fully for mako/ (tests are a much bigger deal)Mike Bayer2015-03-251-120/+133
|/
* happy new yearrel_1_0_1Mike Bayer2015-01-221-1/+1
* - fix the line number scheme to be consistently 1-based, bothMike Bayer2014-05-211-11/+8
* - ensure all line numbers are integersMike Bayer2014-05-201-1/+3
* - add module source thing as ModuleInfo.get_module_source_metadataMike Bayer2014-04-141-0/+20
* - 2014Mike Bayer2014-01-091-1/+1
* update copyrightMike Bayer2013-08-031-1/+1
* - [bug] Cleaned up all the various deprecation/Mike Bayer2013-04-131-2/+2
* - [bug] Fixed bug whereby an exception in Python 3Mike Bayer2013-02-201-1/+1
* fix doc example which illustrated "file" instead of "filename", [ticket:206]Mike Bayer2012-12-211-1/+1
* - [feature] Added lexer_cls argument to Template,Mike Bayer2012-11-121-6/+18
* I'm seeing exec() as a function having the same behavior here from 2.4 to 3.3.Mike Bayer2012-11-111-1/+2
* py2.5 worksMike Bayer2012-11-111-1/+4
* - first pass at running a py3k compatible base in py2k as well.Mike Bayer2012-11-111-11/+18
* Finalized future_imports feature.Benjamin Trofatter2012-11-101-4/+13
* Added futures support to makoBenjamin Trofatter2012-11-091-1/+5
* epic trailing whitespace removalMike Bayer2012-07-071-104/+104
* Add paragraph-level version information markup from SphinxVincent Férotin2012-05-141-9/+22
* Add some `reStructuredText` (or `Sphinx` related) markups:Vincent Férotin2012-05-141-46/+48
* Fix some various typos in documentation:Vincent Férotin2012-05-141-48/+48
* - add a path to disable the loop feature - enable_loop=FalseMike Bayer2012-03-291-24/+27
* - apply the #125 patchMike Bayer2012-03-241-3/+9
* - [bug] Fixed some Py3K resource warnings dueMike Bayer2012-02-211-10/+13
* - [feature] Added module_writer argument to Template,Mike Bayer2012-01-161-12/+52
* 2012Mike Bayer2012-01-161-1/+1
* - Template caching has been converted into a pluginMike Bayer2011-10-011-22/+63
* - A Template is explicitly disallowedrel_0_5_0Mike Bayer2011-09-271-6/+12
* - the "ascii encoding by default" approach doesn't work in Py3K,Mike Bayer2011-02-211-6/+30
* - fix uncovered bug in FastEncodingBufferMike Bayer2011-02-211-2/+2
* - use inlined getargspecMike Bayer2011-02-201-2/+5
* - add AUTHORS fileMike Bayer2011-02-191-3/+2
* - now that trailing whitespace comes up in red, need to get rid of itMike Bayer2011-01-191-64/+64
* - more cleanupMike Bayer2010-11-131-45/+54
* some more docstrings and I'm ready to go liveMike Bayer2010-11-121-18/+49
* moving alongMike Bayer2010-11-121-1/+1
* docstringsMike Bayer2010-11-121-1/+2
* - initial sphinx buildout. only includes "usage" so far, needs more work.Mike Bayer2010-11-121-17/+69
* - New flag on Template, TemplateLookup -Mike Bayer2010-11-091-3/+7
* - Now using MarkupSafe for HTML escaping,Mike Bayer2010-06-221-2/+4
* - When a .py is being created, the tempfileMike Bayer2010-04-281-1/+5
* - Fixed broken @property decorator onMike Bayer2010-04-131-1/+0