| Commit message (Expand) | Author | Age | Files | Lines |
| * | happy new year | Mike Bayer | 2020-01-05 | 1 | -1/+1 |
| * | Bump Python versions, remove conditional imports | Mike Bayer | 2019-07-27 | 1 | -1/+2 |
| * | Support n filter in the page tag | Martin von Gagern | 2019-07-08 | 1 | -1/+1 |
| * | Correctly track line numbers for multi-line code blocks | Martin von Gagern | 2019-07-01 | 1 | -4/+4 |
| * | - update copyright | Mike Bayer | 2019-05-31 | 1 | -1/+1 |
| * | Use tox / zimports | Mike Bayer | 2019-05-31 | 1 | -319/+381 |
| * | - happy new year | Mike Bayer | 2016-03-10 | 1 | -1/+1 |
| * | - get flake8 to pass fully for mako/ (tests are a much bigger deal) | Mike Bayer | 2015-03-25 | 1 | -216/+232 |
| * | - ensure that STOP_RENDERING is set up everywhere it needs to be | Mike Bayer | 2015-03-25 | 1 | -2/+3 |
| * | Add STOP_RENDERING keyword; exiting of a template. | Cody Taylor | 2015-03-24 | 1 | -1/+2 |
| * | happy new yearrel_1_0_1 | Mike Bayer | 2015-01-22 | 1 | -1/+1 |
| * | - correct some misconceptions in how the new lineno thing was built; | Mike Bayer | 2014-06-08 | 1 | -2/+2 |
| * | - fix the line number scheme to be consistently 1-based, both | Mike Bayer | 2014-05-21 | 1 | -0/+1 |
| * | Merge branch 'w_json_metadata' | Mike Bayer | 2014-04-28 | 1 | -20/+32 |
| |\ |
|
| | * | - improve the line counting to take place in the printer; the state | Mike Bayer | 2014-03-14 | 1 | -31/+11 |
| | * | - Template modules now generate a JSON "metadata" structure at the bottom | Mike Bayer | 2014-03-14 | 1 | -5/+37 |
| * | | - will now be 1.0 | Mike Bayer | 2014-04-28 | 1 | -60/+62 |
| |/ |
|
| * | Support Python 3's keyword-only arguments. | Eevee (Alex Munroe) | 2014-02-11 | 1 | -2/+2 |
| * | - 2014 | Mike Bayer | 2014-01-09 | 1 | -1/+1 |
| * | Use "coding:" instead of "encoding:" to specify file encoding | Martin Geisler | 2013-08-28 | 1 | -1/+1 |
| * | - [bug] The Context.locals_() method becomes a private underscored | Mike Bayer | 2013-08-03 | 1 | -2/+2 |
| * | update copyright | Mike Bayer | 2013-08-03 | 1 | -1/+1 |
| * | - [bug] Change default for compile()->reserved_names | Mike Bayer | 2013-02-15 | 1 | -1/+1 |
| * | - [feature] Added lexer_cls argument to Template, | Mike Bayer | 2012-11-12 | 1 | -2/+0 |
| * | - guess you need compat.py huh | Mike Bayer | 2012-11-11 | 1 | -11/+11 |
| * | - first pass at running a py3k compatible base in py2k as well. | Mike Bayer | 2012-11-11 | 1 | -15/+17 |
| * | Removed unnecessary FIXME comment. | Benjamin Trofatter | 2012-11-10 | 1 | -1/+0 |
| * | Added futures support to mako | Benjamin Trofatter | 2012-11-09 | 1 | -0/+8 |
| * | - [bug] Fixed the "filter" attribute of the | Mike Bayer | 2012-08-29 | 1 | -3/+9 |
| * | epic trailing whitespace removal | Mike Bayer | 2012-07-07 | 1 | -194/+194 |
| * | - add the final patch for #146 | Mike Bayer | 2012-04-06 | 1 | -8/+11 |
| * | - [feature] Control lines with no bodies will | Mike Bayer | 2012-04-03 | 1 | -2/+11 |
| * | - UNDEFINED is a reserved word too, fix docs, add testsrel_0_7_0 | Mike Bayer | 2012-03-30 | 1 | -1/+1 |
| * | - merge the mako-loop branch, bump to 0.7 | Mike Bayer | 2012-03-29 | 1 | -76/+216 |
| |\ |
|
| | * | - add a path to disable the loop feature - enable_loop=False | Mike Bayer | 2012-03-29 | 1 | -5/+15 |
| | * | Brought all modules into PEP 8 width compliance | Benjamin Trofatter | 2012-03-24 | 1 | -75/+114 |
| | * | - apply the #125 patch | Mike Bayer | 2012-03-24 | 1 | -11/+99 |
| * | | - [feature] Added class-level flag to CacheImpl | Mike Bayer | 2012-03-24 | 1 | -2/+2 |
| |/ |
|
| * | - [bug] Fixed endless recursion bug when | Mike Bayer | 2012-03-08 | 1 | -4/+4 |
| * | get_and_replace is wrong, for now changed to get_or_create like dogpile.cache | Mike Bayer | 2012-01-18 | 1 | -2/+2 |
| * | 2012 | Mike Bayer | 2012-01-16 | 1 | -1/+1 |
| * | - [feature/bug] Can now refer to context variables | Mike Bayer | 2012-01-16 | 1 | -2/+6 |
| * | - Template caching has been converted into a plugin | Mike Bayer | 2011-10-01 | 1 | -32/+34 |
| * | - Fixed bug regarding <%call>/def calls w/ contentrel_0_4_2 | Mike Bayer | 2011-08-05 | 1 | -2/+2 |
| * | - New tag: <%block>. A variant on <%def> that | Mike Bayer | 2011-04-06 | 1 | -27/+99 |
| * | step 1, three separate classes, new magic number | Mike Bayer | 2011-02-19 | 1 | -9/+30 |
| * | - add AUTHORS file | Mike Bayer | 2011-02-19 | 1 | -2/+2 |
| * | - now that trailing whitespace comes up in red, need to get rid of it | Mike Bayer | 2011-01-19 | 1 | -101/+101 |
| * | - New flag on Template, TemplateLookup - | Mike Bayer | 2010-11-09 | 1 | -7/+36 |
| * | - Now using MarkupSafe for HTML escaping, | Mike Bayer | 2010-06-22 | 1 | -3/+9 |