[issue8536] Support new features of ZLIB 1.2.4

2012-04-18 Thread Jesús Cea Avión
Jesús Cea Avión j...@jcea.es added the comment: Nadeem Vawda: Jesús, did you have any particular idea about exactly where these new features would be useful? Or was your idea that someone needs to read through the code and check whether the features can be used at all? Yes, my idea was for

[issue8536] Support new features of ZLIB 1.2.4

2012-04-11 Thread Martin v . Löwis
Changes by Martin v. Löwis mar...@v.loewis.de: -- keywords: -easy ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue8536 ___ ___ Python-bugs-list

[issue8536] Support new features of ZLIB 1.2.4

2012-03-14 Thread Nadeem Vawda
Nadeem Vawda nadeem.va...@gmail.com added the comment: Jesús, did you have any particular idea about exactly where these new features would be useful? Or was your idea that someone needs to read through the code and check whether the features can be used at all? Also, it should be noted that

[issue8536] Support new features of ZLIB 1.2.4

2012-03-13 Thread Jason Killen
Jason Killen jsnk...@gmail.com added the comment: Given this is marked as good for a newbie and easy I figured I'd take a crack at it but I'm confused. As example I don't see where inflateReset2 would be useful. I don't see anywhere inflateReset is used and would need to be replaced by

[issue8536] Support new features of ZLIB 1.2.4

2012-01-27 Thread abhishek
abhishek creativeabhishekg...@gmail.com added the comment: I think New features like inflateReset2(), inflateMark(), or Z_TREES flags are included in python 3.2.2. -- nosy: +abhishek_bits ___ Python tracker rep...@bugs.python.org

[issue8536] Support new features of ZLIB 1.2.4

2012-01-27 Thread Nadeem Vawda
Nadeem Vawda nadeem.va...@gmail.com added the comment: No, the latest revision of Modules/zlibmodule.c doesn't use any of these new features. -- ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue8536

[issue8536] Support new features of ZLIB 1.2.4

2012-01-27 Thread abhishek
abhishek creativeabhishekg...@gmail.com added the comment: Check This out http://hg.python.org/cpython/file/b99c54acb22d/Modules/zlib/inflate.c http://hg.python.org/cpython/file/b99c54acb22d/Modules/zlib/zconf.h http://hg.python.org/cpython/file/b99c54acb22d/Modules/zlib/zconf.in.h All three

[issue8536] Support new features of ZLIB 1.2.4

2012-01-27 Thread Arfrever Frehtes Taifersar Arahesis
Arfrever Frehtes Taifersar Arahesis arfrever@gmail.com added the comment: Modules/zlib directory contains only bundled copy of zlib-1.2.5. zlib Python module uses Modules/zlibmodule.c file. -- nosy: +Arfrever versions: +Python 3.3 -Python 3.2 ___

[issue8536] Support new features of ZLIB 1.2.4

2012-01-26 Thread Nadeem Vawda
Changes by Nadeem Vawda nadeem.va...@gmail.com: -- nosy: +nadeem.vawda ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue8536 ___ ___ Python-bugs-list

[issue8536] Support new features of ZLIB 1.2.4

2010-08-01 Thread Todd Rovito
Changes by Todd Rovito rovit...@gmail.com: -- nosy: +Todd.Rovito ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue8536 ___ ___ Python-bugs-list

[issue8536] Support new features of ZLIB 1.2.4

2010-04-26 Thread Jesús Cea Avión
Changes by Jesús Cea Avión j...@jcea.es: -- title: Support new features of ZLIB 1.2.5 - Support new features of ZLIB 1.2.4 ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue8536 ___

[issue8536] Support new features of ZLIB 1.2.4

2010-04-26 Thread Giampaolo Rodola'
Giampaolo Rodola' g.rod...@gmail.com added the comment: Do you intend to provide a patch? -- nosy: +giampaolo.rodola ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue8536 ___

[issue8536] Support new features of ZLIB 1.2.4

2010-04-26 Thread Jesús Cea Avión
Jesús Cea Avión j...@jcea.es added the comment: I am documenting a need and marking it as easy. If somebody else want to work on this, perfect. If not, I would adopt it in the future, and provide a patch myself. I rather prefer the first option, and I think is a good issue for a newbie (with