]> git.ipfire.org Git - thirdparty/jinja.git/shortlog
thirdparty/jinja.git
2018-03-04  Jon DufresneFix typo: apparenlty -> apparently. 820/head
2018-02-18  luzpazFix typos (#815)
2018-02-06  David LordMerge pull request #806 from methane/lazy-async-patch
2018-02-06  David Lordadd changelog 806/head
2018-02-06  INADA NaokiLazy asyncsupport.patch_all()
2018-01-30  Godefroid ChapelleRemove old statement about Python 3 (#803)
2018-01-23  David LordMerge pull request #799 from mkrizek/native-concat...
2018-01-18  David Lordfix code block markup
2018-01-17  Martin KrizekDon't check for generator if not needed 799/head
2018-01-17  Martin KrizekAllow to pass a list to native_concat
2017-12-01  David LordMerge pull request #787 from SabujXi/patch-1
2017-12-01  Md. Sabuj SarkerFix typo instanciable > instantiable 787/head
2017-11-09  David LordMerge pull request #783 from luzpaz/trivial-typos
2017-11-09  UnknownTrivial typos 783/head
2017-11-08  David LordBump version number to 2.11.dev
2017-11-08  David LordBump version number to 2.10 2.10
2017-11-08  David Lordclean up MANIFEST.in
2017-10-31  ThiefMasterSupport filters in set block 489/head
2017-10-31  David LordMerge pull request #708 from jctanner/NATIVE_TYPES
2017-10-31  David LordMerge branch 'master' into NATIVE_TYPES 708/head
2017-10-16  Ricardo LafuenteFix typo in docstring (#779)
2017-10-08  David Lordcodecov needs argparse on 2.6
2017-09-18  Eli BoyarskiMinor docstring grammar fix (#772)
2017-08-22  Adrian Moennichs/Add/Added/ in CHANGES
2017-08-22  Adrian MoennichMerge branch '2.9-maintenance'
2017-08-22  Adrian MoennichCompile `elif` tag to `elif` instead of `else: if` 760/head
2017-08-09  Armin RonacherMerge branch '2.9-maintenance'
2017-08-09  Armin RonacherAdded a changelog entry
2017-08-09  Zac MedicoFix regression in 2.9 involving unsafe Context.get_all...
2017-07-26  James Tannerquickly fix py3 tests
2017-07-26  James TannerAdd requested patch for safe_repr and nodes.Impossible
2017-07-14  AdrianMerge branch 'master' into NATIVE_TYPES
2017-07-09  David LordMerge pull request #672 from alexk307/tests-memcached...
2017-07-09  David Lordrewrite tests to match usage 672/head
2017-07-09  Alex KahanAdds tests for the memcached bytecode cache module
2017-07-08  David LordMerge pull request #692 from dnmvisser/dictsort_reverse
2017-07-08  David Lordadd test and changelog 692/head
2017-07-08  Dick Visser'reverse' option for dictsort
2017-07-07  David LordMerge pull request #502 from berrange/callable
2017-07-07  David LordMerge pull request #685 from jkfran/master
2017-07-07  David Lordshorten arguments 685/head
2017-07-07  Francisco Jiménez... Ignore empty lines in indent filter
2017-07-07  David LordMerge pull request #617 from jackwilsdon/dont-skip...
2017-07-07  David Lordadd test and changelog 617/head
2017-07-07  Jack WilsdonDon't skip an erroneous comma when parsing from
2017-07-07  David LordMerge pull request #618 from jackwilsdon/stricter-from...
2017-07-07  David Lordadd tests and changelog 618/head
2017-07-07  Jack WilsdonAdd stricter checking to "from ... import ..."
2017-07-07  David LordMerge pull request #740 from davidism/optimize-tests
2017-07-07  Sebastian NoackInline template tests during optimization 740/head
2017-07-06  James TannerAdd support for the Environment to optionally return...
2017-07-06  David LordMerge pull request #665 from pallets/operator-tests
2017-07-06  David Lordallow using comparison operator symbols as tests 665/head
2017-07-06  David LordMerge pull request #738 from davidism/test-config
2017-07-06  David Lordstandard test configuration 738/head
2017-07-06  David Lordfix docs warnings
2017-07-06  David Lordremove test copied from markupsafe
2017-07-06  David LordMerge pull request #737 from davidism/minmax-filters
2017-07-06  David Lordparametrize tests 737/head
2017-07-06  Sebastian NoackAdded min and max filters
2017-07-05  David LordMerge pull request #735 from davidism/unique-filter
2017-07-05  David Lordmake attrgetter take generic postprocess function 735/head
2017-07-05  David LordMerge branch 'master' into unique-filter
2017-07-05  David LordMerge pull request #734 from davidism/dont-inline-random
2017-07-05  David Lordfix random test for py2 734/head
2017-07-05  David Lordtest compares random filter to random call with same...
2017-07-05  David LordMerge branch 'master' into dont-inline-random
2017-07-04  David LordMerge pull request #731 from pallets/feature/kill-strin...
2017-07-04  David Lordgo back to generating regex, simplified 731/head
2017-07-03  David Lordremove unnecessary \b from name regex
2017-07-03  Adrian MoennichAdd support for `{% trans trimmed ... %}`
2017-07-02  David Lordswitch back to unicode escapes
2017-07-02  David Lordfix unicode for py2
2017-07-02  David Lordonly test master and maintenance branches
2017-07-02  David Lordtest for new identifier lexer
2017-07-01  Armin RonacherAdded missing identifiers to the name re
2017-07-01  Armin RonacherInversed invalid logic
2017-07-01  Armin RonacherUse str.isidentifier to match idents on python 3
2017-06-24  AdrianMerge pull request #684 from ThiefMaster/set-namespaces
2017-06-24  Adrian MoennichDon't allow setting real attributes on ns objects 684/head
2017-06-24  Adrian MoennichAdd docs for namespace functionality
2017-06-24  Adrian MoennichAdd unit tests for namespace functionality
2017-06-24  Adrian MoennichAdd support for namespace attribute assignment
2017-06-24  AdrianMerge pull request #676 from ThiefMaster/loop-lookarounds
2017-06-24  Adrian MoennichAdd changed() to loop context 676/head
2017-06-24  Adrian MoennichAdd previtem/nextitem to loop context
2017-06-24  Adrian MoennichAdd @ThiefMaster to list of contributors
2017-06-02  David LordMerge pull request #721 from jpassaro/issue_720
2017-06-02  John Passarodisable recursive comments in vim syntax file 721/head
2017-05-23  David LordMerge pull request #718 from ayalash/issue_709
2017-05-23  David Lordadd changelog 718/head
2017-05-23  Ayala ShacharMake tojson always safe (fix #709)
2017-04-09  David LordMerge pull request #703 from jdufresne/https
2017-04-09  Jon DufresneIn documentation, prefer https over http when available 703/head
2017-04-09  David LordMerge pull request #702 from jdufresne/rm-debug-print
2017-04-09  David LordMerge pull request #701 from jdufresne/trove-36
2017-04-09  Jon DufresneRemove print() output during test 702/head
2017-04-09  Jon DufresneAdd trove classifier for Python 3.6 701/head
2017-04-05  David LordMerge pull request #700 from brunodoamaral/patch-1
2017-04-05  Bruno Guberfain... Fixed incorrect merge in setup.py 700/head
next