aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* - 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
* - merged -r481:499 of py3k branch.Mike Bayer2010-03-0412-193/+540
* use builtin set() completelyMike Bayer2010-03-022-39/+24
* missing fileMike Bayer2010-03-021-0/+10
* - ensure lru threading test doesn't runMike Bayer2010-03-022-2/+28
* begin to modernize testing. in particular, get rid of test_htdocs as well as...Mike Bayer2010-03-0228-283/+1530
* some more unicode testsMike Bayer2010-03-021-1/+31
* - Unit tests now run with nose. [ticket:127]Mike Bayer2010-02-0519-795/+727
* Further fixes to unicode handling of .py files with thePhilip Jenvey2010-01-221-0/+9
* fix mako function decorators to preserve the original function's name in allPhilip Jenvey2009-11-011-3/+41
* support the <%namespacename:defname> syntax in the babel extractorPhilip Jenvey2009-09-221-1/+5
* - Removed errant "lower()" in the lexer whichMike Bayer2009-04-193-26/+30
* - Fixed namespace.__getattr__() to raiseMike Bayer2009-03-191-1/+16
* - Added a "decorator" kw argument to <%def>,Mike Bayer2009-03-192-0/+76
* - Fixed lexing support for whitespaceMike Bayer2009-02-261-1/+11