Automated merge with ssh://team@pocoo.org/jinja2-main
[jinja2.git] / jinja2 / ext.py
2008-05-25 Armin RonacherAutomated merge with ssh://team@pocoo.org/jinja2-main
2008-05-23 Armin Ronachermoved environment defaults to jinja2.defaults
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-23 Armin Ronacheradded loopcontrols extension and added unittests for it
2008-05-16 Armin Ronacherimproved exception system. now both name (load name...
2008-05-15 Armin Ronachervoid -> do
2008-05-14 Armin Ronacherthe two escape implementations work the same now, updat...
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-11 Armin Ronacherfixed a bug in extension handling
2008-05-08 Armin Ronachermore updates on the extension API
2008-05-08 Armin RonacherFirst extension interface documentation and updates...
2008-05-07 Armin Ronachersome documentation updates
2008-05-01 Armin RonacherJinja doesn't have keywords any longer. The reason...
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 RonacherAutomated merge with ssh://team@pocoo.org/jinja2-main
2008-04-28 Benjamin Wiegandfixed some NameErrors
2008-04-28 Armin Ronacherautoescaping is separate from finalize now and Markup...
2008-04-26 Armin Ronacherthere is now a workaround in the compiler that makes...
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 Ronacherrefactored extensions a bit