Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | apply pyupgrade and f-strings | David Lord | 2020-02-05 | 1 | -24/+23 |
| | |||||
* | remove more compat code | David Lord | 2020-02-05 | 1 | -8/+6 |
| | |||||
* | remove _compat module | David Lord | 2020-02-05 | 1 | -24/+13 |
| | |||||
* | remove deprecated code | David Lord | 2020-02-05 | 1 | -36/+2 |
| | |||||
* | remove Python 2 from docs | David Lord | 2020-02-05 | 1 | -6/+6 |
| | |||||
* | Use stricter getattr() checks for decorator functions | Tomas Krizek | 2020-02-04 | 1 | -3/+3 |
| | | | | | | | Explicit checks for "is True" prevents unexpected behaviour with objects that are callable and have permissive gettatr(), such as Mock. Fixes #1145 | ||||
* | import Markup from markupsafe, fix flake8 import warnings | David Lord | 2020-01-26 | 1 | -2/+3 |
| | |||||
* | Revert "rename directory to jinja"revert-rename | David Lord | 2020-01-26 | 1 | -0/+1361 |
| | | | | This reverts commit eac9acb7aeabf6f3e0ed4cb876e200e5e72d0d0e. | ||||
* | rename directory to jinja | David Lord | 2020-01-10 | 1 | -1361/+0 |
| | |||||
* | simplify module docstringsstyle | David Lord | 2020-01-10 | 1 | -8/+2 |
| | |||||
* | more relative imports | David Lord | 2020-01-10 | 1 | -3/+3 |
| | | | | | _identifier exports a compiled regex instead of a string to avoid some tricky cleanup | ||||
* | ensure deprecation warnings mention version | David Lord | 2020-01-10 | 1 | -2/+7 |
| | |||||
* | apply flake8 | David Lord | 2020-01-10 | 1 | -9/+15 |
| | |||||
* | apply black | David Lord | 2020-01-10 | 1 | -153/+213 |
| | |||||
* | apply reorder-python-imports | David Lord | 2020-01-10 | 1 | -21/+53 |
| | |||||
* | move to src directory | David Lord | 2020-01-09 | 1 | -0/+1264 |