Finished support for newstyle gettext translations
[jinja2.git] / jinja2 / lexer.py
2010-02-10 Armin RonacherDown to 7 failures for Python 3. We're onto something.
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-08-05 Armin RonacherStarted to work on Python 3 support.
2009-04-16 Armin RonacherResolved conflict
2009-04-02 Armin RonacherBroken overlong line.
2009-04-01 Armin RonacherFixed another bug with line comments
2009-03-31 Armin RonacherFixed bug in line-based comments with priority.
2009-03-30 Armin RonacherAdded support for line-based comments.
2009-02-04 Armin RonacherImproved usage of string interning. This should fix...
2009-01-05 Ali AfsharThis commit makes the parser and lexer use regular...
2009-01-04 Armin RonacherCopyright switch to "The Jinja Team".
2008-11-02 Armin RonacherAdded support for `Environment.compile_expression`.
2008-09-10 Armin RonacherIt's now possible to use ``{{ foo.0.0 }}``
2008-08-13 Armin RonacherRemoved a few stdlib dependencies. This is the first...
2008-07-10 Christopher GrebsAutomated merge with dev.pocoo.org/hg/jinja2-main/
2008-06-14 Armin RonacherAdded example extension that uses the stream filtering...
2008-06-14 Armin RonacherAdded unittests for stream filtering and preprocessing...
2008-06-13 Armin Ronacheradded support for token stream filtering and preprocessing.
2008-05-25 Armin RonacherAutomated merge with ssh://team@pocoo.org/jinja2-main
2008-05-24 Armin Ronacherfixed bug with static unicode strings and auto escaping
2008-05-23 Armin Ronacherend of line sequence is no configurable
2008-05-23 Armin RonacherEnvironment.lex returns unicode tokens now, even if...
2008-05-22 Armin Ronacherlex includes whitespace now which makes it a lot more...
2008-05-19 Armin Ronachertemporary identifiers are prefixed with "t_" now and...
2008-05-16 Armin Ronacherimproved exception system. now both name (load name...
2008-05-12 Armin RonacherAutomated merge with ssh://team@pocoo.org/jinja2-main
2008-05-11 Armin Ronacheradded parsing code for "for item in seq recursive"...
2008-05-10 Armin RonacherBacked out changeset 6afb554797b6, which added unicode...
2008-05-10 Armin Ronacheradded support for unicode identifiers
2008-05-08 Armin RonacherFirst extension interface documentation and updates...
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-05-01 Armin Ronacheradded cache_clear function
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-24 Armin Ronacherinheritance uses a less awkward hack for contexts now...
2008-04-22 Armin Ronacherfixed more unittests
2008-04-21 Armin Ronacherfixed setup.py, a type and removed the possibility...
2008-04-20 Armin Ronacheradded first code for parser extensions and moved some...
2008-04-16 Armin Ronacherreimplemented {% trans %}
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 Ronacherwork on tha runtime
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