summaryrefslogtreecommitdiff
path: root/src/jinja2/utils.py
Commit message (Expand)AuthorAgeFilesLines
* fix deprecated `Markup` subclassDavid Lord2021-05-171-1/+1
* fix typing that wasn't available in Python 3.6.0David Lord2021-05-131-1/+4
* add type annotationsDavid Lord2021-05-081-90/+88
* fix Markup subclassDavid Lord2021-04-171-2/+2
* mention jinja in deprecation messageDavid Lord2021-04-151-7/+10
* async support doesn't require patchinginline-asyncDavid Lord2021-04-101-11/+0
* Markup and escape should be imported from markupsafeDavid Lord2021-04-101-8/+30
* unify/rename filter and function decoratorsDavid Lord2021-04-101-25/+111
* add type annotations to filters and testsDavid Lord2021-04-051-6/+11
* consistent typing configDavid Lord2021-02-241-1/+3
* update tojson docsDavid Lord2021-02-011-22/+30
* Merge branch '2.11.x'David Lord2021-01-311-5/+0
|\
| * speed up urlize matchingDavid Lord2021-01-311-51/+56
* | fix new formatting issuesDavid Lord2021-01-301-2/+1
* | refactor urlize functionDavid Lord2021-01-301-63/+71
* | update urlize docs, clean up codeDavid Lord2021-01-301-32/+70
* | Improve and extend urlizeBebleo2021-01-301-24/+56
* | Merge branch '2.11.x'David Lord2020-03-301-1/+2
|\ \ | |/
| * namespace object works in async templatesBart Feenstra2020-03-301-1/+2
* | Merge branch '2.11.x'David Lord2020-03-301-6/+7
|\ \ | |/
| * AttributeError in undefined message doesn't cause RuntimeErrorDavid Lord2020-03-271-3/+7
* | apply pyupgrade and f-stringsDavid Lord2020-02-051-45/+39
* | remove more compat codeDavid Lord2020-02-051-10/+4
* | remove _compat moduleDavid Lord2020-02-051-18/+22
* | remove deprecated codeDavid Lord2020-02-051-55/+0
|/
* Revert "rename directory to jinja"revert-renameDavid Lord2020-01-261-0/+727
* rename directory to jinjaDavid Lord2020-01-101-727/+0
* simplify module docstringsstyleDavid Lord2020-01-101-9/+0
* more relative importsDavid Lord2020-01-101-5/+6
* apply flake8David Lord2020-01-101-12/+41
* apply blackDavid Lord2020-01-101-85/+110
* apply reorder-python-importsDavid Lord2020-01-101-2/+5
* move to src directoryDavid Lord2020-01-091-0/+678