summaryrefslogtreecommitdiff
path: root/mako/codegen.py
Commit message (Expand)AuthorAgeFilesLines
* - 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
* - Now using MarkupSafe for HTML escaping,Mike Bayer2010-06-221-3/+9
* - defs declared within a <%namespace> section, anMike Bayer2010-03-051-15/+36
* - Template accepts empty control structure, i.e.Mike Bayer2010-03-051-65/+193
* - merged -r481:499 of py3k branch.Mike Bayer2010-03-041-2/+11
* use builtin set() completelyMike Bayer2010-03-021-10/+10
* - ensure lru threading test doesn't runMike Bayer2010-03-021-6/+6
* move lib/mako to makoMike Bayer2010-02-051-0/+765