Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | fixed some NameErrors | Benjamin Wiegand | 2008-04-28 | 1 | -1/+1 | |
| | | | | | | | | | | --HG-- branch : trunk | |||||
* | | python2.4 compatibility and doc updates | Armin Ronacher | 2008-04-28 | 1 | -3/+8 | |
|/ | | | | | --HG-- branch : trunk | |||||
* | inheritance uses a less awkward hack for contexts now and subclassing ↵ | Armin Ronacher | 2008-04-24 | 1 | -0/+8 | |
| | | | | | | | templates is possible --HG-- branch : trunk | |||||
* | fixed more unittests | Armin Ronacher | 2008-04-22 | 1 | -2/+74 | |
| | | | | | --HG-- branch : trunk | |||||
* | added first code for parser extensions and moved some code in speedups around | Armin Ronacher | 2008-04-20 | 1 | -8/+36 | |
| | | | | | --HG-- branch : trunk | |||||
* | fixed a few bugs from the unittests | Armin Ronacher | 2008-04-18 | 1 | -27/+15 | |
| | | | | | --HG-- branch : trunk | |||||
* | added C escape and tb_set_next functions | Armin Ronacher | 2008-04-18 | 1 | -14/+20 | |
| | | | | | --HG-- branch : trunk | |||||
* | simplified loader api and added builtin caching | Armin Ronacher | 2008-04-17 | 1 | -0/+121 | |
| | | | | | --HG-- branch : trunk | |||||
* | various docstring changes | Armin Ronacher | 2008-04-17 | 1 | -1/+3 | |
| | | | | | --HG-- branch : trunk | |||||
* | improved filters | Armin Ronacher | 2008-04-17 | 1 | -0/+9 | |
| | | | | | --HG-- branch : trunk | |||||
* | added autoescaping | Armin Ronacher | 2008-04-17 | 1 | -7/+101 | |
| | | | | | --HG-- branch : trunk | |||||
* | continued convertig filters | Christoph Hack | 2008-04-14 | 1 | -0/+59 | |
| | | | | | --HG-- branch : trunk | |||||
* | converted unit tests, started rewriting filters | Christoph Hack | 2008-04-13 | 1 | -0/+13 | |
| | | | | | --HG-- branch : trunk | |||||
* | fixed a bug in the compiler | Armin Ronacher | 2008-04-11 | 1 | -5/+3 | |
| | | | | | --HG-- branch : trunk | |||||
* | fixed one bug with blocks, one to go | Armin Ronacher | 2008-04-10 | 1 | -0/+13 | |
| | | | | | --HG-- branch : trunk | |||||
* | a clean restart | Armin Ronacher | 2008-03-31 | 1 | -0/+10 | |
--HG-- branch : trunk rename : jinja/__init__.py => jinja2/__init__.py rename : jinja/_debugger.c => jinja2/_debugger.c rename : jinja/_native.py => jinja2/_native.py rename : jinja/_speedups.c => jinja2/_speedups.c rename : jinja/constants.py => jinja2/constants.py rename : jinja/contrib/__init__.py => jinja2/contrib/__init__.py rename : jinja/contrib/_djangosupport.py => jinja2/contrib/_djangosupport.py rename : jinja/contrib/djangosupport.py => jinja2/contrib/djangosupport.py rename : jinja/datastructure.py => jinja2/datastructure.py rename : jinja/defaults.py => jinja2/defaults.py rename : jinja/environment.py => jinja2/environment.py rename : jinja/exceptions.py => jinja2/exceptions.py rename : jinja/filters.py => jinja2/filters.py rename : jinja/lexer.py => jinja2/lexer.py rename : jinja/loaders.py => jinja2/loaders.py rename : jinja/nodes.py => jinja2/nodes.py rename : jinja/parser.py => jinja2/parser.py rename : jinja/tests.py => jinja2/tests.py rename : jinja/translators/__init__.py => jinja2/translators/__init__.py rename : jinja/translators/python.py => jinja2/translators/python.py rename : jinja/utils.py => jinja2/utils.py |