aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* - 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
* don't assume dict orderingPhilip Jenvey2008-12-051-2/+6
* - fixed bug whereby an <%included> template withMike Bayer2008-11-181-1/+37
* put parenthesis around expressions from ${} blocks inside of attributes toMike Bayer2008-11-162-0/+20
* support blank tag attributesMike Bayer2008-11-161-2/+9
* - RichTraceback() now accepts an optional traceback objectMike Bayer2008-11-161-12/+5
* - the <%namespacename:defname> syntax described atMike Bayer2008-11-152-1/+94
* don't assume dict orderingPhilip Jenvey2008-11-071-1/+9
* - beaker bumpMike Bayer2008-10-251-0/+16
* cache sends in a "defname" parameter so that the cache can map settings to th...Mike Bayer2008-10-171-1/+1
* - added "cache" accessor to Template, Namespace.Mike Bayer2008-09-271-0/+46
* o fix compatibility with babel 0.9.3: stripping comment tags is now optionalPhilip Jenvey2008-09-181-4/+4
* - fixed cache code to work with Beaker 1.0.1, which is now the required versi...Mike Bayer2008-09-072-2/+38
* fix the html_error_template not handling tracebacks from normal .py files withPhilip Jenvey2008-07-081-0/+9
* - cached blocks now use the current context when renderingrel_0_2_2Mike Bayer2008-06-231-0/+16