aboutsummaryrefslogtreecommitdiffstats
path: root/test/lexer.py
Commit message (Expand)AuthorAgeFilesLines
* - Unit tests now run with nose. [ticket:127]Mike Bayer2010-02-051-476/+0
* - Removed errant "lower()" in the lexer whichMike Bayer2009-04-191-25/+14
* - Fixed lexing support for whitespaceMike Bayer2009-02-261-1/+11
* put parenthesis around expressions from ${} blocks inside of attributes toMike Bayer2008-11-161-0/+1
* 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-151-1/+19
* don't assume dict orderingPhilip Jenvey2008-11-071-1/+9
* fixed expressions and page tag arguments and with embeddedPhilip Jenvey2007-08-101-2/+2
* - comments can be placed at the end of control lines,Mike Bayer2007-07-231-0/+11
* - control lines, i.e. % lines, support backslashes to continue longMike Bayer2007-05-021-0/+11
* - fix to lexing of <%docs> tag nested in other tagsMike Bayer2007-03-241-0/+14
* - fixes to code parsing/whitespace adjusting where plain pythonMike Bayer2007-03-011-0/+21
* - added "preprocessor" argument to Template, TemplateLookup - is a singlerel_0_1_3Mike Bayer2007-02-211-0/+12
* - added lexer error for unclosed control-line (%) lineMike Bayer2007-02-201-1/+13
* multiline comment syntax now <%doc>Mike Bayer2007-02-191-3/+3
* - fix to text parsing to not yank "#" on the first col of the lineMike Bayer2007-02-171-16/+20
* comments moved to "##" "#* *#" syntax. still have to get pygment plugin to w...Mike Bayer2007-02-171-2/+22
* - all template lexing converts the template to unicode first, toMike Bayer2007-01-291-16/+17
* - support for CRLF templates...whoops ! welcome to all the windows users.Mike Bayer2007-01-291-1/+8
* some lexer fixesMike Bayer2006-12-161-4/+15
* took out the whole "auto-propigation of **kwargs" thing,Mike Bayer2006-12-161-0/+8
* <%def> tag now requires () in the name, i.e. <%def name="foo()">Mike Bayer2006-12-131-17/+30
* big overhaul to variable scoping in code generationMike Bayer2006-12-091-1/+0
* lexer picks up on magic encoding commentMike Bayer2006-12-091-0/+1
* screwing around with the exception formatting a bitMike Bayer2006-11-281-0/+7
* fixed [ticket:1] ! w00pMike Bayer2006-11-281-0/+20
* unit test cleanup, lru test, switched lru to be fuzzyMike Bayer2006-11-271-3/+2
* we have liftoff (finally....)Mike Bayer2006-11-271-2/+1
* text tag, adding "inheritable" flag to namespaceMike Bayer2006-11-261-1/+27
* changed %component to %defMike Bayer2006-11-261-30/+30
* more syntax checksMike Bayer2006-11-241-0/+33
* unittestsMike Bayer2006-11-211-4/+3
* nested components, codegen arch, lexer fixesMike Bayer2006-11-191-6/+27
* adding TemplateNode as lead parsetree valueMike Bayer2006-11-181-10/+10
* more logic for control lines, ternariesMike Bayer2006-11-171-2/+44
* lexer completedMike Bayer2006-11-171-1/+102
* adjustmentsMike Bayer2006-11-161-1/+26
* lexer, basic parse tree structure, exception classesMike Bayer2006-11-161-0/+33