]> git.ipfire.org Git - thirdparty/jinja.git/shortlog
thirdparty/jinja.git
2019-08-09  Yuri Kunde... Update PyPI link to point to Jinja2 instead of 1 1045/head
2019-07-26  David LordMerge branch '2.10.x'
2019-07-26  David Lordfix tox docs build
2019-07-26  David LordMerge branch '2.9.x' into docs
2019-07-26  David LordMerge pull request #1042 from pallets/docs
2019-07-26  David Lordreformat readme 1042/head
2019-07-26  David Lordfix linkcheck issues
2019-07-26  David Lordmodernize docs config, use pallets-sphinx-themes
2019-07-25  Min ho KimFix typo
2019-07-23  David LordMerge pull request #1035 from utoddl/stable-sort-doc
2019-07-23  David Lordclean up sort filter docs 1035/head
2019-07-23  Todd Lewisdocument that sort is stable
2019-07-23  David LordMerge pull request #956 from revelt/patch-1
2019-07-23  David Lordclean up groupby filter docs 956/head
2019-07-23  Roy Reveltclarify groupby behavior in docs
2019-07-23  David LordMerge pull request #923 from CleoQc/feature/long_intege...
2019-07-23  David Lordclean up numeric underscore support 923/head
2019-07-23  CleoQcsupport underscore in int and float
2019-07-23  David LordMerge pull request #922 from CleoQc/feature/support_sci...
2019-07-23  David Lordclean up scientific notation support 922/head
2019-07-22  CleoQcsupport scientific notation
2019-07-22  David LordMerge pull request #961 from JulienPalard/TemplateNotFound
2019-07-22  David LordMerge pull request #981 from pwlandoll/2.10.x
2019-07-22  David LordMerge pull request #994 from bkiu/931-undeclared-variables
2019-07-22  Brendanexclude globals from find_undeclared_variables 994/head
2019-07-22  David LordMerge pull request #985 from bkiu/557-map-default
2019-07-22  David LordMerge branch 'master' into 557-map-default 985/head
2019-07-22  BrendanAdding a default parameter to builtin map filter
2019-07-22  David LordMerge pull request #986 from pbjr23/fix-safe-range...
2019-07-22  Prakhar Bhandarisandbox uses xrange on Python 2 986/head
2019-07-22  David LordMerge pull request #990 from tbnorth/vim_syntax_tweak
2019-07-22  David LordMerge pull request #1018 from kbiggers/jinja/557
2019-07-22  Kevinadd default to map filter 1018/head
2019-07-20  David LordMerge pull request #1014 from markroth8/mroth/fix/748
2019-07-20  Mark RothAllow '{%+' to be valid syntax (but NOP) when lstrip_bl... 1014/head
2019-07-20  David LordMerge pull request #1022 from jdufresne/hl
2019-07-20  Jon DufresneCorrect syntax highlighting of jinja block in docs 1022/head
2019-07-20  David LordMerge branch '2.10.x'
2019-07-20  David LordMerge pull request #1030 from rillian/PytestUnknownMark...
2019-07-20  David Lordwarnings are errors during tests 1030/head
2019-07-20  Ralph GilesRegister custom test category markers.
2019-07-20  David Lordignore coverage parse errors
2019-07-20  David Lordswitch tests to azure pipelines
2019-07-20  David LordMerge pull request #1025 from pallets/unpin-pytest
2019-07-17  David Lordstandardize license
2019-07-07  Joshua BronsonMerge pull request #1031 from minho42/Fix-typo
2019-07-07  Min ho KimFix line length 1031/head
2019-07-07  Min ho KimApply suggestions
2019-07-06  Min ho KimFix typo
2019-06-25  Kevin BrownMerge pull request #975 from kevbroch/master
2019-06-25  Kevin BrownMerge pull request #1002 from eplata31/bugfix-template...
2019-06-25  Kevin BrownMerge pull request #1013 from mayuropensource/jinja...
2019-06-25  Kevin BrownUnpin pytest in tox.ini 1025/head
2019-06-21  Joshua BronsonMerge pull request #1021 from jdufresne/the-the
2019-06-21  Jon DufresneFix typo "the the" 1021/head
2019-06-18  David LordMerge pull request #1019 from jbarreneche/backport...
2019-06-18  Juan BarrenecheAdd python 3.7 deprecation warning fix to changelog 1019/head
2019-06-18  Florian BruhinImport abstract base classes from collections.abc
2019-06-09  mayur-srivastavaRefactor _prepare_attribute_parts() to use in both... 1013/head
2019-06-06  Joshua BronsonMerge pull request #1009 from shamsimam/doc-python...
2019-06-06  Joshua BronsonMerge pull request #1012 from yongbozhang/issue-423
2019-06-06  Joshua BronsonMerge pull request #1015 from jab/pr-1011
2019-06-06  jabFix "duplicate object description of jinja2" warning 1015/head
2019-06-06  jabImprove nested extends (super.super) example.
2019-06-06  Scott CrosbyWrite a new documentation section on nesting extends.
2019-06-02  yongbozhangissue-423 remind not to put block in if statements... 1012/head
2019-05-31  David LordMerge pull request #1010 from dvamin/master
2019-05-31  mayur-srivastavaAdd ability to specify multiple attributes in sort,
2019-05-31  Deepak Amindocs: Python3-ize the examples 1010/head
2019-05-31  Shams Imamadds documentation on use of python methods in expressions 1009/head
2019-05-31  David LordMerge pull request #1008 from gokcegrbl/GH-999
2019-05-31  gokcegrblAdded new method itervalues() to LRUCache and deprecate... 1008/head
2019-05-21  David LordMerge pull request #1004 from myii/patch-1
2019-05-20  Imran Iqbaldocs(filters): fix typo `columwrapper` => `columnwrapper` 1004/head
2019-05-17  David LordMerge pull request #1003 from flexferrum/master
2019-05-16  Flex FerrumRemove duplicated testcase 1003/head
2019-05-13  eplata31BUGFIX #930 - Template parse if with when referencing... 1002/head
2019-05-11  Kevin BrownMerge pull request #988 from tbnorth/triv_docs_link
2019-05-08  Étienne PelletierAdd ChainableUndefined allowing getattr & getitem ...
2019-05-07  Kevin BrownAdd new maintenance branch format to Travis (#987)
2019-05-06  David LordMerge pull request #989 from LindsayYoung/patch-1
2019-05-06  Terry N. BrownThis is the correct thing to do, vim-wise, although... 990/head
2019-05-06  Lindsay YoungCreate CODE_OF_CONDUCT.md 989/head
2019-05-06  Terry N. Brownfixes #242, deletes link to Jinja 1 docs. 988/head
2019-05-06  Raul TambreFix use of 'is' operator for comparison
2019-05-06  David LordMerge remote-tracking branch 'origin/2.10.x'
2019-05-06  David LordMerge pull request #982 from kevin-brown/sphinx-upgrade
2019-05-06  Kevin BrownFix tox docs-html builds 982/head
2019-05-06  Peter LandollAdd Links section to README 981/head
2019-04-29  Kevin Brochadd list filter to make example match output 975/head
2019-04-06  David LordMerge branch '2.10.x' 798/head
2019-04-06  David Lordrelease 2.10.1 2.10.1
2019-04-06  Armin Ronachersandbox str.format_map
2019-03-18  Julien PalardBetter repr for TemplateNotFound. 961/head
2019-02-18  Armin RonacherUpdate CHANGES.rst
2019-02-18  seadersAwait in async version of the map filter (#913)
2019-02-08  David LordMerge pull request #943 from RubenGarcia/master
2019-02-08  Ruben GarciaFix typo 943/head
2018-12-08  David LordMerge pull request #932 from jdufresne/py37
2018-12-08  Jon DufresneAdd testing and document support for Python 3.7 & pypy3 932/head
next