summaryrefslogtreecommitdiff
path: root/jinja2/__init__.py
Commit message (Expand)AuthorAgeFilesLines
* move to src directoryDavid Lord2020-01-091-72/+0
* use "Jinja" instead of "Jinja2"David Lord2019-10-231-2/+2
* Merge branch '2.10.x'David Lord2019-10-041-1/+1
|\
| * release version 2.10.22.10.2David Lord2019-10-041-1/+1
| * update project metadataDavid Lord2019-10-041-1/+1
| * release 2.10.12.10.1David Lord2019-04-061-1/+1
* | Add ChainableUndefined allowing getattr & getitem (#997)Étienne Pelletier2019-05-081-2/+2
* | Lazy asyncsupport.patch_all()INADA Naoki2018-02-061-11/+0
* | Bump version number to 2.11.devDavid Lord2017-11-081-1/+1
|/
* Bump version number to 2.102.102.10-maintenanceDavid Lord2017-11-081-1/+1
* Add unit tests for namespace functionalityAdrian Moennich2017-06-241-1/+2
* 2.10-devArmin Ronacher2017-01-071-1/+1
* Bump version number to 2.92.9Armin Ronacher2017-01-071-1/+1
* Bump up the copyright to 2017Armin Ronacher2017-01-071-1/+1
* Added a more convenient autoescaping functionArmin Ronacher2017-01-071-1/+2
* Initial support for async renderingArmin Ronacher2016-12-281-0/+11
* This is 2.9.devArmin Ronacher2015-07-261-1/+1
* Bump version number to 2.82.8Armin Ronacher2015-07-261-1/+1
* Use PEP440-compatible dev versionThiefMAster2015-02-061-1/+1
* Added tests for logging undefined and added it to the docs.Armin Ronacher2014-06-061-2/+3
* This is now 2.8-devArmin Ronacher2013-05-201-1/+1
* Bump version number to 2.72.7Armin Ronacher2013-05-201-1/+1
* master is 2.7-devArmin Ronacher2011-07-241-1/+1
* version is now staticArmin Ronacher2011-07-241-5/+1
* Changed naked except statements to catch only subclasses of Exception.Ian Lewis2010-11-071-1/+1
* Biggest change to Jinja since the 1.x migration: added evaluation contextsArmin Ronacher2010-03-141-3/+6
* added a :class:`ModuleLoader` that can load templates fromArmin Ronacher2010-03-121-2/+3
* It's a new yearArmin Ronacher2010-01-221-1/+1
* include tags are now able to select between multiple templatesArmin Ronacher2010-01-141-4/+5
* Copyright switch to "The Jinja Team".Armin Ronacher2009-01-041-1/+1
* Various cleanups and added custom cycler.Armin Ronacher2008-10-051-2/+3
* Fixed bytecode cache and added support for memcached (tests still missing)Armin Ronacher2008-09-181-1/+2
* Improved bbcache and documented it.Armin Ronacher2008-09-171-0/+3
* some more documentation updates and minor code cleanups. Additionally True a...Armin Ronacher2008-05-281-2/+2
* added cache_clear functionArmin Ronacher2008-05-011-2/+3
* moved caching from loaders to environment and added environment overlaysArmin Ronacher2008-04-301-0/+10
* autoescaping is separate from finalize now and Markup is completely ignored i...Armin Ronacher2008-04-281-0/+4
* inheritance uses a less awkward hack for contexts now and subclassing templat...Armin Ronacher2008-04-241-39/+23
* fixed more unittestsArmin Ronacher2008-04-221-1/+1
* added first code for parser extensions and moved some code in speedups aroundArmin Ronacher2008-04-201-0/+1
* improved undefined behaviorArmin Ronacher2008-04-171-1/+2
* simplified loader api and added builtin cachingArmin Ronacher2008-04-171-0/+1
* added autoescapingArmin Ronacher2008-04-171-0/+1
* added sandbox and exchageable undefined objectsArmin Ronacher2008-04-141-0/+1
* first version of new parserArmin Ronacher2008-03-311-0/+1
* a clean restartArmin Ronacher2008-03-311-0/+58