summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
...
* deprecate 'with' and 'autoescape' extensionsFawziyahAlebiosu2021-01-292-14/+11
* add required attribute to blocksAmy2021-01-292-1/+120
* detect custom async filters in as_constRichard Gibson2020-10-311-0/+29
* Setup mypyTeymour Aldridge2020-07-283-4/+6
* ignore trim_blocks using '+%}'Amy2020-06-221-0/+118
* imported templates can see the current globalsAmy2020-06-221-2/+19
* add more tests for import context behaviorAmy2020-06-191-0/+24
* remove sandbox._MagicFormatMappingAmy2020-06-151-0/+7
* Merge branch '2.11.x'David Lord2020-04-132-0/+103
|\
| * native only evals at end of renderDavid Lord2020-04-131-0/+9
| * Add tests for lstrip whitespace behavior fixPeter Dolak2020-04-131-0/+92
* | add changelog and cleanup for pep 451 supportDavid Lord2020-03-301-14/+7
* | Use importlib machinery to fix PEP 451 import hooksAnthony Sottile2020-03-301-0/+41
* | Merge branch '2.11.x'David Lord2020-03-302-0/+29
|\ \ | |/
| * namespace object works in async templatesBart Feenstra2020-03-301-0/+11
| * Fix tokens line number calculation when whitespace stripping is usedAndrey Lisin2020-03-301-0/+18
* | Merge branch '2.11.x'David Lord2020-03-301-0/+15
|\ \ | |/
| * Revert "PackageLoader doesn't depend on setuptools"David Lord2020-03-302-50/+0
| * AttributeError in undefined message doesn't cause RuntimeErrorDavid Lord2020-03-271-0/+15
* | Merge branch '2.11.x'David Lord2020-02-271-0/+7
|\ \ | |/
| * use soft_str in do_wordcount, to trigger undefinedMatt Martz2020-02-271-0/+7
* | Merge branch '2.11.x'David Lord2020-02-0516-111/+0
|\ \ | |/
| * remove custom pytest marksDavid Lord2020-02-0516-111/+0
* | apply pyupgrade and f-stringsDavid Lord2020-02-0519-261/+229
* | remove more compat codeDavid Lord2020-02-053-36/+24
* | remove _compat moduleDavid Lord2020-02-059-162/+40
* | remove deprecated codeDavid Lord2020-02-052-11/+2
|/
* add changelog and testDavid Lord2020-02-041-0/+19
* Added regression test for slicing of attributesArmin Ronacher2020-01-301-0/+4
* isolate bytecode cache testsDavid Lord2020-01-261-3/+3
* Revert "rename imports to jinja"David Lord2020-01-2621-166/+168
* Revert "add warning and alias for jinja2"David Lord2020-01-261-3/+3
* add warning and alias for jinja2David Lord2020-01-101-3/+3
* rename imports to jinjaDavid Lord2020-01-1021-168/+166
* simplify module docstringsstyleDavid Lord2020-01-1015-135/+0
* ensure deprecation warnings mention versionDavid Lord2020-01-101-4/+0
* apply flake8David Lord2020-01-1017-220/+143
* apply blackDavid Lord2020-01-1023-2542/+3178
* apply reorder-python-importsDavid Lord2020-01-1018-53/+113
* TemplateSyntaxError can be pickledAndrew Rabert2020-01-081-0/+7
* handle Undefined in get/select_templateDavid Lord2019-12-051-0/+25
* TemplateSyntaxError from included template has sourceDavid Lord2019-12-031-4/+19
* add a node for derived context referencesDaniel Watkins2019-12-021-4/+21
* rewrite traceback rewriting supportDavid Lord2019-12-021-2/+2
* refactor visit_OutputDavid Lord2019-11-202-22/+21
* add test and changelog for constant comparison foldingDavid Lord2019-11-201-8/+31
* async templates await attribute accessrefactor-loop-contextDavid Lord2019-11-072-20/+24
* clarify quoting behavior of urlencode filterDavid Lord2019-11-041-12/+17
* reformat, doc, and test for wordwrapDavid Lord2019-11-011-0/+6
* Merge pull request #673 from MrSenko/get_corresponding_lineno_tracebackDavid Lord2019-11-011-0/+4
|\