[issue18527] Upgrade Modules/zlib to 1.2.8

2017-08-16 Thread STINNER Victor
Changes by STINNER Victor : -- pull_requests: +3148 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mai

[issue18527] Upgrade Modules/zlib to 1.2.8

2013-10-21 Thread Christian Heimes
Christian Heimes added the comment: Done. I have also removed two files that are neither part of zlib 1.2.8 nor required to build the extension on Windows. -- resolution: -> fixed stage: needs patch -> committed/rejected status: open -> closed ___

[issue18527] Upgrade Modules/zlib to 1.2.8

2013-10-21 Thread Roundup Robot
Roundup Robot added the comment: New changeset 224aa49f22f1 by Christian Heimes in branch 'default': Issue #18527: Upgrade internal copy of zlib to 1.2.8 http://hg.python.org/cpython/rev/224aa49f22f1 -- nosy: +python-dev ___ Python tracker

[issue18527] Upgrade Modules/zlib to 1.2.8

2013-10-20 Thread Antoine Pitrou
Antoine Pitrou added the comment: Unless it's a security issue, it should probably only go into 3.4. -- nosy: +pitrou versions: -Python 2.7, Python 3.3 ___ Python tracker ___ __

[issue18527] Upgrade Modules/zlib to 1.2.8

2013-10-13 Thread Antoine Pitrou
Changes by Antoine Pitrou : -- nosy: +loewis ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.pytho

[issue18527] Upgrade Modules/zlib to 1.2.8

2013-10-13 Thread Georg Brandl
Georg Brandl added the comment: Sounds reasonable at least for 3.4. -- nosy: +georg.brandl ___ Python tracker ___ ___ Python-bugs-list

[issue18527] Upgrade Modules/zlib to 1.2.8

2013-07-22 Thread Christian Heimes
New submission from Christian Heimes: According to http://hg.python.org/cpython/file/878dc9dfc565/Modules/zlib/ChangeLog our repository has zlib 1.2.5. zlib 1.2.8 is out for a while, http://zlib.net/ I'd like to update our copy of zlib to 1.2.8. -- assignee: christian.heimes component