Shortcut for the if inner visit for empty branches.
[jinja2.git] / jinja2 / runtime.py
2009-09-18 Armin Ronacheradded a deprecation warning for a variable assignment...
2009-08-05 Armin RonacherMore Python 3 support.
2009-08-05 Armin RonacherStarted to work on Python 3 support.
2009-02-24 Armin RonacherImproved Jinja's debugging support by introducing ...
2009-02-19 Armin RonacherAdded proper super() support for scoped blocks.
2009-02-19 Armin RonacherAdded support for optional `scoped` modifier to blocks.
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 RonacherFixed a small bug with the undefined object: the error...
2008-10-05 Armin RonacherVarious cleanups and added custom cycler.
2008-09-21 Armin RonacherAutomated merge with ssh://team@pocoo.org/jinja2-main
2008-09-20 Armin RonacherUnified some code in the super/template reference system.
2008-09-18 Armin RonacherIt's now possible to create weak references to template...
2008-08-17 Armin RonacherMore work on the ironpython support
2008-08-13 Armin RonacherRemoved a few stdlib dependencies. This is the first...
2008-07-14 Armin Ronacherfixed a few broken license declarations. should have...
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-27 Armin RonacherAdded non-babel output mode to extract_from_ast, integr...
2008-05-28 Armin Ronachersome more documentation updates and minor code cleanups...
2008-05-26 Armin Ronacherimproved sandbox and updated setup.py
2008-05-26 Armin Ronacheradded attr filter
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-23 Armin Ronachermore unittests and updated documentation for extensions...
2008-05-18 Armin Ronacherfixed an embarrassing mistake in the documentation
2008-05-18 Armin Ronachersome more cleaning up
2008-05-18 Armin Ronachersmall refactoring
2008-05-15 Armin Ronacheradded a semi realworld benchmark (jinja2 and mako)
2008-05-15 Armin Ronacherfixed bug with parameter parsing
2008-05-15 Armin Ronacherreversed the internal structure for blocks
2008-05-12 Armin RonacherAutomated merge with ssh://team@pocoo.org/jinja2-main
2008-05-11 Armin Ronacheradded unittest for recursive for loop
2008-05-11 Armin Ronacherreadded support for recursive for-loops
2008-05-07 Armin Ronacherdocumentation update
2008-05-06 Armin Ronachersome documentation improvements, jinja escapes " and...
2008-05-03 Armin Ronachermoved concat to utils, fixed a few docstrings, fixed...
2008-05-01 Armin Ronachersmall performance improvements
2008-04-30 Armin Ronachermoved caching from loaders to environment and added...
2008-04-29 Armin Ronacheragain documentation updates fixed another python 2...
2008-04-28 Armin Ronacheradded python2.4 workaround for unicode.join bug
2008-04-28 Armin Ronacherautoescaping is separate from finalize now and Markup...
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 Ronacherworked on the tests and made undefined fail on comparis...
2008-04-26 Armin Ronacherthere is now a workaround in the compiler that makes...
2008-04-25 Armin Ronachersome performance improvements
2008-04-25 Armin Ronacherrevamped jinja2 import system. the behavior is less...
2008-04-25 Armin Ronachermoved `IncludedTemplate` into the regular template...
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-20 Armin Ronacheradded first code for parser extensions and moved some...
2008-04-18 Armin Ronacherfixed more unittests
2008-04-18 Armin Ronacherloops and `tests` tests pass now
2008-04-18 Armin Ronacherremoved loop.parent. If this variable is wanted you...
2008-04-17 Priit Laesfixed two typos
2008-04-17 Armin Ronacherimproved undefined behavior
2008-04-17 Armin Ronachervarious docstring changes
2008-04-17 Armin Ronacher`TemplateData` -> `Markup`
2008-04-17 Armin Ronacheradded autoescaping
2008-04-16 Armin Ronacherreimplemented {% trans %}
2008-04-15 Armin Ronacherremoved unusde __delitem__ for context
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 Armin Ronacheradded super()
2008-04-13 Armin Ronacheroptimizer can optimize filtered for loops now
2008-04-13 Armin Ronacheradded loop filtering
2008-04-12 Armin Ronacheradded support for new call statement
2008-04-11 Armin Ronacherfixed include
2008-04-11 Armin Ronacherimplemented includes
2008-04-11 Armin Ronacherbasic inheritance works now
2008-04-11 Armin Ronacherwork on tha runtime
2008-04-11 Armin Ronacheroptimized child template code generation. we now have...
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-09 Christoph Hackrender templates
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-09 Armin Ronacherimproved loop unrolling
2008-04-09 Christoph Hackmerged again
2008-04-09 Christoph Hackmerged
2008-04-09 Armin Ronachertuple unpacking at compile time is handled properly now
2008-04-08 Armin Ronacherimproved static optimizer
2008-04-08 Christoph Hackadded optimizer
2008-04-08 Armin Ronacherupdated macro stuff
2008-04-08 Armin Ronacherwork on the macro stuff
2008-04-08 Christoph Hackmerged
2008-04-08 Armin Ronachermore compiler stuff
2008-04-07 Armin Ronacheradded first working pieces of compiler