Run `./2to3.py -w jinja2`
[jinja2.git] / jinja2 / ext.py
2012-12-11 W. Trevor KingRun `./2to3.py -w jinja2` master python3
2012-03-09 Ron DuPlainMerge pull request #78 from SimonSapin/patch-2
2012-03-09 Ron DuPlainMerge pull request #81 from obeattie/docs-fix
2011-12-15 Armin RonacherMerge branch 'master' of github.com:mitsuhiko/jinja2
2011-12-15 Armin RonacherFixed a bug in the i18n extraction option handling...
2011-01-24 Armin RonacherDamn you Sphinx
2010-07-06 Armin RonacherAdded new testcase
2010-07-01 Armin Ronacherbabel extraction can now properly extract newstyle...
2010-05-29 Armin RonacherAdded a small improvement for the code generation of...
2010-05-29 Armin RonacherRemoved debug print
2010-05-29 Armin Ronacherit's now possible to register extensions after an envir...
2010-05-29 Armin RonacherFinished support for newstyle gettext translations
2010-05-29 Armin RonacherTip is now 2.5. Started work on newstyle gettext trans...
2010-04-12 Armin RonacherAdded extension ordering, this fixes #376.
2010-03-14 Armin RonacherBiggest change to Jinja since the 1.x migration: added...
2010-02-07 Armin Ronacheradded with-statement extension.
2010-02-06 Armin Ronacheradded support for translator comments if extracted...
2010-01-22 Armin RonacherIt's a new year
2009-08-05 Armin RonacherMore Python 3 support.
2009-04-16 Armin RonacherResolved conflict
2009-03-30 Armin RonacherAdded support for line-based comments.
2009-01-05 Armin RonacherSame thing for extensions.
2009-01-04 Armin RonacherCopyright switch to "The Jinja Team".
2008-09-17 Armin RonacherAdded experimental and undocumented bytecode cache...
2008-09-15 Armin RonacherFixed a confusing edge case (thanks apollo13)
2008-09-06 Armin RonacherFixed a bug in the i18n extension that caused the expli...
2008-07-10 Christopher GrebsAutomated merge with dev.pocoo.org/hg/jinja2-main/
2008-06-29 Armin RonacherSkip templates with syntax errors on babel extract
2008-06-27 Armin RonacherAdded non-babel output mode to extract_from_ast, integr...
2008-06-14 Armin RonacherAdded example extension that uses the stream filtering...
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-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