index
:
delta/jinja2.git
2.10-maintenance
2.10.x
2.11.x
2.5-maintenance
2.7-maintenance
2.8-maintenance
2.9-maintenance
2.9.x
3.0.x
3.1.x
GH-1194-formal-grammar
GH-1253-set-within-if
GH-1413-set-namespace-tuple
baserock/morph
bugfix/attribute-access
bugfix/inline-optmiize
dependabot/add-v2-config-file
dependabot/pip/pip-tools-5.2.0
dependabot/pip/pip-tools-6.3.0
dependabot/pip/pip-tools-6.4.0
dependabot/pip/pre-commit-2.10.0
dependabot/pip/pre-commit-2.14.1
dependabot/pip/pre-commit-2.15.0
dependabot/pip/pre-commit-2.16.0
dependabot/pip/pytest-5.4.3
dependabot/pip/pytest-6.2.2
dependabot/pip/pytest-6.2.5
dependabot/pip/requirements/3.0.x/sphinx-issues-2.0.0
dependabot/pip/requirements/3.0.x/tox-3.24.5
dependabot/pip/tox-3.15.2
dependabot/pip/tox-3.24.3
dependabot/pip/tox-3.24.4
docs
docs-globals
drop-python2
feature/async
feature/kill-stringdefs
feature/no-locals
feature/overlay-scopes
feature/pairs
inline-async
isinstance-tests
main
master
native-template-env
no-finalize-template-data
operator-tests
patch-traceback
pkgutil-loader
pre-commit-ci-update-config
pytest-cleanup
refactor-loop-context
remove-docs-dev
replace-easy-install-instructions-with-pip
revert-1121-the-great-rename
revert-rename
sphinx
sprint-branch
style
the-great-rename
tproxy
unify-decorators
unpin-pytest
urlize-speedup
website
github.com: mitsuhiko/jinja2.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
jinja2
/
asyncsupport.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
work
patch-traceback
David Lord
2019-11-27
1
-7
/
+3
*
don't prefetch next item in loop context
David Lord
2019-11-07
1
-55
/
+65
*
Lazy asyncsupport.patch_all()
INADA Naoki
2018-02-06
1
-0
/
+3
*
Add previtem/nextitem to loop context
Adrian Moennich
2017-06-24
1
-6
/
+8
*
Fixed async macro autoescape. Fixes #671
Armin Ronacher
2017-01-28
1
-1
/
+18
*
Remove unused/duplicate imports
Adrian Moennich
2017-01-09
1
-1
/
+1
*
First pass on async support for filters
Armin Ronacher
2016-12-28
1
-1
/
+9
*
Made the env._async property public for filters
Armin Ronacher
2016-12-28
1
-5
/
+5
*
Support the same set of loop functions for async mode
Armin Ronacher
2016-12-28
1
-5
/
+30
*
Improved wrapper code so that the API is more consistent on failure
Armin Ronacher
2016-12-28
1
-6
/
+21
*
Added support for async loop context
Armin Ronacher
2016-12-28
1
-0
/
+43
*
Added basic support for async iter
Armin Ronacher
2016-12-28
1
-0
/
+9
*
Wrap generate to support async mode
Armin Ronacher
2016-12-28
1
-0
/
+29
*
Added tests for async functionality with imports and includes
Armin Ronacher
2016-12-28
1
-9
/
+1
*
Added untested support for imports and includes in async mode
Armin Ronacher
2016-12-28
1
-0
/
+8
*
First pass on implementing async default module
Armin Ronacher
2016-12-28
1
-0
/
+31
*
Restore original render func for non async usage
Armin Ronacher
2016-12-28
1
-1
/
+1
*
Basic async support for blocks
Armin Ronacher
2016-12-28
1
-7
/
+34
*
Automatically await on function calls if necessary
Armin Ronacher
2016-12-28
1
-0
/
+7
*
Initial support for async rendering
Armin Ronacher
2016-12-28
1
-0
/
+43