more unittests and updated documentation for extensions. Fixed bug in optimizer...
authorArmin Ronacher <armin.ronacher@active-4.com>
Fri, 23 May 2008 20:18:38 +0000 (22:18 +0200)
committerArmin Ronacher <armin.ronacher@active-4.com>
Fri, 23 May 2008 20:18:38 +0000 (22:18 +0200)
commit6df604ec215d56fac8ed40d1c2aab715817f2474
tree6b8f1e7f64bfbac14cd805912d6010bb63fa9ba3
parent3da9031b99b12ad829e8307b893279347ad04c2c
more unittests and updated documentation for extensions.  Fixed bug in optimizer that caused blocks to be optimized away under some circumstances.

--HG--
branch : trunk
docs/api.rst
docs/extensions.rst
jinja2/compiler.py
jinja2/nodes.py
jinja2/optimizer.py
jinja2/runtime.py
tests/test_ext.py
tests/test_forloop.py
tests/test_ifcondition.py
tests/test_inheritance.py
tests/test_security.py