summaryrefslogtreecommitdiff
path: root/jinja2
Commit message (Expand)AuthorAgeFilesLines
* Fixed some tests for python 2.4. Disabled a test for 2.4 that does not work ...Armin Ronacher2010-02-173-8/+23
* This fixes #368.Armin Ronacher2010-02-112-9/+16
* 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-107-34/+56
* Added comment to why __unicode__ goes after __str__.Armin Ronacher2010-02-103-0/+16
* Approaching python3 compatibilityArmin Ronacher2010-02-105-18/+31
* 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
* Started working on unittest powered testsuite.Armin Ronacher2010-02-099-1/+558
* Propably delaying release for better python 3 support. Started working onArmin Ronacher2010-02-095-48/+11
* experimental Python 3 support.Armin Ronacher2010-02-091-3/+3
* PrefixLoader raises correct error message now. This fixes #358.Armin Ronacher2010-02-091-2/+7
* added with-statement extension.Armin Ronacher2010-02-071-0/+22
* Improved test invokation. Picks up doctests within Jinja now, changedArmin Ronacher2010-02-072-9/+12
* Further error message improvement, this time for #341.Armin Ronacher2010-02-071-0/+9
* Fixed #367 by improving the documentation.Armin Ronacher2010-02-061-1/+9
* added support for translator comments if extracted via babel.Armin Ronacher2010-02-061-2/+54
* implicit tuple expressions can no longer be totally empty.Armin Ronacher2010-02-061-4/+19
* greatly improved error message reporting. This fixes #339Armin Ronacher2010-02-062-42/+147
* Improved finalize documentation.Armin Ronacher2010-01-241-2/+3
* It's a new yearArmin Ronacher2010-01-2222-22/+22
* More correct fix for 380. The only thing that is part of the outer scopeArmin Ronacher2010-01-141-2/+1
* fixed a problem with having call blocks in outer scopes thatArmin Ronacher2010-01-141-1/+1
* Fixed the choice include tests.Armin Ronacher2010-01-141-1/+1
* include tags are now able to select between multiple templatesArmin Ronacher2010-01-145-21/+124
* Fix typos and one extra import.Georg Brandl2009-11-222-3/+3
* Reverted [73b04625ab54]. The old behavior is the new behavior, the otherArmin Ronacher2009-10-262-55/+3
* Shortcut for the if inner visit for empty branches.Armin Ronacher2009-10-251-0/+2
* Fixed a scoping bug that was introduced in the development version and wasArmin Ronacher2009-10-252-18/+31
* added a deprecation warning for a variable assignment, scope bugArmin Ronacher2009-09-182-2/+52
* fixes issue with code generator that causes unbound variablesArmin Ronacher2009-09-171-0/+24
* Made the lru cache more robust.Armin Ronacher2009-09-141-2/+6
* Tiny improvement for the loop hack. Implemented it in a way that theArmin Ronacher2009-09-131-1/+1
* Clarified copyrights.Armin Ronacher2009-09-132-2/+2
* Refactoring in the way the parse function is invoked.Armin Ronacher2009-09-132-16/+26
* Added ugly workaround for a loop bug.Armin Ronacher2009-09-121-0/+9
* More Python 3 support.Armin Ronacher2009-08-059-80/+254
* Started to work on Python 3 support.Armin Ronacher2009-08-056-9/+28
* Unicode support for wordcount.Armin Ronacher2009-08-051-1/+1
* merged.Armin Ronacher2009-07-261-2/+2
|\