This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author python-dev
Recipients Arfrever, Jim.Jewett, barry, benjamin.peterson, christian.heimes, doko, flox, georg.brandl, larry, loewis, martin.panter, matejcik, python-dev, schmir, serhiy.storchaka
Date 2014-12-06.01:36:14
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <20141206013612.27497.10892@psf.io>
In-reply-to
Content
New changeset a0368f81af9a by Benjamin Peterson in branch '3.2':
add a default limit for the amount of data xmlrpclib.gzip_decode will return (closes #16043)
https://hg.python.org/cpython/rev/a0368f81af9a

New changeset 4a9418c6f8ae by Benjamin Peterson in branch '3.3':
merge 3.2 (#16043)
https://hg.python.org/cpython/rev/4a9418c6f8ae

New changeset 6b83e21c8679 by Benjamin Peterson in branch '3.4':
merge 3.3 (#16043)
https://hg.python.org/cpython/rev/6b83e21c8679

New changeset 6f002c4741e2 by Benjamin Peterson in branch 'default':
merge 3.4 (#16043)
https://hg.python.org/cpython/rev/6f002c4741e2
History
Date User Action Args
2014-12-06 01:36:14python-devsetrecipients: + python-dev, loewis, barry, georg.brandl, doko, larry, christian.heimes, schmir, matejcik, benjamin.peterson, Arfrever, flox, martin.panter, Jim.Jewett, serhiy.storchaka
2014-12-06 01:36:14python-devlinkissue16043 messages
2014-12-06 01:36:14python-devcreate