third_party_jinja2/jinja2
Armin Ronacher 53db78e3df Fixed a link to the renamed section.
--HG--
branch : trunk
2008-06-25 20:46:22 +02:00
..
__init__.py some more documentation updates and minor code cleanups. Additionally True and true in the template are the same now, same for false/False and none/None. 2008-05-28 11:26:59 +02:00
_speedups.c made speedups c89 compatible. 2008-06-09 20:23:28 +02:00
compiler.py Changed all sentences with occurrences of subscribing to a similar sentence that uses the word "subscript". And the person that comes up with a less confusing verb for the attribute/item lookup method (that is not lookup!!1) gets an extra THANKS entry. 2008-06-25 20:43:18 +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 Fixed some minor glitches. 2008-06-20 18:47:56 +02:00
exceptions.py end of line sequence is no configurable 2008-05-23 23:18:14 +02:00
ext.py Added example extension that uses the stream filtering and added unittests. 2008-06-14 14:19:47 +02:00
filters.py Fixed a link to the renamed section. 2008-06-25 20:46:22 +02:00
lexer.py Added example extension that uses the stream filtering and added unittests. 2008-06-14 14:19:47 +02:00
loaders.py Fixed some minor glitches. 2008-06-20 18:47:56 +02:00
nodes.py Changed all sentences with occurrences of subscribing to a similar sentence that uses the word "subscript". And the person that comes up with a less confusing verb for the attribute/item lookup method (that is not lookup!!1) gets an extra THANKS entry. 2008-06-25 20:43:18 +02:00
optimizer.py Improved attribute and item lookup by allowing template designers to express the priority. foo.bar checks foo.bar first and then foo['bar'] and the other way round. 2008-06-12 08:50:07 +02:00
parser.py added support for implicit string literal concatenation 2008-06-22 12:48:37 +02:00
runtime.py some more documentation updates and minor code cleanups. Additionally True and true in the template are the same now, same for false/False and none/None. 2008-05-28 11:26:59 +02:00
sandbox.py Improved attribute and item lookup by allowing template designers to express the priority. foo.bar checks foo.bar first and then foo['bar'] and the other way round. 2008-06-12 08:50:07 +02:00
tests.py added more unittests for various tasks 2008-05-24 22:28:52 +02:00
utils.py updated documentation 2008-06-09 18:27:19 +02:00
visitor.py moved IncludedTemplate into the regular template API, fixed more unittests 2008-04-25 11:44:59 +02:00