aboutsummaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)Author
2020-08-18Revert "Revert "Import external/python/jinja into master""IRIS YANG
2020-07-17Revert "Import external/python/jinja into master"IRIS YANG
2020-06-22ignore trim_blocks using '+%}'Amy
2020-06-22imported templates can see the current globalsAmy
2020-06-19add more tests for import context behaviorAmy
2020-06-15remove sandbox._MagicFormatMappingAmy
2020-04-13Merge branch '2.11.x'David Lord
2020-04-13native only evals at end of renderDavid Lord
2020-04-13Add tests for lstrip whitespace behavior fixPeter Dolak
2020-03-30add changelog and cleanup for pep 451 supportDavid Lord
2020-03-30Use importlib machinery to fix PEP 451 import hooksAnthony Sottile
2020-03-30Merge branch '2.11.x'David Lord
2020-03-30namespace object works in async templatesBart Feenstra
2020-03-30Fix tokens line number calculation when whitespace stripping is usedAndrey Lisin
2020-03-30Merge branch '2.11.x'David Lord
2020-03-30Revert "PackageLoader doesn't depend on setuptools"David Lord
2020-03-27AttributeError in undefined message doesn't cause RuntimeErrorDavid Lord
2020-02-27Merge branch '2.11.x'David Lord
2020-02-27use soft_str in do_wordcount, to trigger undefinedMatt Martz
2020-02-05Merge branch '2.11.x'David Lord
2020-02-05remove custom pytest marksDavid Lord
2020-02-05apply pyupgrade and f-stringsDavid Lord
2020-02-05remove more compat codeDavid Lord
2020-02-05remove _compat moduleDavid Lord
2020-02-05remove deprecated codeDavid Lord
2020-02-04add changelog and testDavid Lord
2020-01-30Added regression test for slicing of attributesArmin Ronacher
2020-01-26isolate bytecode cache testsDavid Lord
2020-01-26Revert "rename imports to jinja"David Lord
2020-01-26Revert "add warning and alias for jinja2"David Lord
2020-01-10add warning and alias for jinja2David Lord
2020-01-10rename imports to jinjaDavid Lord
2020-01-10simplify module docstringsDavid Lord
2020-01-10ensure deprecation warnings mention versionDavid Lord
2020-01-10apply flake8David Lord
2020-01-10apply blackDavid Lord
2020-01-10apply reorder-python-importsDavid Lord
2020-01-08TemplateSyntaxError can be pickledAndrew Rabert
2019-12-05handle Undefined in get/select_templateDavid Lord
2019-12-03TemplateSyntaxError from included template has sourceDavid Lord
2019-12-02add a node for derived context referencesDaniel Watkins
2019-12-02rewrite traceback rewriting supportDavid Lord
2019-11-20refactor visit_OutputDavid Lord
2019-11-20add test and changelog for constant comparison foldingDavid Lord
2019-11-07async templates await attribute accessDavid Lord
2019-11-04clarify quoting behavior of urlencode filterDavid Lord
2019-11-01reformat, doc, and test for wordwrapDavid Lord
2019-11-01Merge pull request #673 from MrSenko/get_corresponding_lineno_tracebackDavid Lord
2019-10-28creating a NativeTemplate creates a NativeEnvironmentDavid Lord
2019-10-24don't create a third queueDavid Lord