[svn] again many changes in jinja. Performance improvements and much more
authorArmin Ronacher <armin.ronacher@active-4.com>
Sun, 11 Mar 2007 14:09:44 +0000 (15:09 +0100)
committerArmin Ronacher <armin.ronacher@active-4.com>
Sun, 11 Mar 2007 14:09:44 +0000 (15:09 +0100)
commit34a18bf54b5e865b2a3893c1663ec7c6ce8209eb
tree485c57f81107e8e27e06f84a961b5754eee62e94
parenta5f6234970db0d4b443d7730839ed531ca99096a
[svn] again many changes in jinja. Performance improvements and much more

--HG--
branch : trunk
rename : tests/inheritance.py => tests/layout.py
14 files changed:
jinja/datastructure.py
jinja/environment.py
jinja/exceptions.py
jinja/loaders.py
jinja/nodes.py
jinja/parser.py
jinja/translators/python.py
jinja/utils.py
tests/inheritance.py
tests/layout.py [new file with mode: 0644]
tests/templates/a.html [new file with mode: 0644]
tests/templates/b.html [new file with mode: 0644]
tests/templates/c.html [new file with mode: 0644]
www/generate.py