Biggest change to Jinja since the 1.x migration: added evaluation contexts
authorArmin Ronacher <armin.ronacher@active-4.com>
Sun, 14 Mar 2010 18:43:47 +0000 (19:43 +0100)
committerArmin Ronacher <armin.ronacher@active-4.com>
Sun, 14 Mar 2010 18:43:47 +0000 (19:43 +0100)
commit8346bd7ec3dfef84a873b3413c3ebc524b847f55
tree122fa48c97e2587bff53f48bccf533f915b5b54c
parent12a316bd5cbcbeda48013258447529f59bc8ac12
Biggest change to Jinja since the 1.x migration: added evaluation contexts
which make it possible to keep the ahead of time optimizations and provide
dynamic activation and deactivation of autoescaping and other context
specific features.

--HG--
branch : trunk
jinja2/__init__.py
jinja2/compiler.py
jinja2/environment.py
jinja2/ext.py
jinja2/filters.py
jinja2/nodes.py
jinja2/runtime.py
jinja2/testsuite/ext.py
jinja2/utils.py