]> git.ipfire.org Git - thirdparty/jinja.git/shortlog
thirdparty/jinja.git
2013-10-28  Thomas Ballingerdocfixes in Variables section of templates.rst 274/head
2013-08-07  Armin RonacherMerge branch '2.7-maintenance'
2013-08-07  Armin RonacherFixed prefix loader now properly forward globals.
2013-08-07  Armin RonacherPrepared a changelog entry
2013-08-07  Armin RonacherMerge branch '2.7-maintenance'
2013-08-07  Armin RonacherReady for another release
2013-08-07  Armin RonacherBump version number to 2.7.1 2.7.1
2013-08-07  Armin RonacherFixed release script
2013-08-07  Armin RonacherBugfix release is today
2013-08-07  Armin RonacherCorrected title filter behavior.
2013-08-07  Armin RonacherFixed warnings if Python is run with -3.
2013-08-07  Armin RonacherAdded changelog note
2013-08-07  Armin RonacherRevert "Support included blocks override"
2013-08-07  Armin RonacherMerge branch '2.7-maintenance'
2013-08-07  Armin RonacherAdded changelog entry
2013-08-07  Marc AbramowitzFix Python 3 compatibility of BytecodeCache by checking...
2013-08-07  Marc AbramowitzAdd test (jinja2.testsuite.bytecode_cache.ByteCodeCache...
2013-07-04  Armin RonacherMerge branch '2.7-maintenance'
2013-07-04  Armin RonacherFixed a bug with call_filter not working properly
2013-07-04  Armin RonacherStarted 2.7 maintenance branch
2013-06-05  Armin RonacherFixed some incorrect docs
2013-05-31  Armin RonacherMerge branch 'master' of github.com:mitsuhiko/jinja2
2013-05-31  Armin RonacherLet travis notify the #pocoo irc channel
2013-05-29  Armin RonacherMerge pull request #236 from johnboxall/title-filter...
2013-05-29  John Boxall filter should accept objects. 236/head
2013-05-22  Armin RonacherMerge pull request #226 from dzen/master
2013-05-22  Benoit CalvezFix MarkupSafe case in setup.py 226/head
2013-05-20  Armin RonacherRemoved some no longer needed code from compat
2013-05-20  Armin RonacherRemoved duplication from types that was only necessary...
2013-05-20  Armin RonacherSince we no longer support 2.5 we can use the builtin...
2013-05-20  Armin RonacherFixed docs not building
2013-05-20  Armin RonacherThis is now 2.8-dev
2013-05-20  Armin RonacherBump version number to 2.7 2.7
2013-05-20  Armin RonacherFixed a release script and added a release date
2013-05-20  Armin RonacherMake travis execute make test instead of setup.py test
2013-05-20  Armin RonacherClarified some text in the intro
2013-05-20  Armin RonacherDisable py_compile for Python 3 and pypy
2013-05-20  Armin RonacherAdded nicer test finder from Flask
2013-05-20  Armin RonacherUpdated makefile with tox and develop command
2013-05-20  Armin RonacherActually remove argument in setup.py for speedups
2013-05-20  Armin RonacherDocumented loop.depth and added loop.depth0.
2013-05-20  Armin RonacherChanged lookup logic for make_attrgetter to support...
2013-05-20  Armin RonacherRenamed helper classes in with_metaclass
2013-05-20  Armin RonacherAdded missing method for template errors
2013-05-20  Armin RonacherRemoved some dead imports
2013-05-20  Armin RonacherUnified constructor for template errors between 2.x...
2013-05-20  Armin Ronacherfeature to version check for context dict methods
2013-05-20  Armin RonacherCorrected a newline
2013-05-20  Armin RonacherRemoved an unnecessary check
2013-05-20  Armin RonacherMore cleanup in the utils module
2013-05-20  Armin RonacherSome more small cleanup for metaclasses
2013-05-20  Armin RonacherDisable module loader test case on pypy because they...
2013-05-20  Armin RonacherAdded an explanation for how with_metaclass works
2013-05-20  Armin RonacherMake the runtime leak less of the version hacks
2013-05-20  Armin RonacherAdded .egg to .gitignore
2013-05-19  Armin RonacherRemoved unnecessary del
2013-05-19  Armin RonacherAdded unicode mixin for unified string logic
2013-05-19  Armin RonacherPY3 -> PY2 macro
2013-05-19  Armin RonacherRewrapped import
2013-05-19  Armin RonacherUnified version checks where appropriate
2013-05-19  Armin RonacherMoved all six usages (ignoring testsuite) into jinja2...
2013-05-19  Armin RonacherRemoved mention of speedup module and rewrote docs...
2013-05-19  Armin RonacherRemoved bundled markupsafe
2013-05-19  Armin RonacherFixed a docstring and a syntax error on 3.3
2013-05-19  Armin Ronachersix.advance_iterator -> next
2013-05-19  Armin RonacherMerge remote-tracking branch 'paradoxxxzero/include_fix'
2013-05-19  Armin RonacherFixed #79
2013-05-19  Armin RonacherMerge remote-tracking branch 'apollo13/master'
2013-05-19  Armin RonacherFixed a loop bug. This fixes #100
2013-05-19  Armin RonacherMerge pull request #112 from Cito/master
2013-05-19  Armin RonacherMerge remote-tracking branch 'Talksum/distribute_required'
2013-05-19  Armin RonacherAdded support for map, select, reject, selectattr and...
2013-05-19  Armin RonacherMerge branch 'master' of github.com:mitsuhiko/jinja2
2013-05-19  Armin RonacherWhitespace normalization
2013-05-19  Armin RonacherMerge pull request #76 from kracekumar/master
2013-05-19  Armin RonacherFlask -> Jinja2
2013-05-19  Armin RonacherMerge pull request #104 from njl/fix-issue-77
2013-05-19  Armin RonacherMerge pull request #94 from florentx/patch-1
2013-05-19  Armin RonacherMerge pull request #114 from cocoatomo/patch-1
2013-05-19  Armin RonacherMerge pull request #138 from gazpachoking/default_fix
2013-05-19  Armin RonacherMerge branch 'master' of github.com:mitsuhiko/jinja2
2013-05-19  Armin RonacherMerge remote-tracking branch 'kristi/master'
2013-05-19  Armin RonacherMerge pull request #149 from dmedvinsky/patch-1
2013-05-19  Armin RonacherMerge pull request #162 from mgax/fix-caching
2013-05-19  Armin RonacherMerge branch 'master' of github.com:mitsuhiko/jinja2
2013-05-19  Armin RonacherMerge remote-tracking branch 'wking/keep-trailing-newline'
2013-05-19  Armin RonacherMerge pull request #165 from AquarHEAD/master
2013-05-19  Armin RonacherMerge pull request #159 from myle/patch-1
2013-05-19  Armin RonacherMerge pull request #141 from dgilman/patch-1
2013-05-19  Armin RonacherMerge pull request #173 from kracekumar/patch-1
2013-05-19  Armin RonacherAdded a way to disable memcache error ignoring and...
2013-05-19  Armin RonacherMerge remote-tracking branch 'kadams54/master'
2013-05-19  Armin RonacherMerge pull request #203 from aspiers/master
2013-05-19  Armin RonacherMerge pull request #166 from rtorr/patch-1
2013-05-18  Armin RonacherRemoved dummy readme
2013-05-18  Armin RonacherMerge pull request #222 from mgax/exception-messages
2013-05-18  Armin RonacherRemoved a refrence to removed debugsupport in the manifest
2013-05-18  Alex MoregaPython 3 exceptions can handle unicode messages 222/head
2013-05-18  Armin Ronacherxrange -> range_type for consistency
2013-05-18  Armin RonacherAdded 3.3
next