aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* - [feature] Added class-level flag to CacheImplMike Bayer2012-03-241-1/+15
* - [feature] The html_error_template() will nowMike Bayer2012-03-121-8/+57
* - [feature] Added support for context managers,Mike Bayer2012-03-121-0/+16
* - [bug] Fixed endless recursion bug whenMike Bayer2012-03-081-0/+11
* - [bug] Fixed some Py3K resource warnings dueMike Bayer2012-02-211-1/+13
* py3k fixesrel_0_6_2Mike Bayer2012-02-022-6/+20
* Fix for [ticket:20] and [ticket:86] much thanks to EeveeMike Bayer2012-02-021-0/+17
* - [feature] Added support for Beaker cache regionsMike Bayer2012-01-211-14/+58
* get_and_replace is wrong, for now changed to get_or_create like dogpile.cacheMike Bayer2012-01-181-2/+2
* - [feature] Added module_writer argument to Template,Mike Bayer2012-01-161-0/+21
* - [bug] The exception message in the html_error_templateMike Bayer2012-01-162-8/+24
* - [feature/bug] Can now refer to context variablesMike Bayer2012-01-162-3/+65
* propagate cache_impl from lookup to template , #179Mike Bayer2012-01-111-1/+12
* - Template caching has been converted into a pluginMike Bayer2011-10-011-22/+71
* - A Template is explicitly disallowedrel_0_5_0Mike Bayer2011-09-273-5/+50
* - Fixed bug regarding <%call>/def calls w/ contentrel_0_4_2Mike Bayer2011-08-051-0/+57
* - Fixed the babel plugin to accommodate <%block>Mike Bayer2011-07-082-6/+14
* - New tag: <%block>. A variant on <%def> thatMike Bayer2011-04-061-0/+569
* - py3k fixesrel_0_4_0Mike Bayer2011-02-213-3/+7
* - the "ascii encoding by default" approach doesn't work in Py3K,Mike Bayer2011-02-211-1/+5
* - fix uncovered bug in FastEncodingBufferMike Bayer2011-02-211-0/+29
* - use deque instead of list for FastEncodingBufferMike Bayer2011-02-201-0/+11
* - the keys() in the Context, as well asMike Bayer2011-02-201-4/+10
* - use inlined getargspecMike Bayer2011-02-202-7/+29
* got all tests to pass againMike Bayer2011-02-201-3/+1
* moving around getargs and such, have a recursion error in one test not figure...Mike Bayer2011-02-191-1/+3
* - now that trailing whitespace comes up in red, need to get rid of itMike Bayer2011-01-1921-352/+352
* run the lexer test through combination pytidy/manual cleanup, to atMike Bayer2010-11-162-216/+427
* - Patch to lexer to not generate an emptyMike Bayer2010-11-121-2/+2
* - The range of Python identifiers thatMike Bayer2010-11-102-0/+130
* - New flag on Template, TemplateLookup -Mike Bayer2010-11-092-2/+57
* - adjust the new multiline ${} in tag feature to allow trailing whitespace,Mike Bayer2010-09-021-1/+6
* - ${} expressions embedded in tags,Mike Bayer2010-08-111-3/+31
* petiteMike Bayer2010-07-1313-64/+64
* - The <%namespace> tag allows expressionsMike Bayer2010-06-302-2/+26
* - Now using MarkupSafe for HTML escaping,Mike Bayer2010-06-222-9/+33
* py3k test fixesMike Bayer2010-06-222-3/+8
* - Fixed call to "unicode.strip" inMike Bayer2010-06-221-4/+16
* - Added conditional to RichTracebackMike Bayer2010-05-314-12/+43
* fix test to use correct parameterMike Bayer2010-04-211-2/+2
* - Fixed error formatting when a stacktraceMike Bayer2010-04-171-0/+10
* - Calling a def from the top, viarel_0_3_2Mike Bayer2010-03-111-0/+3
* README cleanup, fix a new test for py3kMike Bayer2010-03-051-1/+1
* - TemplateLookup raises TopLevelLookupException forMike Bayer2010-03-051-0/+7
* - Windows paths are handled correctly if a TemplateMike Bayer2010-03-051-0/+63
* - defs declared within a <%namespace> section, anMike Bayer2010-03-051-17/+77
* - The <%page args> tag can now be used in a baseMike Bayer2010-03-051-0/+53
* - Template accepts empty control structure, i.e.Mike Bayer2010-03-051-1/+11
* - A percent sign can be emitted as the firstMike Bayer2010-03-051-0/+15
* - RichTraceback(), html_error_template().render(),Mike Bayer2010-03-051-4/+24