Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Improved test invokation. Picks up doctests within Jinja now, changed | Armin Ronacher | 2010-02-07 | 1 | -0/+3 |
| | | | | | | | | doctests that just show usage that would not work on their own so that they are standard code blocks now and do not disturb testing. --HG-- branch : trunk | ||||
* | It's a new year | Armin Ronacher | 2010-01-22 | 1 | -1/+1 |
| | | | | | --HG-- branch : trunk | ||||
* | Started to work on Python 3 support. | Armin Ronacher | 2009-08-05 | 1 | -1/+8 |
| | | | | | --HG-- branch : trunk | ||||
* | Copyright switch to "The Jinja Team". | Armin Ronacher | 2009-01-04 | 1 | -1/+1 |
| | | | | | --HG-- branch : trunk | ||||
* | added more unittests for various tasks | Armin Ronacher | 2008-05-24 | 1 | -2/+2 |
| | | | | | --HG-- branch : trunk | ||||
* | Fixed typos in documentation | Lukas Meuser | 2008-05-01 | 1 | -1/+1 |
| | | | | | --HG-- branch : trunk | ||||
* | first version of the jinja2 docs | Armin Ronacher | 2008-04-28 | 1 | -1/+7 |
| | | | | | --HG-- branch : trunk | ||||
* | worked on the tests and made undefined fail on comparisons now | Armin Ronacher | 2008-04-26 | 1 | -8/+35 |
| | | | | | --HG-- branch : trunk | ||||
* | added first code for parser extensions and moved some code in speedups around | Armin Ronacher | 2008-04-20 | 1 | -1/+7 |
| | | | | | --HG-- branch : trunk | ||||
* | updated a few docstrings and removed contrib | Armin Ronacher | 2008-04-17 | 1 | -5/+4 |
| | | | | | --HG-- branch : trunk | ||||
* | ported the tests | Armin Ronacher | 2008-04-16 | 1 | -77/+32 |
| | | | | | --HG-- branch : trunk | ||||
* | a clean restart | Armin Ronacher | 2008-03-31 | 1 | -0/+143 |
--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 |