Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | use "Jinja" instead of "Jinja2" | David Lord | 2019-10-23 | 1 | -1/+1 |
| | |||||
* | Fix use of 'is' operator for comparison | Raul Tambre | 2019-05-06 | 1 | -1/+1 |
| | | | | The 'is' operator is not meant to be used for comparisons. It currently working is an implementation detail of CPython. CPython 3.8 has added a SyntaxWarning for this. | ||||
* | Copyright switch to "The Jinja Team". | Armin Ronacher | 2009-01-04 | 1 | -1/+1 |
| | | | | | --HG-- branch : trunk | ||||
* | Added example extension that uses the stream filtering and added unittests. | Armin Ronacher | 2008-06-14 | 1 | -0/+78 |
--HG-- branch : trunk |