summaryrefslogtreecommitdiff
path: root/ext/inlinegettext.py
Commit message (Collapse)AuthorAgeFilesLines
* use "Jinja" instead of "Jinja2"David Lord2019-10-231-1/+1
|
* Fix use of 'is' operator for comparisonRaul Tambre2019-05-061-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 Ronacher2009-01-041-1/+1
| | | | | --HG-- branch : trunk
* Added example extension that uses the stream filtering and added unittests.Armin Ronacher2008-06-141-0/+78
--HG-- branch : trunk