summaryrefslogtreecommitdiff
path: root/jinja2/environment.py
Commit message (Expand)AuthorAgeFilesLines
* creating a NativeTemplate creates a NativeEnvironmentnative-template-envDavid Lord2019-10-281-11/+18
* use "Jinja" instead of "Jinja2"David Lord2019-10-231-1/+1
* Fix typos (#815)luzpaz2018-02-181-1/+1
* Lazy asyncsupport.patch_all()INADA Naoki2018-02-061-0/+2
* Minor docstring grammar fix (#772)Eli Boyarski2017-09-181-1/+1
* Bump up the copyright to 2017Armin Ronacher2017-01-071-1/+1
* Fix various optimizer bugs. This fixes #548bugfix/inline-optmiizeArmin Ronacher2017-01-061-4/+2
* Better error messages for some undefines. This fixes #575feature/no-localsArmin Ronacher2017-01-061-2/+12
* Support old-style classes for attribute lookups. Fixes #631Armin Ronacher2016-12-311-1/+1
* Make noopener the default for urlizeArmin Ronacher2016-12-311-1/+4
* Added note for async from filter callsArmin Ronacher2016-12-281-0/+5
* Made the env._async property public for filtersArmin Ronacher2016-12-281-2/+2
* Support the same set of loop functions for async modeArmin Ronacher2016-12-281-0/+18
* Improved wrapper code so that the API is more consistent on failureArmin Ronacher2016-12-281-0/+15
* Added tests for async functionality with imports and includesArmin Ronacher2016-12-281-4/+0
* Added untested support for imports and includes in async modeArmin Ronacher2016-12-281-0/+4
* Use more _get_default_module callsArmin Ronacher2016-12-281-1/+3
* First pass on implementing async default moduleArmin Ronacher2016-12-281-2/+8
* Stop use of .module in generated codeArmin Ronacher2016-12-281-4/+7
* Initial support for async renderingArmin Ronacher2016-12-281-1/+2
* Add async flagsArmin Ronacher2016-12-281-3/+12
* Change environment cache key constructionpgjones2016-05-211-1/+2
* Change cache key definitiion in environmentpgjones2016-05-191-9/+1
* use double ticks for code in rstDavid Lord2016-05-021-5/+5
* Use constant name in doc (fixes #544)Raphael Boidol2016-05-011-1/+1
* Use partial(next, ...) instead get_next()Sebastian Noack2015-08-101-23/+23
* Let the Environment override the ContextThiefMaster2015-04-061-1/+5
* Let the Environment override the CodeGeneratorThiefMaster2015-04-061-1/+5
* Fix doctestsMarkus Unterwaditzer2015-03-221-10/+9
* Typo Fixed.Abhishek Kumar Singh2015-03-071-1/+1
* Increased cache size to 400.Armin Ronacher2014-08-281-3/+6
* Merge pull request #293 from carldunham/docfixArmin Ronacher2014-06-061-1/+1
|\
| * fixed some typos and clarifyingCarl A Dunham2014-01-181-1/+1
* | Make sure filtering returns a list for template listing.Armin Ronacher2014-06-061-1/+1
* | Merge pull request #319 from richierichrawr/masterArmin Ronacher2014-06-061-7/+7
|\ \
| * | Edit code comments for readabilityrichierichrawr2014-04-051-7/+7
| |/
* | Style cleanups in environment and a tiny bugfix.Armin Ronacher2014-06-061-8/+9
* | Fixed issue #309Armin Ronacher2014-06-061-1/+3
* | better assignmentWing2014-05-171-1/+1
* | check for if loader does not implement get_source()Wing2014-05-171-2/+6
* | if template is not file, use name for cache keyWing2014-05-171-1/+4
* | Update environment.pyWing2014-05-171-1/+1
* | Update environment.pyWing2014-05-171-1/+1
* | use abs path for cache keyWing2014-05-171-2/+4
|/
* Fixed a bug with call_filter not working properlyArmin Ronacher2013-07-041-2/+2
* Disable py_compile for Python 3 and pypyArmin Ronacher2013-05-201-8/+15
* More cleanup in the utils moduleArmin Ronacher2013-05-201-5/+5
* Make the runtime leak less of the version hacksArmin Ronacher2013-05-201-6/+9
* Added unicode mixin for unified string logicArmin Ronacher2013-05-191-9/+2
* PY3 -> PY2 macroArmin Ronacher2013-05-191-5/+8