summaryrefslogtreecommitdiff
path: root/src/jinja2/asyncsupport.py
Commit message (Collapse)AuthorAgeFilesLines
* async support doesn't require patchinginline-asyncDavid Lord2021-04-101-249/+0
|
* imported templates can see the current globalsAmy2020-06-221-2/+2
| | | | | | | _get_default_module takes an optional context to indicate that the template is imported. If there are differences between the environment and rendered template globals, a new module is used for the imported template.
* apply pyupgrade and f-stringsDavid Lord2020-02-051-1/+0
|
* remove more compat codeDavid Lord2020-02-051-3/+1
|
* remove deprecated codeDavid Lord2020-02-051-12/+0
|
* import Markup from markupsafe, fix flake8 import warningsDavid Lord2020-01-261-1/+2
|
* Revert "rename directory to jinja"revert-renameDavid Lord2020-01-261-0/+263
| | | | This reverts commit eac9acb7aeabf6f3e0ed4cb876e200e5e72d0d0e.
* rename directory to jinjaDavid Lord2020-01-101-263/+0
|
* simplify module docstringsstyleDavid Lord2020-01-101-9/+2
|
* more relative importsDavid Lord2020-01-101-4/+4
| | | | | _identifier exports a compiled regex instead of a string to avoid some tricky cleanup
* apply blackDavid Lord2020-01-101-14/+20
|
* apply reorder-python-importsDavid Lord2020-01-101-6/+6
|
* move to src directoryDavid Lord2020-01-091-0/+264