aboutsummaryrefslogtreecommitdiffstats
path: root/mako
Commit message (Expand)AuthorAgeFilesLines
* 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
* docstringsMike Bayer2010-11-122-2/+107
* - initial sphinx buildout. only includes "usage" so far, needs more work.Mike Bayer2010-11-122-42/+71
* - The range of Python identifiers thatMike Bayer2010-11-102-10/+40
* - New flag on Template, TemplateLookup -Mike Bayer2010-11-094-11/+46
* - Added a try/except around "import markupsafe".rel_0_3_5Mike Bayer2010-10-201-4/+8
* - adjust the new multiline ${} in tag feature to allow trailing whitespace,Mike Bayer2010-09-021-7/+10
* - ${} expressions embedded in tags,Mike Bayer2010-08-112-3/+3
* - The <%namespace> tag allows expressionsMike Bayer2010-06-301-3/+3
* - Now using MarkupSafe for HTML escaping,Mike Bayer2010-06-223-7/+25
* - Fixed call to "unicode.strip" inMike Bayer2010-06-222-2/+2
* - Added conditional to RichTracebackMike Bayer2010-05-311-33/+44
* - When a .py is being created, the tempfileMike Bayer2010-04-281-1/+5
* - Fixed error formatting when a stacktraceMike Bayer2010-04-171-0/+2
* - Fixed broken @property decorator onMike Bayer2010-04-131-1/+0
* - Fixed sometimes incorrect usage ofMike Bayer2010-03-243-13/+33
* - Calling a def from the top, viarel_0_3_2Mike Bayer2010-03-112-4/+19
* 0.3.1Mike Bayer2010-03-071-1/+1
* - TemplateLookup raises TopLevelLookupException forMike Bayer2010-03-051-1/+1
* - Windows paths are handled correctly if a TemplateMike Bayer2010-03-051-35/+41
* - defs declared within a <%namespace> section, anMike Bayer2010-03-051-15/+36