| Commit message (Expand) | Author | Age | Files | Lines |
* | Add link to zlib v1.1.3 vulnerability (GH-17156) | Emmanuel Nosa E | 2020-01-03 | 1 | -3/+2 |
* | bpo-37134: Add PEP570 notation to the documentation (GH-13743) | Pablo Galindo | 2019-06-05 | 1 | -2/+2 |
* | bpo-25007: Add copy protocol support to zlib compressors and decompressors (G... | Zackery Spytz | 2018-06-27 | 1 | -0/+10 |
* | bpo-32969: Expose some missing constants in zlib and fix the doc (GH-5988) | Xiang Zhang | 2018-03-07 | 1 | -19/+22 |
* | Issue #16764: Support keyword arguments to zlib.decompress(). Patch by | Serhiy Storchaka | 2016-08-15 | 1 | -8/+12 |
* | Issue #26243: Correct a wording in docs. | Serhiy Storchaka | 2016-06-25 | 1 | -1/+1 |
* | Issue #26243: Only the level argument to zlib.compress() is keyword argument | Serhiy Storchaka | 2016-06-25 | 1 | -1/+1 |
* | Merge Issue #22558. | Terry Jan Reedy | 2016-06-11 | 1 | -0/+1 |
|\ |
|
| * | Issue #22558: Add remaining doc links to source code for Python-coded modules. | Terry Jan Reedy | 2016-06-11 | 1 | -0/+1 |
* | | Issue #5784: Merge zlib from 3.5 | Martin Panter | 2016-05-27 | 1 | -0/+1 |
|\| |
|
| * | Issue #5784: wbits=0 apparently added in zlib v1.2.3.5 | Martin Panter | 2016-05-27 | 1 | -0/+1 |
* | | Issue #5784: Merge zlib from 3.5 | Martin Panter | 2016-05-27 | 1 | -14/+48 |
|\| |
|
| * | Issue #5784: Expand documentation and tests for zlib wbits parameter | Martin Panter | 2016-05-27 | 1 | -14/+48 |
* | | Issue #26243: zlib.compress() keyword argument support by Aviv Palivoda | Martin Panter | 2016-02-10 | 1 | -3/+8 |
|/ |
|
* | Issue #26244: Clarify default zlib compression level in documentation | Martin Panter | 2016-02-03 | 1 | -3/+4 |
* | Issue #22341: Drop Python 2 workaround and document CRC initial value | Martin Panter | 2015-12-11 | 1 | -22/+15 |
* | Issue #23200: Document that max_length=0 is not supported | Martin Panter | 2015-11-18 | 1 | -1/+1 |
* | Issue #25523: Further a-to-an corrections. | Serhiy Storchaka | 2015-11-02 | 1 | -1/+1 |
* | Issue #23738: Document and test actual keyword parameter names | Martin Panter | 2015-09-09 | 1 | -4/+4 |
* | Fix empty strings to empty bytes objects. | Serhiy Storchaka | 2014-02-06 | 1 | -1/+1 |
* | Fix inaccurate versionchanged tag for compressobj(): most parameter were ther... | Georg Brandl | 2013-10-17 | 1 | -2/+1 |
* | Issue #15677: Document that zlib and gzip accept a compression level of 0 to ... | Nadeem Vawda | 2012-11-11 | 1 | -5/+6 |
|\ |
|
| * | Issue #15677: Document that zlib and gzip accept a compression level of 0 to ... | Nadeem Vawda | 2012-11-11 | 1 | -7/+8 |
* | | Fix a few markup nits in zlib docs and add missing versionchanged tags. | Georg Brandl | 2012-06-26 | 1 | -12/+21 |
* | | Document the rest of zlib.compressobj()'s arguments. | Nadeem Vawda | 2012-06-22 | 1 | -4/+18 |
* | | Issue #14684: Add support for predefined compression dictionaries to the zlib... | Nadeem Vawda | 2012-06-21 | 1 | -7/+24 |
* | | Merge edits from 3.2 (#13716, #1040439, #2945, #13770, #6715) | Éric Araujo | 2012-02-05 | 1 | -3/+1 |
|\| |
|
| * | Improve interlinking of archiving/compression modules docs. | Éric Araujo | 2012-01-16 | 1 | -3/+1 |
* | | Issue #6715: Add module for compression using the LZMA algorithm. | Nadeem Vawda | 2011-11-30 | 1 | -2/+2 |
* | | Oops, zlib.ZLIB_VERSION isn't new in 3.3 - just newly-documented... | Nadeem Vawda | 2011-09-12 | 1 | -2/+0 |
* | | Terminology fix: .gz and .bz2 are not archive formats. | Nadeem Vawda | 2011-09-12 | 1 | -1/+1 |
* | | Issue #12306: Add ZLIB_RUNTIME_VERSION to the zlib module. | Nadeem Vawda | 2011-09-12 | 1 | -0/+21 |
* | | Issue #12646: Add an 'eof' attribute to zlib.Decompress. | Nadeem Vawda | 2011-08-13 | 1 | -8/+12 |
|/ |
|
* | zlib only works with bytes objects. | Georg Brandl | 2011-01-08 | 1 | -22/+22 |
* | Migrate to Sphinx 1.0 C language constructs. | Georg Brandl | 2010-10-06 | 1 | -1/+1 |
* | Merged revisions 80716 via svnmerge from | Jesus Cea | 2010-05-03 | 1 | -3/+1 |
* | Merged revisions 78338,78345-78346,78561-78562,78566,78574,78581,78634,78660,... | Benjamin Peterson | 2010-03-21 | 1 | -2/+6 |
* | Last round of adapting style of documenting argument default values. | Georg Brandl | 2009-09-16 | 1 | -3/+2 |
* | 2.7 -> 3.1 versionchanges. | Georg Brandl | 2009-05-05 | 1 | -8/+0 |
* | documentation wording fix for issue4903 | Gregory P. Smith | 2009-02-01 | 1 | -4/+4 |
* | Merged revisions 68450,68480-68481,68493,68495,68501,68512,68514-68515,68534-... | Benjamin Peterson | 2009-01-16 | 1 | -6/+28 |
* | zlib.crc32 and zlib.adler32 now return an unsigned value as any sane person | Gregory P. Smith | 2008-03-17 | 1 | -0/+4 |
* | Merged revisions 59605-59624 via svnmerge from | Christian Heimes | 2007-12-31 | 1 | -2/+0 |
* | Merged revisions 58817-58861 via svnmerge from | Guido van Rossum | 2007-11-05 | 1 | -0/+4 |
* | Get rid of the remaining versionadded/versionchanged directives. | Georg Brandl | 2007-09-01 | 1 | -3/+0 |
* | Move the 3k reST doc tree in place. | Georg Brandl | 2007-08-15 | 1 | -0/+209 |