Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | remove docs requirements from dev requirmentsremove-docs-dev | David Lord | 2020-05-23 | 3 | -35/+2 |
| | | | | otherwise Sphinx will cause Jinja to be pinned | ||||
* | try another dependabot ignore pattern | David Lord | 2020-05-18 | 1 | -1/+1 |
| | |||||
* | try another dependabot ignore pattern | David Lord | 2020-05-18 | 1 | -1/+1 |
| | |||||
* | fix dependabot config syntax | David Lord | 2020-05-18 | 1 | -1/+2 |
| | |||||
* | Merge pull request #1216 from pallets/dependabot-config | David Lord | 2020-05-18 | 1 | -0/+7 |
|\ | | | | | try to make dependabot ignore editable line | ||||
| * | try to make dependabot ignore editable line | David Lord | 2020-05-18 | 1 | -0/+7 |
|/ | |||||
* | Merge pull request #1214 from pallets/requirements | David Lord | 2020-05-18 | 10 | -8/+121 |
|\ | | | | | use pip-compile to pin dev requirements | ||||
| * | use pip-compile to pin dev requirements | David Lord | 2020-05-18 | 10 | -8/+121 |
|/ | |||||
* | Merge pull request #1213 from pallets/rtd-config | David Lord | 2020-05-18 | 1 | -0/+8 |
|\ | | | | | add readthedocs config | ||||
| * | add readthedocs config | David Lord | 2020-05-18 | 1 | -0/+8 |
|/ | |||||
* | Merge pull request #1196 from pallets/remove-vim | David Lord | 2020-04-19 | 3 | -202/+35 |
|\ | | | | | remove vim syntax file | ||||
| * | remove vim syntax file | David Lord | 2020-04-19 | 3 | -202/+35 |
|/ | | | | remove unmaintained information from integration doc | ||||
* | Merge branch '2.11.x' | David Lord | 2020-04-13 | 5 | -33/+127 |
|\ | |||||
| * | fix changelog header | David Lord | 2020-04-13 | 1 | -2/+2 |
| | | |||||
| * | release version 2.11.22.11.2 | David Lord | 2020-04-13 | 2 | -2/+2 |
| | | |||||
| * | Merge pull request #1190 from pallets/native-eval | David Lord | 2020-04-13 | 3 | -24/+20 |
| |\ | | | | | | | native only evals at end of render | ||||
| | * | native only evals at end of render | David Lord | 2020-04-13 | 3 | -24/+20 |
| |/ | | | | | | | Co-authored-by: Martin Krizek <mkrizek@redhat.com> | ||||
| * | Merge pull request #1183 from exponea/1138-fix-unintended-lstrip-behavior-change | David Lord | 2020-04-13 | 3 | -5/+102 |
| |\ | | | | | | | Fix unintended lstrip_blocks behavior | ||||
| | * | Add tests for lstrip whitespace behavior fix | Peter Dolak | 2020-04-13 | 2 | -0/+94 |
| | | | | | | | | | | | | | | | Also did peformance tests for the previous fix and saw no measurable impact. | ||||
| | * | Fix unintended lstrip_blocks behavior. Fixes #1138 | Peter Dolak | 2020-04-13 | 1 | -5/+8 |
| |/ | | | | | | | | | Introduced in #858. Tests will follow, also results of performance testing. | ||||
* | | Don't use setlocal in syntax file (#1164) | Ken Crowell | 2020-04-12 | 1 | -3/+0 |
| | | | | | | | | | | | | | | | | | | | | I'm not 100% sure that one should not use `setlocal` in a syntax file, but this breaks other filetypes that may include this syntax file, like the vim-markdown plugin. The `comments` and `commentstring` get set for that markdown buffer with the jinja settings. See https://github.com/dhruvasagar/vim-table-mode/issues/162#issuecomment-595317626 for an example of side effects. | ||||
* | | Update oudated CutomLoader code example (#1185) | Xinbin Huang | 2020-04-08 | 1 | -2/+2 |
| | | | | | | py3 for CustomLoader example | ||||
* | | Merge branch '2.11.x' | David Lord | 2020-04-08 | 0 | -0/+0 |
|\ \ | |/ | |||||
| * | Merge tag '2.11.1' into 2.11.x | David Lord | 2020-04-08 | 1 | -1/+1 |
| |\ | |||||
| | * | release version 2.11.12.11.1 | David Lord | 2020-01-30 | 2 | -2/+2 |
| | | | |||||
* | | | Merge pull request #1169 from asottile/pep_451 | David Lord | 2020-03-30 | 3 | -14/+49 |
|\ \ \ | | | | | | | | | Use importlib machinery to fix PEP 451 import hooks | ||||
| * | | | add changelog and cleanup for pep 451 support | David Lord | 2020-03-30 | 3 | -20/+15 |
| | | | | |||||
| * | | | Use importlib machinery to fix PEP 451 import hooks | Anthony Sottile | 2020-03-30 | 2 | -14/+54 |
|/ / / | |||||
* | | | Merge branch '2.11.x' | David Lord | 2020-03-30 | 5 | -3/+41 |
|\ \ \ | |/ / | |||||
| * | | Merge pull request #1181 from bartfeenstra/async-namespace | David Lord | 2020-03-30 | 3 | -1/+15 |
| |\ \ | | | | | | | | | Allow namespaces to be used in asynchronously rendered templates. | ||||
| | * | | namespace object works in async templates | Bart Feenstra | 2020-03-30 | 3 | -1/+15 |
| |/ / | |||||
| * | | Merge pull request #1178 from avli/fix-lexer-lineno | David Lord | 2020-03-30 | 3 | -2/+26 |
| |\ \ | | | | | | | | | Fix tokens line number calculation when whitespace stripping is used | ||||
| | * | | Fix tokens line number calculation when whitespace stripping is used | Andrey Lisin | 2020-03-30 | 3 | -2/+26 |
| |/ / | |||||
* | | | Merge branch '2.11.x' | David Lord | 2020-03-30 | 6 | -15/+41 |
|\ \ \ | |/ / | |||||
| * | | Merge pull request #1182 from pallets/revert-package-loader | David Lord | 2020-03-30 | 4 | -165/+53 |
| |\ \ | | | | | | | | | Revert dropping pkg_resources from PackageLoader for 2.11 | ||||
| | * | | changelog for reverting PackageLoader changes | David Lord | 2020-03-30 | 1 | -0/+6 |
| | | | | |||||
| | * | | Revert "PackageLoader doesn't depend on setuptools" | David Lord | 2020-03-30 | 3 | -134/+47 |
| | | | | | | | | | | | | | | | | This reverts commit 4b6077a8c0a0f56bb8dbac37f8f9027130b4091c. | ||||
| | * | | Revert "PackageLoader understands namespace packages" | David Lord | 2020-03-30 | 1 | -39/+8 |
| |/ / | | | | | | | | | | This reverts commit d2e0e78afe7c6ae864a20c2cc29e80936cff47af. | ||||
| * | | Merge pull request #1179 from pallets/undefined-recursion | David Lord | 2020-03-27 | 3 | -3/+25 |
| |\ \ | | | | | | | | | AttributeError in undefined message doesn't cause RuntimeError | ||||
| | * | | AttributeError in undefined message doesn't cause RuntimeError | David Lord | 2020-03-27 | 3 | -3/+25 |
| |/ / | |||||
| * | | Merge pull request #1163 from pallets/traceback-32-bit | David Lord | 2020-02-28 | 2 | -4/+3 |
| |\ \ | | | | | | | | | better PyObject_HEAD size calculation | ||||
| | * | | better PyObject_HEAD size calculation | David Lord | 2020-02-28 | 2 | -4/+3 |
| |/ / | | | | | | | | | | fixes infinite loop on Python 3.6 32-bit | ||||
| * | | Merge pull request #1161 from ldealmei/patch-1 | David Lord | 2020-02-28 | 1 | -3/+4 |
| |\ \ | | | | | | | | | Add link to template designer documentation | ||||
| | * | | Add link to template designer documentation | ldealmei | 2020-02-28 | 1 | -3/+4 |
| |/ / | | | | | | | | | | For those who were actually looking for the template design documentation putting a link directly to it might prevent them to have to google for it. When on the API page, there is no direct way to find the template design documentation. Hope this can help others. | ||||
* | | | Merge pull request #1174 from septatrix/patch-1 | Joshua Bronson | 2020-03-22 | 1 | -2/+2 |
|\ \ \ | | | | | | | | | Fix html tag | ||||
| * | | | Fix html tag | Nils K | 2020-03-22 | 1 | -2/+2 |
|/ / / | |||||
* | | | Merge branch '2.11.x' | David Lord | 2020-02-27 | 4 | -31/+40 |
|\ \ \ | |/ / | |||||
| * | | Merge pull request #1160 from sivel/wordcount-soft-str | David Lord | 2020-02-27 | 3 | -2/+10 |
| |\ \ | | | | | | | | | Use soft_str in do_wordcount, to trigger undefined | ||||
| | * | | use soft_str in do_wordcount, to trigger undefined | Matt Martz | 2020-02-27 | 3 | -2/+10 |
| |/ / | |||||
| * | | Merge pull request #1149 from davidbrochart/fix_doc | David Lord | 2020-02-08 | 1 | -29/+30 |
| |\ \ |