summaryrefslogtreecommitdiff
path: root/jinja2/meta.py
Commit message (Collapse)AuthorAgeFilesLines
* exclude globals from find_undeclared_variablesBrendan2019-07-221-1/+1
|
* Bump up the copyright to 2017Armin Ronacher2017-01-071-1/+1
|
* Fixed various breakage from the new id trackingArmin Ronacher2017-01-031-3/+6
|
* Fix doctestsMarkus Unterwaditzer2015-03-221-2/+2
| | | | Fix #427
* Moved all six usages (ignoring testsuite) into jinja2._compatArmin Ronacher2013-05-191-4/+5
|
* python 3 port: manual fixes, remove 2to3 from setup.py, remove fixersThomas Waldmann2013-05-181-4/+4
|
* It's a new yearArmin Ronacher2010-01-221-1/+1
| | | | | --HG-- branch : trunk
* include tags are now able to select between multiple templatesArmin Ronacher2010-01-141-2/+27
| | | | | | | | and take the first that exists, if a list of templates is given. --HG-- branch : trunk
* Clarified copyrights.Armin Ronacher2009-09-131-1/+1
| | | | | --HG-- branch : trunk
* Added missing module.Armin Ronacher2009-07-261-0/+77
--HG-- branch : trunk