summaryrefslogtreecommitdiff
path: root/mako/template.py
Commit message (Expand)AuthorAgeFilesLines
* happy new year 2023HEADmainMike Bayer2023-01-031-1/+1
* happy new yearMike Bayer2022-06-301-1/+1
* update black and formatFederico Caselli2021-10-251-12/+10
* Refactoring CodeFederico Caselli2021-10-251-15/+11
* more code updatesMike Bayer2021-10-251-23/+5
* Modernize codeworkflow_test_initial_1_2Federico Caselli2021-10-231-49/+12
* Avoid warnings under Python 3.10Petr Viktorin2021-01-141-3/+0
* happy new yearMike Bayer2020-01-051-9/+9
* Bump Python versions, remove conditional importsMike Bayer2019-07-271-1/+2
* 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