summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | apply pyupgrade and f-stringsDavid Lord2020-02-0555-833/+642
| | | |
| * | | stop building universal wheelDavid Lord2020-02-052-9/+2
| | | |
| * | | remove more compat codeDavid Lord2020-02-0513-117/+56
| | | |
| * | | remove _compat moduleDavid Lord2020-02-0529-768/+266
| | | |
| * | | remove deprecated codeDavid Lord2020-02-0510-134/+9
| | | |
| * | | remove unsupported test envsDavid Lord2020-02-051-1/+1
| | | |
| * | | remove Python 2 from docsDavid Lord2020-02-0515-245/+115
|/ / /
* | | Merge branch '2.11.x'David Lord2020-02-057-21/+50
|\ \ \ | |/ /
| * | Merge pull request #1146 from tomaskrizek/stricter-getattr-checksDavid Lord2020-02-047-21/+50
| |\ \ | | |/ | |/| Use stricter getattr() checks for decorator functions
| | * add changelog and testDavid Lord2020-02-042-1/+31
| | |
| | * Use stricter getattr() checks for decorator functionsTomas Krizek2020-02-045-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 Lord2020-01-303-4/+17
|\ \ | |/
| * Merge pull request #1143 from pallets/bugfix/attribute-accessDavid Lord2020-01-303-4/+17
| |\ | | | | | | Fix attribute access in async code.
| | * add changelogDavid Lord2020-01-301-0/+9
| | |
| | * Added regression test for slicing of attributesArmin Ronacher2020-01-301-0/+4
| | |
| | * Fix attribute access in async code. Fixes #1141Armin Ronacher2020-01-301-4/+4
| |/
* | remove unsupported test envsDavid Lord2020-01-301-9/+2
| |
* | start version 3.0.0David Lord2020-01-273-16/+14
|/
* release version 2.11.02.11.0David Lord2020-01-272-6/+7
|
* add python 3.8 classifier, clean up changelogDavid Lord2020-01-262-11/+8
|
* isolate bytecode cache testsDavid Lord2020-01-261-3/+3
|
* import Markup from markupsafe, fix flake8 import warningsDavid Lord2020-01-269-20/+23
|
* increment bytecode cache versionDavid Lord2020-01-261-9/+6
|
* remove test and coverage results from ciDavid Lord2020-01-264-42/+9
|
* Merge pull request #1133 from pallets/revert-renameDavid Lord2020-01-2672-379/+408
|\ | | | | Revert "Rename to Jinja"
| * Revert "rename directory to jinja"revert-renameDavid Lord2020-01-2627-0/+0
| | | | | | | | This reverts commit eac9acb7aeabf6f3e0ed4cb876e200e5e72d0d0e.
| * Revert "rename imports to jinja"David Lord2020-01-2657-367/+393
| | | | | | | | This reverts commit 1167525b73863119f8bbec03ddb9d35eacff4bef.
| * Revert "add warning and alias for jinja2"David Lord2020-01-267-12/+15
|/ | | | This reverts commit fc9c60ba457efc4cadf6fa2886567e0ee6ca1a99.
* extract jinja2-compat to separate repoDavid Lord2020-01-1032-195/+0
|
* Merge pull request #1121 from pallets/the-great-renameDavid Lord2020-01-10104-408/+574
|\ | | | | Rename jinja2 to jinja
| * add warning and alias for jinja2David Lord2020-01-1039-15/+207
| |
| * rename imports to jinjaDavid Lord2020-01-1057-393/+367
| |
| * rename directory to jinjaDavid Lord2020-01-1027-0/+0
|/
* Merge pull request #1125 from pallets/styleDavid Lord2020-01-1097-7993/+6620
|\ | | | | move to src directory, add pre-commit
| * simplify module docstringsstyleDavid Lord2020-01-1038-387/+41
| |
| * remove old scripts and examplesDavid Lord2020-01-1031-2599/+34
| |
| * add py 3.8 and style to testsDavid Lord2020-01-102-20/+27
| |
| * more relative importsDavid Lord2020-01-108-33/+32
| | | | | | | | | | _identifier exports a compiled regex instead of a string to avoid some tricky cleanup
| * ensure deprecation warnings mention versionDavid Lord2020-01-106-13/+19
| |
| * apply flake8David Lord2020-01-1043-433/+426
| |
| * apply blackDavid Lord2020-01-1067-4883/+6198
| |
| * apply reorder-python-importsDavid Lord2020-01-1059-283/+460
| |
| * add pre-commit configDavid Lord2020-01-102-0/+40
| |
| * move to src directoryDavid Lord2020-01-0928-3/+4
|/
* Merge pull request #1117 from nvllsvm/fix_exc_pickleDavid Lord2020-01-083-0/+16
|\ | | | | Fix TemplateSyntaxError pickling
| * TemplateSyntaxError can be pickledAndrew Rabert2020-01-083-0/+16
|/
* Merge pull request #1122 from blueyed/vim-indentDavid Lord2020-01-061-8/+8
|\ | | | | ext/Vim/jinja.vim: minor fixes
| * ext/Vim/jinja.vim: fix issues reported by vintDaniel Hahler2020-01-061-5/+5
| |
| * ext/Vim/jinja.vim: fix indentDaniel Hahler2020-01-061-3/+3
| |
* | Merge pull request #1123 from blueyed/fix-typoDavid Lord2020-01-061-1/+1
|\ \ | |/ |/| minor: fix typo in docstring