| Commit message (Expand) | Author | Age | Files | Lines |
* | - Unit tests now run with nose. [ticket:127] | Mike Bayer | 2010-02-05 | 1 | -476/+0 |
* | - Removed errant "lower()" in the lexer which | Mike Bayer | 2009-04-19 | 1 | -25/+14 |
* | - Fixed lexing support for whitespace | Mike Bayer | 2009-02-26 | 1 | -1/+11 |
* | put parenthesis around expressions from ${} blocks inside of attributes to | Mike Bayer | 2008-11-16 | 1 | -0/+1 |
* | support blank tag attributes | Mike Bayer | 2008-11-16 | 1 | -2/+9 |
* | - RichTraceback() now accepts an optional traceback object | Mike Bayer | 2008-11-16 | 1 | -12/+5 |
* | - the <%namespacename:defname> syntax described at | Mike Bayer | 2008-11-15 | 1 | -1/+19 |
* | don't assume dict ordering | Philip Jenvey | 2008-11-07 | 1 | -1/+9 |
* | fixed expressions and page tag arguments and with embedded | Philip Jenvey | 2007-08-10 | 1 | -2/+2 |
* | - comments can be placed at the end of control lines, | Mike Bayer | 2007-07-23 | 1 | -0/+11 |
* | - control lines, i.e. % lines, support backslashes to continue long | Mike Bayer | 2007-05-02 | 1 | -0/+11 |
* | - fix to lexing of <%docs> tag nested in other tags | Mike Bayer | 2007-03-24 | 1 | -0/+14 |
* | - fixes to code parsing/whitespace adjusting where plain python | Mike Bayer | 2007-03-01 | 1 | -0/+21 |
* | - added "preprocessor" argument to Template, TemplateLookup - is a singlerel_0_1_3 | Mike Bayer | 2007-02-21 | 1 | -0/+12 |
* | - added lexer error for unclosed control-line (%) line | Mike Bayer | 2007-02-20 | 1 | -1/+13 |
* | multiline comment syntax now <%doc> | Mike Bayer | 2007-02-19 | 1 | -3/+3 |
* | - fix to text parsing to not yank "#" on the first col of the line | Mike Bayer | 2007-02-17 | 1 | -16/+20 |
* | comments moved to "##" "#* *#" syntax. still have to get pygment plugin to w... | Mike Bayer | 2007-02-17 | 1 | -2/+22 |
* | - all template lexing converts the template to unicode first, to | Mike Bayer | 2007-01-29 | 1 | -16/+17 |
* | - support for CRLF templates...whoops ! welcome to all the windows users. | Mike Bayer | 2007-01-29 | 1 | -1/+8 |
* | some lexer fixes | Mike Bayer | 2006-12-16 | 1 | -4/+15 |
* | took out the whole "auto-propigation of **kwargs" thing, | Mike Bayer | 2006-12-16 | 1 | -0/+8 |
* | <%def> tag now requires () in the name, i.e. <%def name="foo()"> | Mike Bayer | 2006-12-13 | 1 | -17/+30 |
* | big overhaul to variable scoping in code generation | Mike Bayer | 2006-12-09 | 1 | -1/+0 |
* | lexer picks up on magic encoding comment | Mike Bayer | 2006-12-09 | 1 | -0/+1 |
* | screwing around with the exception formatting a bit | Mike Bayer | 2006-11-28 | 1 | -0/+7 |
* | fixed [ticket:1] ! w00p | Mike Bayer | 2006-11-28 | 1 | -0/+20 |
* | unit test cleanup, lru test, switched lru to be fuzzy | Mike Bayer | 2006-11-27 | 1 | -3/+2 |
* | we have liftoff (finally....) | Mike Bayer | 2006-11-27 | 1 | -2/+1 |
* | text tag, adding "inheritable" flag to namespace | Mike Bayer | 2006-11-26 | 1 | -1/+27 |
* | changed %component to %def | Mike Bayer | 2006-11-26 | 1 | -30/+30 |
* | more syntax checks | Mike Bayer | 2006-11-24 | 1 | -0/+33 |
* | unittests | Mike Bayer | 2006-11-21 | 1 | -4/+3 |
* | nested components, codegen arch, lexer fixes | Mike Bayer | 2006-11-19 | 1 | -6/+27 |
* | adding TemplateNode as lead parsetree value | Mike Bayer | 2006-11-18 | 1 | -10/+10 |
* | more logic for control lines, ternaries | Mike Bayer | 2006-11-17 | 1 | -2/+44 |
* | lexer completed | Mike Bayer | 2006-11-17 | 1 | -1/+102 |
* | adjustments | Mike Bayer | 2006-11-16 | 1 | -1/+26 |
* | lexer, basic parse tree structure, exception classes | Mike Bayer | 2006-11-16 | 1 | -0/+33 |