third_party_jinja2/jinja2
2008-05-26 12:21:45 +02:00
..
__init__.py added cache_clear function 2008-05-01 18:19:16 +02:00
_speedups.c even more tests, fixed severe bug with autoescaping. 2008-05-25 11:36:22 +02:00
compiler.py even more tests, fixed severe bug with autoescaping. 2008-05-25 11:36:22 +02:00
constants.py a clean restart 2008-03-31 14:18:49 +02:00
debug.py Backed out changeset 6afb554797b6, which added unicode identifier support. This doesn't work in reality under Python 2.6 properly. 2008-05-11 00:30:43 +02:00
defaults.py moved environment defaults to jinja2.defaults 2008-05-23 23:36:07 +02:00
environment.py items have a higher priority than attributes now. That's compatible with Jinja1 and Django 2008-05-26 12:21:45 +02:00
exceptions.py end of line sequence is no configurable 2008-05-23 23:18:14 +02:00
ext.py moved environment defaults to jinja2.defaults 2008-05-23 23:36:07 +02:00
filters.py even more tests, fixed severe bug with autoescaping. 2008-05-25 11:36:22 +02:00
lexer.py fixed bug with static unicode strings and auto escaping 2008-05-24 19:54:43 +02:00
loaders.py fixed a bug in error reporting and some small documentation updates 2008-05-26 12:07:44 +02:00
nodes.py even more tests, fixed severe bug with autoescaping. 2008-05-25 11:36:22 +02:00
optimizer.py more unittests and updated documentation for extensions. Fixed bug in optimizer that caused blocks to be optimized away under some circumstances. 2008-05-23 22:18:38 +02:00
parser.py fixed a bug in error reporting and some small documentation updates 2008-05-26 12:07:44 +02:00
runtime.py fixed a bug in error reporting and some small documentation updates 2008-05-26 12:07:44 +02:00
sandbox.py items have a higher priority than attributes now. That's compatible with Jinja1 and Django 2008-05-26 12:21:45 +02:00
tests.py added more unittests for various tasks 2008-05-24 22:28:52 +02:00
utils.py all calls are proxied by context.call now so that we can inject environment and context as first arguments. This slows calls down a bit but is a lot more user friendly. Added first draft of FAQ 2008-05-25 00:16:51 +02:00
visitor.py moved IncludedTemplate into the regular template API, fixed more unittests 2008-04-25 11:44:59 +02:00