Fixed a bug in the subscript operation.
[jinja2.git] / tests / test_forloop.py
2008-08-14 Armin RonacherFixed a bug in the compiler that caused problems with...
2008-08-13 Armin Ronacherfixed a bug with nested loops and the special loop...
2008-07-10 Christopher GrebsAutomated merge with dev.pocoo.org/hg/jinja2-main/
2008-07-04 Armin RonacherFixed a bug with the loop context of a for loop if...
2008-05-25 Armin RonacherAutomated merge with ssh://team@pocoo.org/jinja2-main
2008-05-24 Armin Ronacheradded more unittests for various tasks
2008-05-23 Armin Ronachermore unittests and updated documentation for extensions...
2008-05-23 Armin Ronacherrefactored compiler and improved identifier handling...
2008-05-19 Armin Ronacheradded unittest for the latest fixed bug
2008-05-12 Armin RonacherAutomated merge with ssh://team@pocoo.org/jinja2-main
2008-05-11 Armin Ronachermade the recursive for loop test easier to debug
2008-05-11 Armin Ronacheradded unittest for recursive for loop
2008-04-18 Armin Ronacherloops and `tests` tests pass now
2007-05-29 Armin Ronacher[svn] again some jinja updates, some minor performance...
2007-05-21 Armin Ronacher[svn] checked in changes regarding variable length...
2007-03-18 Armin Ronacher[svn] added jinja doctests and fixed problem with i18n...