babel extraction can now properly extract newstyle gettext calls.
[jinja2.git] / jinja2 / testsuite /
2010-07-01 Armin Ronacherbabel extraction can now properly extract newstyle...
2010-07-01 Armin RonacherWe will have a 2.5.1 release
2010-06-05 Armin RonacherAdded failing testcase for raw.
2010-06-05 Armin RonacherCalls to functions in templates are now intercepted...
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-05-23 Armin RonacherFixed another failing testcase that was never added...
2010-05-23 Armin RonacherVersion 2.4.2
2010-04-20 Armin Ronacherfixed an error reporting bug for undefineds. 2.4.1
2010-04-12 Armin RonacherImproved error message for undefineds
2010-04-12 Armin RonacherAdded extension ordering, this fixes #376.
2010-04-12 Armin RonacherUndefineds give better hints for `None` objects now.
2010-04-05 Armin RonacherFixed a scoping bug that caused the immutable scoping...
2010-04-05 Armin Ronacherautoescape no longer is a plain boolean value but can...
2010-03-14 Armin RonacherMore testcaseeees :)
2010-03-14 Armin RonacherAdded another testcase and fixed a bug with the volatil...
2010-03-14 Armin RonacherAdded a new testcase for something that is supposed...
2010-03-14 Armin RonacherBiggest change to Jinja since the 1.x migration: added...
2010-03-12 Armin RonacherImproved tests and template compilation.
2010-03-12 Armin RonacherJust in case there is no gc module.
2010-03-12 Armin Ronacheradded a :class:`ModuleLoader` that can load templates...
2010-02-21 Georg BrandlFix test in Python 3.2 -- the exception message changed.
2010-02-19 Armin RonacherMerged in 2.3.1 release fixes
2010-02-19 Armin Ronachermerged with 2.3-maintenance
2010-02-18 Armin RonacherMerged 2.3.1 in
2010-02-17 Armin RonacherMerged in changes from 2.3.1
2010-02-17 Armin RonacherFixed some tests for python 2.4. Disabled a test for...
2010-02-16 Armin Ronacherthe environment template loading functions now transpar...
2010-02-11 Armin Ronacherported fix for #368 from maintenance branch.
2010-02-11 Armin RonacherThis fixes #368.
2010-02-10 Armin RonacherBroke a test for 2.x :)
2010-02-10 Armin RonacherALL TESTS PASS!
2010-02-10 Armin RonacherDown to 7 failures for Python 3. We're onto something.
2010-02-09 Armin RonacherApproaching python3 compatibility
2010-02-09 Armin RonacherRemoved useless prints.
2010-02-09 Armin RonacherAdded doctests, hooked up all tests. Yay!
2010-02-09 Armin RonacherRest of tests ported, just need to hook up doctests...
2010-02-09 Armin RonacherAdded the security tests.
2010-02-09 Armin RonacherFixed some tests, added syntax test.
2010-02-09 Armin RonacherHalftime, lexer and parser tests added.
2010-02-09 Armin RonacherAnd import tests :)
2010-02-09 Armin RonacherAdded inheritance tests.
2010-02-09 Armin RonacherAdded tests for the test functions (the jinja ones ^^)
2010-02-09 Armin RonacherAdded loader tests.
2010-02-09 Armin RonacherPorted for tests
2010-02-09 Armin RonacherStarted working on unittest powered testsuite.