Run `./2to3.py -w jinja2`
[jinja2.git] / jinja2 / testsuite / ext.py
2012-12-11 W. Trevor KingRun `./2to3.py -w jinja2` master python3
2010-11-29 Armin RonacherRemoved unnecessary imports
2010-07-06 Armin RonacherAdded anothe test
2010-07-06 Armin RonacherAdded new testcase
2010-07-01 Armin Ronacherbabel extraction can now properly extract newstyle...
2010-07-01 Armin RonacherWe will have a 2.5.1 release
2010-05-29 Armin RonacherAdded a small improvement for the code generation of...
2010-05-29 Armin RonacherAdded a testcase for add_extension
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-04-12 Armin RonacherAdded extension ordering, this fixes #376.
2010-03-14 Armin RonacherMore testcaseeees :)
2010-03-14 Armin RonacherAdded another testcase and fixed a bug with the volatil...
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-02-09 Armin RonacherRest of tests ported, just need to hook up doctests...
2010-02-09 Armin RonacherStarted working on unittest powered testsuite.