summaryrefslogtreecommitdiff
path: root/src/jinja2/debug.py
Commit message (Collapse)AuthorAgeFilesLines
* consistent typing configDavid Lord2021-02-241-1/+1
|
* add 'linetable' to the preserved CodeType attributes (#1334)Thomas Moschny2021-01-191-0/+1
| | | | | add 'linetable' to the preserved CodeType attributes co_linetable replaces co_lnotab as part of PEP 626 in Python 3.10.
* Merge branch '2.11.x'David Lord2020-03-301-4/+1
|\
| * better PyObject_HEAD size calculationDavid Lord2020-02-281-4/+1
| | | | | | | | fixes infinite loop on Python 3.6 32-bit
* | apply pyupgrade and f-stringsDavid Lord2020-02-051-1/+1
| |
* | remove more compat codeDavid Lord2020-02-051-9/+4
| |
* | remove _compat moduleDavid Lord2020-02-051-7/+5
|/
* Revert "rename directory to jinja"revert-renameDavid Lord2020-01-261-0/+271
| | | | This reverts commit eac9acb7aeabf6f3e0ed4cb876e200e5e72d0d0e.
* rename directory to jinjaDavid Lord2020-01-101-271/+0
|
* apply flake8David Lord2020-01-101-1/+1
|
* apply blackDavid Lord2020-01-101-1/+6
|
* apply reorder-python-importsDavid Lord2020-01-101-4/+4
|
* move to src directoryDavid Lord2020-01-091-0/+266