aboutsummaryrefslogtreecommitdiffstats
path: root/mako
Commit message (Expand)AuthorAgeFilesLines
* - [feature] Added class-level flag to CacheImplMike Bayer2012-03-242-10/+22
* - [feature] The html_error_template() will nowMike Bayer2012-03-122-16/+68
* - [feature] Added support for context managers,Mike Bayer2012-03-123-2/+4
* - [bug] Fixed endless recursion bug whenMike Bayer2012-03-082-5/+9
* - [bug] Fixed some Py3K resource warnings dueMike Bayer2012-02-213-11/+30
* Fix for [ticket:20] and [ticket:86] much thanks to EeveeMike Bayer2012-02-022-21/+22
* 0.6.1rel_0_6_1Mike Bayer2012-01-281-1/+1
* - [bug] Added special compatibility for the 0.5.0Mike Bayer2012-01-281-1/+5
* wrong version hereMike Bayer2012-01-211-1/+1
* - [feature] Added support for Beaker cache regionsMike Bayer2012-01-211-3/+16
* rename 'put' to 'set'Mike Bayer2012-01-191-3/+10
* get_and_replace is wrong, for now changed to get_or_create like dogpile.cacheMike Bayer2012-01-183-6/+6
* move _load_impl down in __init__ so impls can get at thingsMike Bayer2012-01-181-1/+1
* - [feature] Added module_writer argument to Template,Mike Bayer2012-01-162-12/+54
* - [bug] Added "white-space:pre" style to html_error_template()Mike Bayer2012-01-161-0/+2
* - [bug] The exception message in the html_error_templateMike Bayer2012-01-161-1/+1
* 2012Mike Bayer2012-01-1620-20/+20
* - [feature/bug] Can now refer to context variablesMike Bayer2012-01-163-6/+18
* propagate cache_impl from lookup to template , #179Mike Bayer2012-01-111-0/+1
* make it more clear about what "context" is called in a templateMike Bayer2011-12-051-1/+1
* undo all that pkg_resources crap and just cache what we get from iter_entry_p...Mike Bayer2011-10-022-76/+34
* install extreme hoops for pkg_resources and I'm starting to wonder ifMike Bayer2011-10-012-9/+25
* pkg_resources hoopsMike Bayer2011-10-012-5/+39
* need this tooMike Bayer2011-10-011-0/+57
* - Template caching has been converted into a pluginMike Bayer2011-10-017-148/+299
* - A Template is explicitly disallowedrel_0_5_0Mike Bayer2011-09-273-8/+14
* - Fixed bug regarding <%call>/def calls w/ contentrel_0_4_2Mike Bayer2011-08-051-2/+2
* - Fixed the babel plugin to accommodate <%block>Mike Bayer2011-07-082-1/+4
* - New tag: <%block>. A variant on <%def> thatMike Bayer2011-04-062-27/+160
* - a slight adjustment to the "highlight" logicMike Bayer2011-03-222-3/+1
* - the "ascii encoding by default" approach doesn't work in Py3K,Mike Bayer2011-02-213-10/+36
* - fix uncovered bug in FastEncodingBufferMike Bayer2011-02-214-6/+5
* - use the _uri_cache for adjust_uri(), as this is called each timeMike Bayer2011-02-201-3/+8
* - use deque instead of list for FastEncodingBufferMike Bayer2011-02-202-9/+14
* - the keys() in the Context, as well asMike Bayer2011-02-201-10/+9
* - use inlined getargspecMike Bayer2011-02-206-8/+34
* got all tests to pass againMike Bayer2011-02-202-15/+40
* moving around getargs and such, have a recursion error in one test not figure...Mike Bayer2011-02-192-68/+119
* step 1, three separate classes, new magic numberMike Bayer2011-02-192-34/+80
* - add AUTHORS fileMike Bayer2011-02-1920-27/+68
* - now that trailing whitespace comes up in red, need to get rid of itMike Bayer2011-01-1916-521/+521
* cleanuprel_0_3_6Mike Bayer2010-11-133-24/+35
* - more cleanupMike Bayer2010-11-136-145/+349
* some long linesMike Bayer2010-11-131-16/+33
* - [ticket:98] for the pyparser moduleMike Bayer2010-11-131-96/+201
* - Patch to lexer to not generate an emptyMike Bayer2010-11-121-1/+2
* - The Beaker import (or attempt thereof)Mike Bayer2010-11-121-6/+14
* some more docstrings and I'm ready to go liveMike Bayer2010-11-121-18/+49
* looks goodMike Bayer2010-11-122-15/+72
* moving alongMike Bayer2010-11-121-1/+1