Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | add changelog and cleanup for pep 451 support | David Lord | 2020-03-30 | 1 | -6/+6 | |
| | | | ||||||
* | | | Use importlib machinery to fix PEP 451 import hooks | Anthony Sottile | 2020-03-30 | 1 | -14/+13 | |
| | | | ||||||
* | | | Merge branch '2.11.x' | David Lord | 2020-03-30 | 2 | -3/+8 | |
|\ \ \ | |/ / | ||||||
| * | | namespace object works in async templates | Bart Feenstra | 2020-03-30 | 1 | -1/+2 | |
| | | | ||||||
| * | | Fix tokens line number calculation when whitespace stripping is used | Andrey Lisin | 2020-03-30 | 1 | -2/+6 | |
| | | | ||||||
* | | | Merge branch '2.11.x' | David Lord | 2020-03-30 | 3 | -12/+10 | |
|\ \ \ | |/ / | ||||||
| * | | Revert "PackageLoader doesn't depend on setuptools" | David Lord | 2020-03-30 | 1 | -84/+47 | |
| | | | | | | | | | | | | This reverts commit 4b6077a8c0a0f56bb8dbac37f8f9027130b4091c. | |||||
| * | | Revert "PackageLoader understands namespace packages" | David Lord | 2020-03-30 | 1 | -39/+8 | |
| | | | | | | | | | | | | This reverts commit d2e0e78afe7c6ae864a20c2cc29e80936cff47af. | |||||
| * | | AttributeError in undefined message doesn't cause RuntimeError | David Lord | 2020-03-27 | 1 | -3/+7 | |
| | | | ||||||
| * | | better PyObject_HEAD size calculation | David Lord | 2020-02-28 | 1 | -4/+1 | |
| | | | | | | | | | | | | fixes infinite loop on Python 3.6 32-bit | |||||
* | | | Merge branch '2.11.x' | David Lord | 2020-02-27 | 1 | -1/+1 | |
|\ \ \ | |/ / | ||||||
| * | | use soft_str in do_wordcount, to trigger undefined | Matt Martz | 2020-02-27 | 1 | -1/+1 | |
| | | | ||||||
* | | | add note about ugettext | David Lord | 2020-02-05 | 1 | -4/+4 | |
| | | | ||||||
* | | | bump bytecode cache version | David Lord | 2020-02-05 | 1 | -1/+1 | |
| | | | ||||||
* | | | apply pyupgrade and f-strings | David Lord | 2020-02-05 | 24 | -538/+398 | |
| | | | ||||||
* | | | remove more compat code | David Lord | 2020-02-05 | 10 | -81/+32 | |
| | | | ||||||
* | | | remove _compat module | David Lord | 2020-02-05 | 20 | -606/+226 | |
| | | | ||||||
* | | | remove deprecated code | David Lord | 2020-02-05 | 6 | -122/+5 | |
| | | | ||||||
* | | | remove Python 2 from docs | David Lord | 2020-02-05 | 8 | -22/+23 | |
| | | | ||||||
* | | | Merge branch '2.11.x' | David Lord | 2020-02-05 | 5 | -20/+19 | |
|\ \ \ | |/ / | ||||||
| * | | Use stricter getattr() checks for decorator functions | Tomas Krizek | 2020-02-04 | 5 | -20/+19 | |
| |/ | | | | | | | | | | | | | Explicit checks for "is True" prevents unexpected behaviour with objects that are callable and have permissive gettatr(), such as Mock. Fixes #1145 | |||||
* | | Merge branch '2.11.x' | David Lord | 2020-01-30 | 1 | -4/+4 | |
|\ \ | |/ | ||||||
| * | Fix attribute access in async code. Fixes #1141 | Armin Ronacher | 2020-01-30 | 1 | -4/+4 | |
| | | ||||||
* | | start version 3.0.0 | David Lord | 2020-01-27 | 1 | -2/+1 | |
|/ | ||||||
* | release version 2.11.02.11.0 | David Lord | 2020-01-27 | 1 | -1/+1 | |
| | ||||||
* | import Markup from markupsafe, fix flake8 import warnings | David Lord | 2020-01-26 | 9 | -20/+23 | |
| | ||||||
* | increment bytecode cache version | David Lord | 2020-01-26 | 1 | -9/+6 | |
| | ||||||
* | Revert "rename directory to jinja"revert-rename | David Lord | 2020-01-26 | 27 | -0/+0 | |
| | | | | This reverts commit eac9acb7aeabf6f3e0ed4cb876e200e5e72d0d0e. | |||||
* | Revert "rename imports to jinja" | David Lord | 2020-01-26 | 13 | -62/+57 | |
| | | | | This reverts commit 1167525b73863119f8bbec03ddb9d35eacff4bef. | |||||
* | Revert "add warning and alias for jinja2" | David Lord | 2020-01-26 | 4 | -7/+10 | |
| | | | | This reverts commit fc9c60ba457efc4cadf6fa2886567e0ee6ca1a99. | |||||
* | add warning and alias for jinja2 | David Lord | 2020-01-10 | 4 | -10/+7 | |
| | ||||||
* | rename imports to jinja | David Lord | 2020-01-10 | 13 | -57/+62 | |
| | ||||||
* | rename directory to jinja | David Lord | 2020-01-10 | 27 | -0/+0 | |
| | ||||||
* | simplify module docstringsstyle | David Lord | 2020-01-10 | 22 | -242/+41 | |
| | ||||||
* | remove old scripts and examples | David Lord | 2020-01-10 | 1 | -4/+0 | |
| | ||||||
* | more relative imports | David Lord | 2020-01-10 | 7 | -29/+25 | |
| | | | | | _identifier exports a compiled regex instead of a string to avoid some tricky cleanup | |||||
* | ensure deprecation warnings mention version | David Lord | 2020-01-10 | 3 | -8/+15 | |
| | ||||||
* | apply flake8 | David Lord | 2020-01-10 | 18 | -106/+165 | |
| | ||||||
* | apply black | David Lord | 2020-01-10 | 25 | -1925/+2497 | |
| | ||||||
* | apply reorder-python-imports | David Lord | 2020-01-10 | 26 | -182/+275 | |
| | ||||||
* | move to src directory | David Lord | 2020-01-09 | 27 | -0/+12764 | |