summaryrefslogtreecommitdiff
path: root/src/jinja2/lexer.py
Commit message (Expand)AuthorAgeFilesLines
* fix mypy strict findingsDavid Lord2023-01-191-1/+1
* Re-use existing regex for whitespace detectionMatěj Volf2022-03-081-6/+3
* update pre-commit hooksDavid Lord2022-02-171-12/+12
* fix new mypy findingsDavid Lord2021-12-261-1/+1
* use exception chainingDavid Lord2021-10-041-1/+1
* fix typing that wasn't available in Python 3.6.0David Lord2021-05-131-2/+3
* add type annotationsDavid Lord2021-05-081-102/+149
* Split lines in lexer only by \r\n, \r and \nMatěj Volf2021-04-051-5/+10
* parse hex, octal, and binary integer literalsAlex Mykyta2021-04-051-2/+17
* ignore trim_blocks using '+%}'Amy2020-06-221-4/+8
* Merge branch '2.11.x'David Lord2020-04-131-5/+8
|\
| * Fix unintended lstrip_blocks behavior. Fixes #1138Peter Dolak2020-04-131-5/+8
* | Merge branch '2.11.x'David Lord2020-03-301-2/+6
|\ \ | |/
| * Fix tokens line number calculation when whitespace stripping is usedAndrey Lisin2020-03-301-2/+6
* | apply pyupgrade and f-stringsDavid Lord2020-02-051-77/+43
* | remove more compat codeDavid Lord2020-02-051-15/+2
* | remove _compat moduleDavid Lord2020-02-051-11/+5
* | remove Python 2 from docsDavid Lord2020-02-051-1/+3
|/
* Revert "rename directory to jinja"revert-renameDavid Lord2020-01-261-0/+841
* rename directory to jinjaDavid Lord2020-01-101-841/+0
* simplify module docstringsstyleDavid Lord2020-01-101-14/+4
* more relative importsDavid Lord2020-01-101-13/+4
* apply flake8David Lord2020-01-101-2/+4
* apply blackDavid Lord2020-01-101-246/+335
* apply reorder-python-importsDavid Lord2020-01-101-3/+6
* move to src directoryDavid Lord2020-01-091-0/+766