| Commit message (Expand) | Author | Age | Files | Lines |
| * | undo all that pkg_resources crap and just cache what we get from iter_entry_p... | Mike Bayer | 2011-10-02 | 2 | -76/+34 |
| * | install extreme hoops for pkg_resources and I'm starting to wonder if | Mike Bayer | 2011-10-01 | 2 | -9/+25 |
| * | pkg_resources hoops | Mike Bayer | 2011-10-01 | 2 | -5/+39 |
| * | need this too | Mike Bayer | 2011-10-01 | 1 | -0/+57 |
| * | - Template caching has been converted into a plugin | Mike Bayer | 2011-10-01 | 7 | -148/+299 |
| * | - A Template is explicitly disallowedrel_0_5_0 | Mike Bayer | 2011-09-27 | 3 | -8/+14 |
| * | - Fixed bug regarding <%call>/def calls w/ contentrel_0_4_2 | Mike Bayer | 2011-08-05 | 1 | -2/+2 |
| * | - Fixed the babel plugin to accommodate <%block> | Mike Bayer | 2011-07-08 | 2 | -1/+4 |
| * | - New tag: <%block>. A variant on <%def> that | Mike Bayer | 2011-04-06 | 2 | -27/+160 |
| * | - a slight adjustment to the "highlight" logic | Mike Bayer | 2011-03-22 | 2 | -3/+1 |
| * | - the "ascii encoding by default" approach doesn't work in Py3K, | Mike Bayer | 2011-02-21 | 3 | -10/+36 |
| * | - fix uncovered bug in FastEncodingBuffer | Mike Bayer | 2011-02-21 | 4 | -6/+5 |
| * | - use the _uri_cache for adjust_uri(), as this is called each time | Mike Bayer | 2011-02-20 | 1 | -3/+8 |
| * | - use deque instead of list for FastEncodingBuffer | Mike Bayer | 2011-02-20 | 2 | -9/+14 |
| * | - the keys() in the Context, as well as | Mike Bayer | 2011-02-20 | 1 | -10/+9 |
| * | - use inlined getargspec | Mike Bayer | 2011-02-20 | 6 | -8/+34 |
| * | got all tests to pass again | Mike Bayer | 2011-02-20 | 2 | -15/+40 |
| * | moving around getargs and such, have a recursion error in one test not figure... | Mike Bayer | 2011-02-19 | 2 | -68/+119 |
| * | step 1, three separate classes, new magic number | Mike Bayer | 2011-02-19 | 2 | -34/+80 |
| * | - add AUTHORS file | Mike Bayer | 2011-02-19 | 20 | -27/+68 |
| * | - now that trailing whitespace comes up in red, need to get rid of it | Mike Bayer | 2011-01-19 | 16 | -521/+521 |
| * | cleanuprel_0_3_6 | Mike Bayer | 2010-11-13 | 3 | -24/+35 |
| * | - more cleanup | Mike Bayer | 2010-11-13 | 6 | -145/+349 |
| * | some long lines | Mike Bayer | 2010-11-13 | 1 | -16/+33 |
| * | - [ticket:98] for the pyparser module | Mike Bayer | 2010-11-13 | 1 | -96/+201 |
| * | - Patch to lexer to not generate an empty | Mike Bayer | 2010-11-12 | 1 | -1/+2 |
| * | - The Beaker import (or attempt thereof) | Mike Bayer | 2010-11-12 | 1 | -6/+14 |
| * | some more docstrings and I'm ready to go live | Mike Bayer | 2010-11-12 | 1 | -18/+49 |
| * | looks good | Mike Bayer | 2010-11-12 | 2 | -15/+72 |
| * | moving along | Mike Bayer | 2010-11-12 | 1 | -1/+1 |
| * | docstrings | Mike Bayer | 2010-11-12 | 2 | -2/+107 |
| * | - initial sphinx buildout. only includes "usage" so far, needs more work. | Mike Bayer | 2010-11-12 | 2 | -42/+71 |
| * | - The range of Python identifiers that | Mike Bayer | 2010-11-10 | 2 | -10/+40 |
| * | - New flag on Template, TemplateLookup - | Mike Bayer | 2010-11-09 | 4 | -11/+46 |
| * | - Added a try/except around "import markupsafe".rel_0_3_5 | Mike Bayer | 2010-10-20 | 1 | -4/+8 |
| * | - adjust the new multiline ${} in tag feature to allow trailing whitespace, | Mike Bayer | 2010-09-02 | 1 | -7/+10 |
| * | - ${} expressions embedded in tags, | Mike Bayer | 2010-08-11 | 2 | -3/+3 |
| * | - The <%namespace> tag allows expressions | Mike Bayer | 2010-06-30 | 1 | -3/+3 |
| * | - Now using MarkupSafe for HTML escaping, | Mike Bayer | 2010-06-22 | 3 | -7/+25 |
| * | - Fixed call to "unicode.strip" in | Mike Bayer | 2010-06-22 | 2 | -2/+2 |
| * | - Added conditional to RichTraceback | Mike Bayer | 2010-05-31 | 1 | -33/+44 |
| * | - When a .py is being created, the tempfile | Mike Bayer | 2010-04-28 | 1 | -1/+5 |
| * | - Fixed error formatting when a stacktrace | Mike Bayer | 2010-04-17 | 1 | -0/+2 |
| * | - Fixed broken @property decorator on | Mike Bayer | 2010-04-13 | 1 | -1/+0 |
| * | - Fixed sometimes incorrect usage of | Mike Bayer | 2010-03-24 | 3 | -13/+33 |
| * | - Calling a def from the top, viarel_0_3_2 | Mike Bayer | 2010-03-11 | 2 | -4/+19 |
| * | 0.3.1 | Mike Bayer | 2010-03-07 | 1 | -1/+1 |
| * | - TemplateLookup raises TopLevelLookupException for | Mike Bayer | 2010-03-05 | 1 | -1/+1 |
| * | - Windows paths are handled correctly if a Template | Mike Bayer | 2010-03-05 | 1 | -35/+41 |
| * | - defs declared within a <%namespace> section, an | Mike Bayer | 2010-03-05 | 1 | -15/+36 |