summaryrefslogtreecommitdiff
path: root/jinja2/asyncsupport.py
Commit message (Collapse)AuthorAgeFilesLines
* don't prefetch next item in loop contextDavid Lord2019-11-071-55/+65
|
* Lazy asyncsupport.patch_all()INADA Naoki2018-02-061-0/+3
| | | | fixes #765
* Add previtem/nextitem to loop contextAdrian Moennich2017-06-241-6/+8
| | | | related: #641
* Fixed async macro autoescape. Fixes #671Armin Ronacher2017-01-281-1/+18
|
* Remove unused/duplicate importsAdrian Moennich2017-01-091-1/+1
|
* First pass on async support for filtersArmin Ronacher2016-12-281-1/+9
|
* Made the env._async property public for filtersArmin Ronacher2016-12-281-5/+5
|
* Support the same set of loop functions for async modeArmin Ronacher2016-12-281-5/+30
|
* Improved wrapper code so that the API is more consistent on failureArmin Ronacher2016-12-281-6/+21
|
* Added support for async loop contextArmin Ronacher2016-12-281-0/+43
|
* Added basic support for async iterArmin Ronacher2016-12-281-0/+9
|
* Wrap generate to support async modeArmin Ronacher2016-12-281-0/+29
|
* Added tests for async functionality with imports and includesArmin Ronacher2016-12-281-9/+1
|
* Added untested support for imports and includes in async modeArmin Ronacher2016-12-281-0/+8
|
* First pass on implementing async default moduleArmin Ronacher2016-12-281-0/+31
|
* Restore original render func for non async usageArmin Ronacher2016-12-281-1/+1
|
* Basic async support for blocksArmin Ronacher2016-12-281-7/+34
|
* Automatically await on function calls if necessaryArmin Ronacher2016-12-281-0/+7
|
* Initial support for async renderingArmin Ronacher2016-12-281-0/+43