summaryrefslogtreecommitdiff
path: root/mako/codegen.py
Commit message (Expand)AuthorAgeFilesLines
* Modernize codeworkflow_test_initial_1_2Federico Caselli2021-10-231-20/+7
* happy new yearMike Bayer2020-01-051-1/+1
* Bump Python versions, remove conditional importsMike Bayer2019-07-271-1/+2
* Support n filter in the page tagMartin von Gagern2019-07-081-1/+1
* Correctly track line numbers for multi-line code blocksMartin von Gagern2019-07-011-4/+4
* - update copyrightMike Bayer2019-05-311-1/+1
* Use tox / zimportsMike Bayer2019-05-311-319/+381
* - 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-216/+232
* - ensure that STOP_RENDERING is set up everywhere it needs to beMike Bayer2015-03-251-2/+3
* Add STOP_RENDERING keyword; exiting of a template.Cody Taylor2015-03-241-1/+2
* happy new yearrel_1_0_1Mike Bayer2015-01-221-1/+1
* - correct some misconceptions in how the new lineno thing was built;Mike Bayer2014-06-081-2/+2
* - fix the line number scheme to be consistently 1-based, bothMike Bayer2014-05-211-0/+1
* Merge branch 'w_json_metadata'Mike Bayer2014-04-281-20/+32
|\
| * - improve the line counting to take place in the printer; the stateMike Bayer2014-03-141-31/+11
| * - Template modules now generate a JSON "metadata" structure at the bottomMike Bayer2014-03-141-5/+37
* | - will now be 1.0Mike Bayer2014-04-281-60/+62
|/
* Support Python 3's keyword-only arguments.Eevee (Alex Munroe)2014-02-111-2/+2
* - 2014Mike Bayer2014-01-091-1/+1
* Use "coding:" instead of "encoding:" to specify file encodingMartin Geisler2013-08-281-1/+1
* - [bug] The Context.locals_() method becomes a private underscoredMike Bayer2013-08-031-2/+2
* update copyrightMike Bayer2013-08-031-1/+1
* - [bug] Change default for compile()->reserved_namesMike Bayer2013-02-151-1/+1
* - [feature] Added lexer_cls argument to Template,Mike Bayer2012-11-121-2/+0
* - guess you need compat.py huhMike Bayer2012-11-111-11/+11
* - first pass at running a py3k compatible base in py2k as well.Mike Bayer2012-11-111-15/+17
* Removed unnecessary FIXME comment.Benjamin Trofatter2012-11-101-1/+0
* Added futures support to makoBenjamin Trofatter2012-11-091-0/+8
* - [bug] Fixed the "filter" attribute of theMike Bayer2012-08-291-3/+9
* epic trailing whitespace removalMike Bayer2012-07-071-194/+194
* - add the final patch for #146Mike Bayer2012-04-061-8/+11
* - [feature] Control lines with no bodies willMike Bayer2012-04-031-2/+11
* - UNDEFINED is a reserved word too, fix docs, add testsrel_0_7_0Mike Bayer2012-03-301-1/+1
* - merge the mako-loop branch, bump to 0.7Mike Bayer2012-03-291-76/+216
|\
| * - add a path to disable the loop feature - enable_loop=FalseMike Bayer2012-03-291-5/+15
| * Brought all modules into PEP 8 width complianceBenjamin Trofatter2012-03-241-75/+114
| * - apply the #125 patchMike Bayer2012-03-241-11/+99
* | - [feature] Added class-level flag to CacheImplMike Bayer2012-03-241-2/+2
|/
* - [bug] Fixed endless recursion bug whenMike Bayer2012-03-081-4/+4
* get_and_replace is wrong, for now changed to get_or_create like dogpile.cacheMike Bayer2012-01-181-2/+2
* 2012Mike Bayer2012-01-161-1/+1
* - [feature/bug] Can now refer to context variablesMike Bayer2012-01-161-2/+6
* - Template caching has been converted into a pluginMike Bayer2011-10-011-32/+34
* - Fixed bug regarding <%call>/def calls w/ contentrel_0_4_2Mike Bayer2011-08-051-2/+2
* - New tag: <%block>. A variant on <%def> thatMike Bayer2011-04-061-27/+99
* step 1, three separate classes, new magic numberMike Bayer2011-02-191-9/+30
* - 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-101/+101
* - New flag on Template, TemplateLookup -Mike Bayer2010-11-091-7/+36