With number of course. Jinja2.pdf not Jinja.pdf
[jinja2.git] / jinja2 / parser.py
2010-10-17 Armin Ronacherfixed an operator precedence error introduced in 2... 2.5.3
2010-08-17 Armin Ronacherfixed an issue with unary operators having the wrong... 2.5.1
2010-04-12 Armin RonacherAdded extension ordering, this fixes #376.
2010-02-11 Armin Ronacherported fix for #368 from maintenance branch.
2010-02-11 Armin RonacherThis fixes #368.
2010-02-07 Armin RonacherFurther error message improvement, this time for #341.
2010-02-06 Armin Ronacherimplicit tuple expressions can no longer be totally...
2010-02-06 Armin Ronachergreatly improved error message reporting. This fixes...
2010-01-22 Armin RonacherIt's a new year
2009-08-05 Armin RonacherMore Python 3 support.
2009-02-19 Armin RonacherAdded support for optional `scoped` modifier to blocks.
2009-02-05 Armin RonacherFixed a bug in the parser that made ``{{ foo[1, 2]...
2009-02-04 Armin RonacherPriority of `not` raised. It's now possible to write...
2009-01-05 Ali AfsharThis commit makes the parser and lexer use regular...
2009-01-04 Armin RonacherCopyright switch to "The Jinja Team".
2008-12-27 Armin RonacherInclude statements can now be marked with ``ignore...
2008-11-02 Armin RonacherAdded support for `Environment.compile_expression`.
2008-07-10 Christopher GrebsAutomated merge with dev.pocoo.org/hg/jinja2-main/
2008-07-04 Armin RonacherFixed a bug with the loop context of a for loop if...
2008-06-22 Armin Ronacheradded support for implicit string literal concatenation
2008-06-13 Armin Ronacheradded support for token stream filtering and preprocessing.
2008-06-12 Armin RonacherFixed a broken unittest and fixed a bug that required...
2008-06-12 Armin RonacherImproved attribute and item lookup by allowing template...
2008-05-28 Armin Ronachersome more documentation updates and minor code cleanups...
2008-05-26 Armin Ronacherfixed a bug in error reporting and some small documenta...
2008-05-25 Armin RonacherAutomated merge with ssh://team@pocoo.org/jinja2-main
2008-05-25 Armin Ronachereven more tests, fixed severe bug with autoescaping.
2008-05-24 Armin Ronacherall calls are proxied by context.call now so that we...
2008-05-22 Armin Ronachervariables starting with one or more underscores are...
2008-05-16 Armin Ronacherremoved attribute local aliasing again because that...
2008-05-16 Armin Ronacherimproved exception system. now both name (load name...
2008-05-15 Armin Ronachersimplified from imports
2008-05-15 Armin Ronacherfixed bug with parameter parsing
2008-05-12 Armin RonacherAutomated merge with ssh://team@pocoo.org/jinja2-main
2008-05-12 Armin Ronacherswitched back to explicit set for assignments. {%...
2008-05-11 Armin Ronacheradded parsing code for "for item in seq recursive"...
2008-05-10 Armin Ronacheradded support for dotted names in tests and filters
2008-05-10 Armin Ronacheradded a function to parse assign targes and documented...
2008-05-08 Armin Ronachermore updates on the extension API
2008-05-08 Armin RonacherFirst extension interface documentation and updates...
2008-05-04 Armin Ronacherfixed a bug with filtered loops
2008-05-03 Armin RonacherAutomated merge with ssh://team@pocoo.org/jinja2-main
2008-05-03 Armin Ronacherupdated filters: wordwraps uses the wordwrap module...
2008-05-02 Armin Ronacheradded "with context" or "without context" import/includ...
2008-05-01 Armin Ronachermoved code from datastructure into lexer as the module...
2008-05-01 Armin RonacherJinja doesn't have keywords any longer. The reason...
2008-04-28 Armin RonacherAutomated merge with ssh://team@pocoo.org/jinja2-main
2008-04-28 Benjamin Wiegandfixed some NameErrors
2008-04-28 Armin Ronachermore docs and fixed bug in parser that assigned lineno...
2008-04-27 Armin Ronacherall unittests pass, the special and dependency lookups...
2008-04-26 Armin Ronacheradded spitfire to bench and did some more refactoring
2008-04-26 Armin Ronacherthere is now a workaround in the compiler that makes...
2008-04-25 Armin Ronacherrevamped jinja2 import system. the behavior is less...
2008-04-24 Armin Ronachermoved trans extension from jinja2.i18n to jinja2.ext...
2008-04-22 Armin Ronacherfixed more unittests
2008-04-21 Armin Ronacherfixed setup.py, a type and removed the possibility...
2008-04-20 Armin Ronacherrefactored extensions a bit
2008-04-20 Armin Ronacheradded first code for parser extensions and moved some...
2008-04-18 Armin Ronacherloops and `tests` tests pass now
2008-04-18 Armin Ronacherfixed a few bugs from the unittests
2008-04-17 Armin Ronacherimproved undefined behavior
2008-04-16 Armin Ronacherreimplemented {% trans %}
2008-04-13 Armin Ronacheradded loop filtering
2008-04-12 Armin Ronacherfilter tag works now
2008-04-12 Armin Ronacheradded support for new call statement
2008-04-12 Armin Ronacheradded support for line statement prefixes (cheetah...
2008-04-11 Armin Ronacherfixed include
2008-04-11 Armin Ronacherimplemented includes
2008-04-11 Armin Ronacherwork on tha runtime
2008-04-10 Armin Ronacherfixed one bug with blocks, one to go
2008-04-09 Armin RonacherAutomated merge with ssh://team@pocoo.org/jinja2-main
2008-04-09 Armin Ronachernodes have access to environment now
2008-04-08 Armin Ronachermore compiler stuff
2008-04-07 Armin Ronacheradded first working pieces of compiler
2008-03-31 Armin Ronacherfirst version of new parser
2008-03-31 Armin Ronachera clean restart