summaryrefslogtreecommitdiff
path: root/src/jinja2/runtime.py
Commit message (Collapse)AuthorAgeFilesLines
* apply pyupgrade and f-stringsDavid Lord2020-02-051-69/+46
|
* remove _compat moduleDavid Lord2020-02-051-117/+45
|
* remove Python 2 from docsDavid Lord2020-02-051-2/+2
|
* Use stricter getattr() checks for decorator functionsTomas Krizek2020-02-041-3/+3
| | | | | | | Explicit checks for "is True" prevents unexpected behaviour with objects that are callable and have permissive gettatr(), such as Mock. Fixes #1145
* import Markup from markupsafe, fix flake8 import warningsDavid Lord2020-01-261-5/+5
|
* Revert "rename directory to jinja"revert-renameDavid Lord2020-01-261-0/+1011
| | | | This reverts commit eac9acb7aeabf6f3e0ed4cb876e200e5e72d0d0e.
* rename directory to jinjaDavid Lord2020-01-101-1011/+0
|
* simplify module docstringsstyleDavid Lord2020-01-101-9/+1
|
* apply flake8David Lord2020-01-101-14/+18
|
* apply blackDavid Lord2020-01-101-104/+201
|
* apply reorder-python-importsDavid Lord2020-01-101-10/+22
|
* move to src directoryDavid Lord2020-01-091-0/+906