summaryrefslogtreecommitdiff
path: root/src/jinja2/utils.py
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | Use pass_context instead of contextfilter and contextfunction, etc.
* 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
| | | | | | | | | | | | | | | | | | don't try other url types if one already matched no-op function if trim is not enabled avoid backtracking when matching trailing punctuation match head and tail punctuation separately don't scan for unbalanced parentheses more than necessary ensure email domain starts and ends with a word character
* | update urlize docs, clean up codeDavid Lord2021-01-301-32/+70
| | | | | | | | | | | | move regexes near implementation commented verbose regex for http pattern renamed extra_uri_schemes to extra_schemes
* | 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
| | | | This reverts commit eac9acb7aeabf6f3e0ed4cb876e200e5e72d0d0e.
* 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
| | | | | _identifier exports a compiled regex instead of a string to avoid some tricky cleanup
* 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