]> git.ipfire.org Git - thirdparty/jinja.git/shortlog
thirdparty/jinja.git
2015-03-07  Abhishek Kumar... Typo Fixed. 418/head
2015-02-26  Markus UnterwaditzerMerge pull request #413 from hmeine/master
2015-02-26  Hans Meinefix copy-pasted typo in filter docstrings 413/head
2015-02-26  Markus UnterwaditzerMerge pull request #239 from msabramo/tox_posargs
2015-02-06  Markus UnterwaditzerMerge pull request #405 from ThiefMaster/default-params-fix
2015-02-06  ThiefMasterDisallow f(x, y=1, z) and similar nonsense 405/head
2015-02-06  Markus UnterwaditzerMerge pull request #406 from ThiefMaster/number-test-fix
2015-02-06  Markus Unterwaditzerdeduplicate version info
2015-02-06  Markus UnterwaditzerRemove automatic dev version generating
2015-02-06  Markus UnterwaditzerMerge pull request #407 from ThiefMaster/pep-440-dev...
2015-02-06  ThiefMAsterUse PEP440-compatible dev version 407/head
2015-02-06  ThiefMasterAdd float/complex testcases for `is number` 406/head
2015-02-06  ThiefMasterFix number test failing for long in Python 2
2014-08-28  Armin RonacherIncreased cache size to 400.
2014-06-10  Armin RonacherMerge pull request #230 from p1otr/master
2014-06-09  Armin RonacherMerge pull request #341 from apetresc/patch-1
2014-06-09  Adrian PetrescuFixing dead link to documentation in README.rst 341/head
2014-06-06  Armin RonacherDocumented {% set %}...{% endset %}
2014-06-06  Armin RonacherImplemented a block set tag.
2014-06-06  Armin RonacherFlake 8 fixes
2014-06-06  Armin RonacherRemoved unused variable
2014-06-06  Armin RonacherMerge pull request #274 from thomasballinger/fix-1
2014-06-06  Armin RonacherMerge pull request #284 from LucianU/patch-1
2014-06-06  Armin RonacherMerge pull request #293 from carldunham/docfix
2014-06-06  Armin RonacherAdded changelog entry on last commit
2014-06-06  Armin RonacherMerge pull request #282 from timhanus/master
2014-06-06  Armin RonacherMerge pull request #287 from omh/master
2014-06-06  Armin RonacherMerge branch '2.7-maintenance'
2014-06-06  Armin RonacherReady for 2.7.4
2014-06-06  Armin RonacherBump version number to 2.7.3 2.7.3
2014-06-06  Armin RonacherAdded changelog entry
2014-06-06  Tomas HogerFix CVE-2014-0012
2014-06-06  Armin RonacherApplied changes from #296 for better checking.
2014-06-06  Armin RonacherMake sure filtering returns a list for template listing.
2014-06-06  Armin RonacherFixed #320
2014-06-06  Armin RonacherMerge pull request #312 from fengsp/master
2014-06-06  Armin RonacherMerge pull request #310 from vivekagr/patch-1
2014-06-06  Armin RonacherFixed a Python 3 regression.
2014-06-06  Armin RonacherAdded tests for logging undefined and added it to the...
2014-06-06  Armin RonacherAdded support for logging of undefined objects.
2014-06-06  Armin RonacherAdded changelog for #304 fix.
2014-06-06  Armin RonacherFix for #304
2014-06-06  Armin RonacherMerge pull request #324 from br0p0p/patch-1
2014-06-06  Armin RonacherMerge branch 'pr/314'
2014-06-06  Armin RonacherAdded changelog entry
2014-06-06  Armin RonacherMerge pull request #315 from lazka/fix-iter-length
2014-06-06  Armin RonacherMerge pull request #317 from shedokan/master
2014-06-06  Armin RonacherMerge pull request #319 from richierichrawr/master
2014-06-06  Armin RonacherAdded 3.4 to tox
2014-06-06  Armin RonacherAdded 3.4 to travis
2014-06-06  Armin RonacherStyle cleanups in environment and a tiny bugfix.
2014-06-06  Armin RonacherFixed issue #309
2014-06-06  Armin RonacherMore resilient template directory handling for bytecode...
2014-06-06  Armin RonacherMerge pull request #331 from SteelyWing/patch-1
2014-06-06  Armin RonacherAdded changelog entry
2014-06-06  Armin RonacherMerge pull request #332 from SteelyWing/patch-2
2014-06-06  Armin RonacherMerge pull request #333 from SteelyWing/patch-3
2014-06-06  Armin RonacherMerge pull request #336 from berkerpeksag/wheel-support
2014-06-06  Armin RonacherMerge pull request #337 from berkerpeksag/delete-with...
2014-05-19  Berker PeksagDelete the ignore --with-speedups message. 337/head
2014-05-19  Berker PeksagAdd wheel support. 336/head
2014-05-17  Wingbetter assignment 332/head
2014-05-17  Wingcheck for if loader does not implement get_source()
2014-05-17  Wingclose temp file 333/head
2014-05-17  Wingif template is not file, use name for cache key
2014-05-16  WingUpdate environment.py
2014-05-16  WingUpdate environment.py
2014-05-16  Winguse abs path for cache key
2014-05-16  Wingfix os.name of Windows 331/head
2014-04-17  Caleb WilliamsUpdate Jinja2 tip link 324/head
2014-04-07  Armin RonacherSwitch to new server
2014-04-05  richierichrawrEdit code comments for readability 319/head
2014-04-03  Eric ShImproved performance of filters.do_truncate() 317/head
2014-03-30  Christoph ReiterFix loop context length calculation for iterators.... 315/head
2014-03-30  fspFixed typo 314/head
2014-03-18  fspRemoved duplication from ignored_tokens in lexer 312/head
2014-03-12  Vivek AgarwalFix typo. 310/head
2014-01-18  Carl A Dunhamfixed some typos and clarifying 293/head
2014-01-10  Armin RonacherMerge branch '2.7-maintenance'
2014-01-10  Armin RonacherThis is 0.7.3-dev
2014-01-10  Armin RonacherBump version number to 2.7.2 2.7.2
2014-01-10  Armin RonacherFixed a syntax error on Python 3
2014-01-10  Armin RonacherRelease 2.7.2 today
2014-01-10  Armin RonacherFixed a security issue with temporary files on the...
2013-12-30  Ole Morten... Fixed typo (igored -> ignored) 287/head
2013-12-12  Armin RonacherAdded a note on why equalto exists.
2013-12-12  Armin RonacherAdded a changelog entry for the equalto filter
2013-12-12  Armin RonacherMerge branch 'pr/283'
2013-12-12  Armin RonacherAdded changelog entry for truncate filter
2013-12-12  Armin RonacherMerge branch 'pr/267'
2013-12-12  Armin RonacherAdded and corrected changelog entry
2013-12-12  Armin RonacherMerge branch 'pr/266'
2013-12-12  Armin RonacherAdded changelog entry
2013-11-29  Lucian UrsuSpelling, grammar, and punctuation fixes to extensions... 284/head
2013-11-22  Tim Hanusexplicitly catch marshal errors rather than genertic... 282/head
2013-11-22  Thomas van... Define tests for equalto. 283/head
2013-11-22  Thomas van... Add equalto test as value-level analogue of reference...
2013-11-21  Tim Hanusforce a reload of the template if bytecode fails to...
2013-10-28  Thomas Ballingerdocfixes in Variables section of templates.rst 274/head
2013-10-16  Marc AbramowitzMerge branch 'master' into tox_posargs 239/head
next