]> git.ipfire.org Git - thirdparty/jinja.git/shortlog
thirdparty/jinja.git
2020-03-30  David Lordchangelog for reverting PackageLoader changes 1182/head
2020-03-30  David LordRevert "PackageLoader doesn't depend on setuptools"
2020-03-30  David LordRevert "PackageLoader understands namespace packages"
2020-03-27  David LordMerge pull request #1179 from pallets/undefined-recursion
2020-03-27  David LordAttributeError in undefined message doesn't cause Runti... 1179/head
2020-02-29  David LordMerge pull request #1163 from pallets/traceback-32-bit
2020-02-29  David Lordbetter PyObject_HEAD size calculation 1163/head
2020-02-28  David LordMerge pull request #1161 from ldealmei/patch-1
2020-02-28  ldealmeiAdd link to template designer documentation 1161/head
2020-02-27  David LordMerge pull request #1160 from sivel/wordcount-soft-str
2020-02-27  Matt Martzuse soft_str in do_wordcount, to trigger undefined 1160/head
2020-02-08  David LordMerge pull request #1149 from davidbrochart/fix_doc
2020-02-08  David Lordrewrite async discussion 1149/head
2020-02-08  David BrochartFix async doc
2020-02-06  David Lordremove custom pytest marks
2020-02-04  David LordMerge pull request #1146 from tomaskrizek/stricter...
2020-02-04  David Lordadd changelog and test 1146/head
2020-02-04  Tomas KrizekUse stricter getattr() checks for decorator functions
2020-01-30  David LordMerge pull request #1143 from pallets/bugfix/attribute...
2020-01-30  David Lordadd changelog 1143/head
2020-01-30  Armin RonacherAdded regression test for slicing of attributes
2020-01-30  Armin RonacherFix attribute access in async code. Fixes #1141
2020-01-27  David Lordrelease version 2.11.0 2.11.0
2020-01-27  David Lordadd python 3.8 classifier, clean up changelog
2020-01-27  David Lordisolate bytecode cache tests
2020-01-27  David Lordimport Markup from markupsafe, fix flake8 import warnings
2020-01-27  David Lordincrement bytecode cache version
2020-01-27  David Lordremove test and coverage results from ci
2020-01-27  David LordMerge pull request #1133 from pallets/revert-rename
2020-01-27  David LordRevert "rename directory to jinja" 1133/head
2020-01-27  David LordRevert "rename imports to jinja"
2020-01-27  David LordRevert "add warning and alias for jinja2"
2020-01-11  David Lordextract jinja2-compat to separate repo
2020-01-11  David LordMerge pull request #1121 from pallets/the-great-rename
2020-01-10  David Lordadd warning and alias for jinja2 1121/head
2020-01-10  David Lordrename imports to jinja
2020-01-10  David Lordrename directory to jinja
2020-01-10  David LordMerge pull request #1125 from pallets/style
2020-01-10  David Lordsimplify module docstrings 1125/head
2020-01-10  David Lordremove old scripts and examples
2020-01-10  David Lordadd py 3.8 and style to tests
2020-01-10  David Lordmore relative imports
2020-01-10  David Lordensure deprecation warnings mention version
2020-01-10  David Lordapply flake8
2020-01-10  David Lordapply black
2020-01-10  David Lordapply reorder-python-imports
2020-01-10  David Lordadd pre-commit config
2020-01-09  David Lordmove to src directory
2020-01-08  David LordMerge pull request #1117 from nvllsvm/fix_exc_pickle
2020-01-08  Andrew RabertTemplateSyntaxError can be pickled 1117/head
2020-01-06  David LordMerge pull request #1122 from blueyed/vim-indent
2020-01-06  David LordMerge pull request #1123 from blueyed/fix-typo
2020-01-06  Daniel Hahlerminor: fix typo in docstring 1123/head
2020-01-06  Daniel Hahlerext/Vim/jinja.vim: fix issues reported by vint 1122/head
2020-01-06  Daniel Hahlerext/Vim/jinja.vim: fix indent
2019-12-08  David LordMerge pull request #1115 from myii/patch-2
2019-12-08  Imran Iqbalfix(templates.rst): fix typo (`hat` => `that`) 1115/head
2019-12-05  David LordMerge pull request #1114 from pallets/import-undefined
2019-12-05  David Lordhandle Undefined in get/select_template 1114/head
2019-12-05  David LordMerge pull request #1113 from pallets/namespace-loader
2019-12-05  David LordPackageLoader understands namespace packages 1113/head
2019-12-03  David LordMerge pull request #1112 from pallets/include-syntax...
2019-12-03  David LordTemplateSyntaxError from included template has source 1112/head
2019-12-03  David LordMerge pull request #1111 from pallets/optimizer-nodes
2019-12-03  David Lordapply optimizer to all Expr nodes 1111/head
2019-12-02  David LordMerge pull request #861 from OddBloke/contextreference_...
2019-12-02  Daniel Watkinsadd a node for derived context references 861/head
2019-12-02  David LordMerge pull request #1110 from pallets/patch-traceback
2019-12-02  David Lordrewrite traceback rewriting support 1110/head
2019-11-20  David LordMerge pull request #1109 from pallets/visit-output...
2019-11-20  David Lordrefactor visit_Output 1109/head
2019-11-20  David LordMerge pull request #1105 from areebbeigh/issue-1102
2019-11-20  David Lordadd test and changelog for constant comparison folding 1105/head
2019-11-20  areebbeighreturn on first false when folding Compare node
2019-11-20  David LordMerge pull request #1108 from captainmalloc/runtime_calls
2019-11-20  Adriano Scodittiuse 'callable' instead of typechecking to inject context 1108/head
2019-11-08  David LordMerge pull request #1101 from pallets/refactor-loop...
2019-11-08  David Lordasync templates await attribute access 1101/head
2019-11-07  David Lorddon't prefetch next item in loop context
2019-11-04  David LordMerge pull request #1098 from pallets/urlencode-docs
2019-11-04  David Lordclarify quoting behavior of urlencode filter 1098/head
2019-11-01  David LordMerge pull request #829 from aogier/feature/550-hyphens...
2019-11-01  Alessandro... add break_on_hyphens parameter to wordwrap filter 829/head
2019-11-01  David LordMerge pull request #766 from fheinle/palletes_jinja_175...
2019-11-01  David Lordreformat, doc, and test for wordwrap 766/head
2019-11-01  Florian Heinlelet wordwrap filter respect existing newlines
2019-11-01  David LordMerge pull request #673 from MrSenko/get_corresponding_...
2019-10-28  David LordMerge pull request #1096 from pallets/compile-encoding
2019-10-28  David Lordcompile writes utf8 1096/head
2019-10-28  David LordMerge pull request #1095 from pallets/native-template-env
2019-10-28  David Lordcreating a NativeTemplate creates a NativeEnvironment 1095/head
2019-10-28  David LordMerge pull request #1093 from cclauss/print-function
2019-10-27  cclaussUse print() function in both Python2 and Python 3 1093/head
2019-10-24  David LordMerge pull request #1090 from pallets/lrucache-copy
2019-10-24  David Lorddon't create a third queue 1090/head
2019-10-24  Ryan SiemensLRUCache.copy initializes queue methods
2019-10-23  David Lorduse "Jinja" instead of "Jinja2"
2019-10-23  David LordMerge pull request #1087 from pallets/jinja-name
2019-10-23  David Lorduse "Jinja" instead of "Jinja2" 1087/head
2019-10-22  David LordMerge pull request #1086 from pallets/native-string...
next