summaryrefslogtreecommitdiff
path: root/jinja2/testsuite
Commit message (Expand)AuthorAgeFilesLines
* Undefineds now support attribute errors for special attributes. This fixes #6Armin Ronacher2010-11-192-4/+11
* fixed an operator precedence error introduced in 2.5.2.2.5.3Armin Ronacher2010-10-171-0/+6
* fixed an issue with unary operators having the wrong precendence.2.5.1Armin Ronacher2010-08-171-1/+7
* fix the abs filter testRonny Pfannschmidt2010-08-171-1/+1
* round filter support+test negative precission in the round and use power of 1...Ronny Pfannschmidt2010-08-171-3/+9
* Added anothe testArmin Ronacher2010-07-061-1/+4
* Added new testcaseArmin Ronacher2010-07-061-1/+9
* babel extraction can now properly extract newstyle gettext calls.Armin Ronacher2010-07-011-1/+5
* We will have a 2.5.1 releaseArmin Ronacher2010-07-011-1/+9
* Added failing testcase for raw.Armin Ronacher2010-06-051-0/+4
* Calls to functions in templates are now intercepted for StopIteration.Armin Ronacher2010-06-051-0/+8
* Added a small improvement for the code generation of newstyle gettextArmin Ronacher2010-05-291-6/+24
* Added a testcase for add_extensionArmin Ronacher2010-05-291-0/+6
* it's now possible to register extensions after an environmentArmin Ronacher2010-05-291-0/+10
* Finished support for newstyle gettext translationsArmin Ronacher2010-05-291-8/+55
* Fixed another failing testcase that was never added to the test runner.Armin Ronacher2010-05-231-13/+13
* Version 2.4.2Armin Ronacher2010-05-231-0/+4
* fixed an error reporting bug for undefineds.2.4.1Armin Ronacher2010-04-201-1/+15
* Improved error message for undefinedsArmin Ronacher2010-04-121-3/+11
* Added extension ordering, this fixes #376.Armin Ronacher2010-04-121-0/+10
* Undefineds give better hints for `None` objects now.Armin Ronacher2010-04-121-0/+7
* Fixed a scoping bug that caused the immutable scoping rule to be ignoredArmin Ronacher2010-04-051-0/+13
* autoescape no longer is a plain boolean value but can also be a functionArmin Ronacher2010-04-051-1/+18
* More testcaseeees :)Armin Ronacher2010-03-151-4/+17
* Added another testcase and fixed a bug with the volatile scoping.Armin Ronacher2010-03-151-0/+13
* Added a new testcase for something that is supposed to be a bug.Armin Ronacher2010-03-151-0/+6
* Biggest change to Jinja since the 1.x migration: added evaluation contextsArmin Ronacher2010-03-141-0/+52
* Improved tests and template compilation.Armin Ronacher2010-03-121-7/+48
* Just in case there is no gc module.Armin Ronacher2010-03-121-2/+7
* added a :class:`ModuleLoader` that can load templates fromArmin Ronacher2010-03-122-0/+53
* Fix test in Python 3.2 -- the exception message changed.Georg Brandl2010-02-211-1/+1
* Merged in changes from 2.3.1Armin Ronacher2010-02-171-5/+7
|\
| * Fixed some tests for python 2.4. Disabled a test for 2.4 that does not work ...Armin Ronacher2010-02-171-5/+7
* | the environment template loading functions now transparentlyArmin Ronacher2010-02-161-1/+8
|/
* This fixes #368.Armin Ronacher2010-02-111-0/+2
* Broke a test for 2.x :)Armin Ronacher2010-02-101-2/+1
* ALL TESTS PASS!Armin Ronacher2010-02-104-12/+29
* Down to 7 failures for Python 3. We're onto something.Armin Ronacher2010-02-101-7/+12
* Approaching python3 compatibilityArmin Ronacher2010-02-101-2/+7
* Removed useless prints.Armin Ronacher2010-02-091-2/+0
* Added doctests, hooked up all tests. Yay!Armin Ronacher2010-02-093-2/+36
* Rest of tests ported, just need to hook up doctests now.Armin Ronacher2010-02-099-5/+791
* Added the security tests.Armin Ronacher2010-02-092-1/+129
* Fixed some tests, added syntax test.Armin Ronacher2010-02-091-2/+152
* Halftime, lexer and parser tests added.Armin Ronacher2010-02-092-1/+194
* And import tests :)Armin Ronacher2010-02-093-2/+148
* Added inheritance tests.Armin Ronacher2010-02-092-1/+210
* Added tests for the test functions (the jinja ones ^^)Armin Ronacher2010-02-093-62/+89
* Added loader tests.Armin Ronacher2010-02-093-6/+143
* Ported for testsArmin Ronacher2010-02-092-1/+171