Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | apply pyupgrade and f-strings | David Lord | 2020-02-05 | 55 | -833/+642 | |
| | | | | ||||||
| * | | | stop building universal wheel | David Lord | 2020-02-05 | 2 | -9/+2 | |
| | | | | ||||||
| * | | | remove more compat code | David Lord | 2020-02-05 | 13 | -117/+56 | |
| | | | | ||||||
| * | | | remove _compat module | David Lord | 2020-02-05 | 29 | -768/+266 | |
| | | | | ||||||
| * | | | remove deprecated code | David Lord | 2020-02-05 | 10 | -134/+9 | |
| | | | | ||||||
| * | | | remove unsupported test envs | David Lord | 2020-02-05 | 1 | -1/+1 | |
| | | | | ||||||
| * | | | remove Python 2 from docs | David Lord | 2020-02-05 | 15 | -245/+115 | |
|/ / / | ||||||
* | | | Merge branch '2.11.x' | David Lord | 2020-02-05 | 7 | -21/+50 | |
|\ \ \ | |/ / | ||||||
| * | | Merge pull request #1146 from tomaskrizek/stricter-getattr-checks | David Lord | 2020-02-04 | 7 | -21/+50 | |
| |\ \ | | |/ | |/| | Use stricter getattr() checks for decorator functions | |||||
| | * | add changelog and test | David Lord | 2020-02-04 | 2 | -1/+31 | |
| | | | ||||||
| | * | 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 | 3 | -4/+17 | |
|\ \ | |/ | ||||||
| * | Merge pull request #1143 from pallets/bugfix/attribute-access | David Lord | 2020-01-30 | 3 | -4/+17 | |
| |\ | | | | | | | Fix attribute access in async code. | |||||
| | * | add changelog | David Lord | 2020-01-30 | 1 | -0/+9 | |
| | | | ||||||
| | * | Added regression test for slicing of attributes | Armin Ronacher | 2020-01-30 | 1 | -0/+4 | |
| | | | ||||||
| | * | Fix attribute access in async code. Fixes #1141 | Armin Ronacher | 2020-01-30 | 1 | -4/+4 | |
| |/ | ||||||
* | | remove unsupported test envs | David Lord | 2020-01-30 | 1 | -9/+2 | |
| | | ||||||
* | | start version 3.0.0 | David Lord | 2020-01-27 | 3 | -16/+14 | |
|/ | ||||||
* | release version 2.11.02.11.0 | David Lord | 2020-01-27 | 2 | -6/+7 | |
| | ||||||
* | add python 3.8 classifier, clean up changelog | David Lord | 2020-01-26 | 2 | -11/+8 | |
| | ||||||
* | isolate bytecode cache tests | David Lord | 2020-01-26 | 1 | -3/+3 | |
| | ||||||
* | 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 | |
| | ||||||
* | remove test and coverage results from ci | David Lord | 2020-01-26 | 4 | -42/+9 | |
| | ||||||
* | Merge pull request #1133 from pallets/revert-rename | David Lord | 2020-01-26 | 72 | -379/+408 | |
|\ | | | | | Revert "Rename to Jinja" | |||||
| * | 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 | 57 | -367/+393 | |
| | | | | | | | | This reverts commit 1167525b73863119f8bbec03ddb9d35eacff4bef. | |||||
| * | Revert "add warning and alias for jinja2" | David Lord | 2020-01-26 | 7 | -12/+15 | |
|/ | | | | This reverts commit fc9c60ba457efc4cadf6fa2886567e0ee6ca1a99. | |||||
* | extract jinja2-compat to separate repo | David Lord | 2020-01-10 | 32 | -195/+0 | |
| | ||||||
* | Merge pull request #1121 from pallets/the-great-rename | David Lord | 2020-01-10 | 104 | -408/+574 | |
|\ | | | | | Rename jinja2 to jinja | |||||
| * | add warning and alias for jinja2 | David Lord | 2020-01-10 | 39 | -15/+207 | |
| | | ||||||
| * | rename imports to jinja | David Lord | 2020-01-10 | 57 | -393/+367 | |
| | | ||||||
| * | rename directory to jinja | David Lord | 2020-01-10 | 27 | -0/+0 | |
|/ | ||||||
* | Merge pull request #1125 from pallets/style | David Lord | 2020-01-10 | 97 | -7993/+6620 | |
|\ | | | | | move to src directory, add pre-commit | |||||
| * | simplify module docstringsstyle | David Lord | 2020-01-10 | 38 | -387/+41 | |
| | | ||||||
| * | remove old scripts and examples | David Lord | 2020-01-10 | 31 | -2599/+34 | |
| | | ||||||
| * | add py 3.8 and style to tests | David Lord | 2020-01-10 | 2 | -20/+27 | |
| | | ||||||
| * | more relative imports | David Lord | 2020-01-10 | 8 | -33/+32 | |
| | | | | | | | | | | _identifier exports a compiled regex instead of a string to avoid some tricky cleanup | |||||
| * | ensure deprecation warnings mention version | David Lord | 2020-01-10 | 6 | -13/+19 | |
| | | ||||||
| * | apply flake8 | David Lord | 2020-01-10 | 43 | -433/+426 | |
| | | ||||||
| * | apply black | David Lord | 2020-01-10 | 67 | -4883/+6198 | |
| | | ||||||
| * | apply reorder-python-imports | David Lord | 2020-01-10 | 59 | -283/+460 | |
| | | ||||||
| * | add pre-commit config | David Lord | 2020-01-10 | 2 | -0/+40 | |
| | | ||||||
| * | move to src directory | David Lord | 2020-01-09 | 28 | -3/+4 | |
|/ | ||||||
* | Merge pull request #1117 from nvllsvm/fix_exc_pickle | David Lord | 2020-01-08 | 3 | -0/+16 | |
|\ | | | | | Fix TemplateSyntaxError pickling | |||||
| * | TemplateSyntaxError can be pickled | Andrew Rabert | 2020-01-08 | 3 | -0/+16 | |
|/ | ||||||
* | Merge pull request #1122 from blueyed/vim-indent | David Lord | 2020-01-06 | 1 | -8/+8 | |
|\ | | | | | ext/Vim/jinja.vim: minor fixes | |||||
| * | ext/Vim/jinja.vim: fix issues reported by vint | Daniel Hahler | 2020-01-06 | 1 | -5/+5 | |
| | | ||||||
| * | ext/Vim/jinja.vim: fix indent | Daniel Hahler | 2020-01-06 | 1 | -3/+3 | |
| | | ||||||
* | | Merge pull request #1123 from blueyed/fix-typo | David Lord | 2020-01-06 | 1 | -1/+1 | |
|\ \ | |/ |/| | minor: fix typo in docstring |