summaryrefslogtreecommitdiff
path: root/mako/template.py
Commit message (Expand)AuthorAgeFilesLines
* - 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
* - Windows paths are handled correctly if a TemplateMike Bayer2010-03-051-35/+41
* - merged -r481:499 of py3k branch.Mike Bayer2010-03-041-10/+16
* - ensure lru threading test doesn't runMike Bayer2010-03-021-2/+6
* move lib/mako to makoMike Bayer2010-02-051-0/+392