Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | async support doesn't require patchinginline-async | David Lord | 2021-04-10 | 1 | -11/+0 |
| | |||||
* | Markup and escape should be imported from markupsafe | David Lord | 2021-04-10 | 1 | -8/+30 |
| | |||||
* | unify/rename filter and function decorators | David Lord | 2021-04-10 | 1 | -25/+111 |
| | | | | Use pass_context instead of contextfilter and contextfunction, etc. | ||||
* | add type annotations to filters and tests | David Lord | 2021-04-05 | 1 | -6/+11 |
| | |||||
* | consistent typing config | David Lord | 2021-02-24 | 1 | -1/+3 |
| | |||||
* | update tojson docs | David Lord | 2021-02-01 | 1 | -22/+30 |
| | |||||
* | Merge branch '2.11.x' | David Lord | 2021-01-31 | 1 | -5/+0 |
|\ | |||||
| * | speed up urlize matching | David Lord | 2021-01-31 | 1 | -51/+56 |
| | | |||||
* | | fix new formatting issues | David Lord | 2021-01-30 | 1 | -2/+1 |
| | | |||||
* | | refactor urlize function | David Lord | 2021-01-30 | 1 | -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 code | David Lord | 2021-01-30 | 1 | -32/+70 |
| | | | | | | | | | | | | move regexes near implementation commented verbose regex for http pattern renamed extra_uri_schemes to extra_schemes | ||||
* | | Improve and extend urlize | Bebleo | 2021-01-30 | 1 | -24/+56 |
| | | |||||
* | | Merge branch '2.11.x' | David Lord | 2020-03-30 | 1 | -1/+2 |
|\ \ | |/ | |||||
| * | namespace object works in async templates | Bart Feenstra | 2020-03-30 | 1 | -1/+2 |
| | | |||||
* | | Merge branch '2.11.x' | David Lord | 2020-03-30 | 1 | -6/+7 |
|\ \ | |/ | |||||
| * | AttributeError in undefined message doesn't cause RuntimeError | David Lord | 2020-03-27 | 1 | -3/+7 |
| | | |||||
* | | apply pyupgrade and f-strings | David Lord | 2020-02-05 | 1 | -45/+39 |
| | | |||||
* | | remove more compat code | David Lord | 2020-02-05 | 1 | -10/+4 |
| | | |||||
* | | remove _compat module | David Lord | 2020-02-05 | 1 | -18/+22 |
| | | |||||
* | | remove deprecated code | David Lord | 2020-02-05 | 1 | -55/+0 |
|/ | |||||
* | Revert "rename directory to jinja"revert-rename | David Lord | 2020-01-26 | 1 | -0/+727 |
| | | | | This reverts commit eac9acb7aeabf6f3e0ed4cb876e200e5e72d0d0e. | ||||
* | rename directory to jinja | David Lord | 2020-01-10 | 1 | -727/+0 |
| | |||||
* | simplify module docstringsstyle | David Lord | 2020-01-10 | 1 | -9/+0 |
| | |||||
* | more relative imports | David Lord | 2020-01-10 | 1 | -5/+6 |
| | | | | | _identifier exports a compiled regex instead of a string to avoid some tricky cleanup | ||||
* | apply flake8 | David Lord | 2020-01-10 | 1 | -12/+41 |
| | |||||
* | apply black | David Lord | 2020-01-10 | 1 | -85/+110 |
| | |||||
* | apply reorder-python-imports | David Lord | 2020-01-10 | 1 | -2/+5 |
| | |||||
* | move to src directory | David Lord | 2020-01-09 | 1 | -0/+678 |