summaryrefslogtreecommitdiff
path: root/src/jinja2/compiler.py
Commit message (Expand)AuthorAgeFilesLines
* [pre-commit.ci] auto fixes from pre-commit.com hookspre-commit-ci[bot]2023-02-071-1/+0
* add parens around auto_await for filters and callsDavid Lord2022-03-071-4/+4
* Merge branch '3.0.x'David Lord2021-12-261-1/+1
|\
| * fix new mypy findingsDavid Lord2021-12-261-1/+1
* | support native types in macrosMartin Krizek2021-11-101-0/+1
* | drop Python 3.6David Lord2021-11-081-1/+0
|/
* imported macros can access template globals in async modeDaniel Stone2021-10-041-3/+1
* make compile_templates deterministicTakuto Ikuta2021-08-091-1/+1
* clear assignments in loops at end of iterationAmy2021-05-211-0/+5
* fix typing that wasn't available in Python 3.6.0David Lord2021-05-131-1/+2
* add type annotationsDavid Lord2021-05-081-233/+332
* async support doesn't require patchinginline-asyncDavid Lord2021-04-101-8/+7
* unify/rename filter and function decoratorsDavid Lord2021-04-101-21/+26
* extract common code for import/from nodesDavid Lord2021-04-101-20/+13
* refactor compiler environment.is_async checksangelafrentz2021-04-091-25/+21
* add 'is filter' and 'is test' testsDavid Lord2021-04-041-29/+66
* allow optional use of filter based on existenceAmy2021-04-041-2/+26
* track local loop/block vars for contextfunctionsAmy2021-03-261-4/+37
* allow scoped blocks to access loop varsAmy2021-03-261-3/+6
* consistent typing configDavid Lord2021-02-241-1/+2
* add required attribute to blocksAmy2021-01-291-0/+9
* Setup mypyTeymour Aldridge2020-07-281-12/+12
* imported templates can see the current globalsAmy2020-06-221-2/+2
* apply pyupgrade and f-stringsDavid Lord2020-02-051-190/+146
* remove more compat codeDavid Lord2020-02-051-0/+1
* remove _compat moduleDavid Lord2020-02-051-78/+32
* Use stricter getattr() checks for decorator functionsTomas Krizek2020-02-041-6/+6
* Fix attribute access in async code. Fixes #1141Armin Ronacher2020-01-301-4/+4
* import Markup from markupsafe, fix flake8 import warningsDavid Lord2020-01-261-3/+4
* Revert "rename directory to jinja"revert-renameDavid Lord2020-01-261-0/+1842
* rename directory to jinjaDavid Lord2020-01-101-1842/+0
* simplify module docstringsstyleDavid Lord2020-01-101-9/+1
* more relative importsDavid Lord2020-01-101-1/+1
* apply flake8David Lord2020-01-101-7/+6
* apply blackDavid Lord2020-01-101-415/+484
* apply reorder-python-importsDavid Lord2020-01-101-11/+21
* move to src directoryDavid Lord2020-01-091-0/+1772