Run `./2to3.py -w jinja2`
[jinja2.git] / jinja2 / testsuite / api.py
2012-12-11 W. Trevor KingRun `./2to3.py -w jinja2` master python3
2010-11-29 Armin RonacherRemoved unnecessary imports
2010-11-19 Armin RonacherUndefineds now support attribute errors for special...
2010-06-05 Armin RonacherCalls to functions in templates are now intercepted...
2010-05-23 Armin RonacherFixed another failing testcase that was never added...
2010-04-12 Armin RonacherImproved error message for undefineds
2010-04-12 Armin RonacherUndefineds give better hints for `None` objects now.
2010-04-05 Armin Ronacherautoescape no longer is a plain boolean value but can...
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-16 Armin Ronacherthe environment template loading functions now transpar...
2010-02-10 Armin RonacherALL TESTS PASS!
2010-02-09 Armin RonacherRest of tests ported, just need to hook up doctests...