aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-02-05remove more compat codeDavid Lord
2020-02-05remove _compat moduleDavid Lord
2020-02-05remove deprecated codeDavid Lord
2020-02-05remove unsupported test envsDavid Lord
2020-02-05remove Python 2 from docsDavid Lord
2020-02-05Merge branch '2.11.x'David Lord
2020-02-04Merge pull request #1146 from tomaskrizek/stricter-getattr-checksDavid Lord
2020-02-04add changelog and testDavid Lord
2020-02-04Use stricter getattr() checks for decorator functionsTomas Krizek
2020-01-30release version 2.11.1David Lord
2020-01-30Merge branch '2.11.x'David Lord
2020-01-30Merge pull request #1143 from pallets/bugfix/attribute-accessDavid Lord
2020-01-30add changelogDavid Lord
2020-01-30Added regression test for slicing of attributesArmin Ronacher
2020-01-30Fix attribute access in async code. Fixes #1141Armin Ronacher
2020-01-30remove unsupported test envsDavid Lord
2020-01-27start version 3.0.0David Lord
2020-01-27release version 2.11.0David Lord
2020-01-26add python 3.8 classifier, clean up changelogDavid Lord
2020-01-26isolate bytecode cache testsDavid Lord
2020-01-26import Markup from markupsafe, fix flake8 import warningsDavid Lord
2020-01-26increment bytecode cache versionDavid Lord
2020-01-26remove test and coverage results from ciDavid Lord
2020-01-26Merge pull request #1133 from pallets/revert-renameDavid Lord
2020-01-26Revert "rename directory to jinja"David Lord
2020-01-26Revert "rename imports to jinja"David Lord
2020-01-26Revert "add warning and alias for jinja2"David Lord
2020-01-10extract jinja2-compat to separate repoDavid Lord
2020-01-10Merge pull request #1121 from pallets/the-great-renameDavid Lord
2020-01-10add warning and alias for jinja2David Lord
2020-01-10rename imports to jinjaDavid Lord
2020-01-10rename directory to jinjaDavid Lord
2020-01-10Merge pull request #1125 from pallets/styleDavid Lord
2020-01-10simplify module docstringsDavid Lord
2020-01-10remove old scripts and examplesDavid Lord
2020-01-10add py 3.8 and style to testsDavid Lord
2020-01-10more relative importsDavid 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-10add pre-commit configDavid Lord
2020-01-09move to src directoryDavid Lord
2020-01-08Merge pull request #1117 from nvllsvm/fix_exc_pickleDavid Lord
2020-01-08TemplateSyntaxError can be pickledAndrew Rabert
2020-01-06Merge pull request #1122 from blueyed/vim-indentDavid Lord
2020-01-06Merge pull request #1123 from blueyed/fix-typoDavid Lord
2020-01-06minor: fix typo in docstringDaniel Hahler
2020-01-06ext/Vim/jinja.vim: fix issues reported by vintDaniel Hahler
2020-01-06ext/Vim/jinja.vim: fix indentDaniel Hahler