Finished support for newstyle gettext translations
[jinja2.git] / jinja2 / nodes.py
2010-05-29 Armin RonacherTip is now 2.5. Started work on newstyle gettext trans...
2010-05-23 Armin RonacherFixed a failing testcase. (Error caused by constant...
2010-05-23 Georg BrandlFix unbound local error masked by bare except.
2010-04-05 Armin Ronacherautoescape no longer is a plain boolean value but can...
2010-03-24 Armin RonacherAdded improved documentation to the `ContextReference...
2010-03-15 Armin RonacherAnother documentation string fix.
2010-03-15 Armin RonacherMore documentation updates.
2010-03-14 Armin RonacherBiggest change to Jinja since the 1.x migration: added...
2010-02-10 Armin RonacherDown to 7 failures for Python 3. We're onto something.
2010-01-22 Armin RonacherIt's a new year
2009-07-26 Armin Ronachermerged.
2009-07-26 Armin Ronachermerged.
2009-07-26 Armin RonacherAdded the `meta` module.
2009-02-19 Armin RonacherAdded support for optional `scoped` modifier to blocks.
2009-02-11 Armin RonacherFixed a bug that caused internal errors if names where...
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-09-21 Armin RonacherFixed a bug in constant folding of keyword arguments...
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-07-04 Armin RonacherFixed a bug with the loop context of a for loop if...
2008-06-25 Armin RonacherChanged all sentences with occurrences of subscribing...
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-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-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 Ronachermore unittests and updated documentation for extensions...
2008-05-23 Armin Ronacheradded loopcontrols extension and added unittests for it
2008-05-23 Armin Ronacherrefactored compiler and improved identifier handling...
2008-05-19 Armin Ronachertemporary identifiers are prefixed with "t_" now and...
2008-05-18 Armin Ronachersmall refactoring
2008-05-15 Armin Ronacheradded support for local aliasing of some attributes...
2008-05-12 Armin RonacherAutomated merge with ssh://team@pocoo.org/jinja2-main
2008-05-12 Armin Ronacherimproved variable exporting, added TODO file
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-08 Armin Ronachermore updates on the extension API
2008-05-08 Armin RonacherFirst extension interface documentation and updates...
2008-05-03 Armin Ronachermoved concat to utils, fixed a few docstrings, fixed...
2008-05-02 Armin Ronacheradded "with context" or "without context" import/includ...
2008-04-29 Armin Ronacheragain documentation updates fixed another python 2...
2008-04-28 Armin RonacherAutomated merge with ssh://team@pocoo.org/jinja2-main
2008-04-28 Benjamin Wiegandfixed some NameErrors
2008-04-27 Armin Ronacherall unittests pass, the special and dependency lookups...
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-24 Armin Ronacherinheritance uses a less awkward hack for contexts now...
2008-04-22 Armin Ronacherfixed more unittests
2008-04-21 Armin Ronacherremoved custom nodes again
2008-04-20 Armin Ronacheradded first code for parser extensions and moved some...
2008-04-17 Armin Ronacherimproved filters
2008-04-16 Armin Ronacherreimplemented {% trans %}
2008-04-14 Armin RonacherAutomated merge with ssh://team@pocoo.org/jinja2-main
2008-04-14 Armin Ronacheradded sandbox and exchageable undefined objects
2008-04-13 Christoph HackAutomated merge with ssh://dev.pocoo.org/jinja2-main
2008-04-13 Christoph Hackconverted unit tests, started rewriting filters
2008-04-13 Armin Ronacheroptimizer can optimize filtered for loops now
2008-04-13 Armin Ronacheradded loop filtering
2008-04-12 Armin Ronachersome more stuff for jinja2
2008-04-12 Armin Ronacherfilter tag works now
2008-04-12 Armin Ronacheradded support for new call statement
2008-04-09 Armin Ronacherfixed deepcopy
2008-04-09 Armin Ronacheradded broken copy method
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-09 Armin RonacherAutomated merge with ssh://team@pocoo.org/jinja2-main
2008-04-09 Armin Ronachersimplified undefined behavior for better compile time...
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