summaryrefslogtreecommitdiff
path: root/Doc/library/zlib.rst
Commit message (Expand)AuthorAgeFilesLines
* bpo-37134: Add PEP570 notation to the documentation (GH-13743)Pablo Galindo2019-06-051-2/+2
* bpo-25007: Add copy protocol support to zlib compressors and decompressors (G...Zackery Spytz2018-06-271-0/+10
* bpo-32969: Expose some missing constants in zlib and fix the doc (GH-5988)Xiang Zhang2018-03-071-19/+22
* Issue #16764: Support keyword arguments to zlib.decompress(). Patch bySerhiy Storchaka2016-08-151-8/+12
* Issue #26243: Correct a wording in docs.Serhiy Storchaka2016-06-251-1/+1
* Issue #26243: Only the level argument to zlib.compress() is keyword argumentSerhiy Storchaka2016-06-251-1/+1
* Merge Issue #22558.Terry Jan Reedy2016-06-111-0/+1
|\
| * Issue #22558: Add remaining doc links to source code for Python-coded modules.Terry Jan Reedy2016-06-111-0/+1
* | Issue #5784: Merge zlib from 3.5Martin Panter2016-05-271-0/+1
|\ \ | |/
| * Issue #5784: wbits=0 apparently added in zlib v1.2.3.5Martin Panter2016-05-271-0/+1
* | Issue #5784: Merge zlib from 3.5Martin Panter2016-05-271-14/+48
|\ \ | |/
| * Issue #5784: Expand documentation and tests for zlib wbits parameterMartin Panter2016-05-271-14/+48
* | Issue #26243: zlib.compress() keyword argument support by Aviv PalivodaMartin Panter2016-02-101-3/+8
|/
* Issue #26244: Clarify default zlib compression level in documentationMartin Panter2016-02-031-3/+4
* Issue #22341: Drop Python 2 workaround and document CRC initial valueMartin Panter2015-12-111-22/+15
* Issue #23200: Document that max_length=0 is not supportedMartin Panter2015-11-181-1/+1
* Issue #25523: Further a-to-an corrections.Serhiy Storchaka2015-11-021-1/+1
* Issue #23738: Document and test actual keyword parameter namesMartin Panter2015-09-091-4/+4
* Fix empty strings to empty bytes objects.Serhiy Storchaka2014-02-061-1/+1
* Fix inaccurate versionchanged tag for compressobj(): most parameter were ther...Georg Brandl2013-10-171-2/+1
* Issue #15677: Document that zlib and gzip accept a compression level of 0 to ...Nadeem Vawda2012-11-111-5/+6
|\
| * Issue #15677: Document that zlib and gzip accept a compression level of 0 to ...Nadeem Vawda2012-11-111-7/+8
* | Fix a few markup nits in zlib docs and add missing versionchanged tags.Georg Brandl2012-06-261-12/+21
* | Document the rest of zlib.compressobj()'s arguments.Nadeem Vawda2012-06-221-4/+18
* | Issue #14684: Add support for predefined compression dictionaries to the zlib...Nadeem Vawda2012-06-211-7/+24
* | Merge edits from 3.2 (#13716, #1040439, #2945, #13770, #6715)Éric Araujo2012-02-051-3/+1
|\ \ | |/
| * Improve interlinking of archiving/compression modules docs.Éric Araujo2012-01-161-3/+1
* | Issue #6715: Add module for compression using the LZMA algorithm.Nadeem Vawda2011-11-301-2/+2
* | Oops, zlib.ZLIB_VERSION isn't new in 3.3 - just newly-documented...Nadeem Vawda2011-09-121-2/+0
* | Terminology fix: .gz and .bz2 are not archive formats.Nadeem Vawda2011-09-121-1/+1
* | Issue #12306: Add ZLIB_RUNTIME_VERSION to the zlib module.Nadeem Vawda2011-09-121-0/+21
* | Issue #12646: Add an 'eof' attribute to zlib.Decompress.Nadeem Vawda2011-08-131-8/+12
|/
* zlib only works with bytes objects.Georg Brandl2011-01-081-22/+22
* Migrate to Sphinx 1.0 C language constructs.Georg Brandl2010-10-061-1/+1
* Merged revisions 80716 via svnmerge fromJesus Cea2010-05-031-3/+1
* Merged revisions 78338,78345-78346,78561-78562,78566,78574,78581,78634,78660,...Benjamin Peterson2010-03-211-2/+6
* Last round of adapting style of documenting argument default values.Georg Brandl2009-09-161-3/+2
* 2.7 -> 3.1 versionchanges.Georg Brandl2009-05-051-8/+0
* documentation wording fix for issue4903Gregory P. Smith2009-02-011-4/+4
* Merged revisions 68450,68480-68481,68493,68495,68501,68512,68514-68515,68534-...Benjamin Peterson2009-01-161-6/+28
* zlib.crc32 and zlib.adler32 now return an unsigned value as any sane personGregory P. Smith2008-03-171-0/+4
* Merged revisions 59605-59624 via svnmerge fromChristian Heimes2007-12-311-2/+0
* Merged revisions 58817-58861 via svnmerge fromGuido van Rossum2007-11-051-0/+4
* Get rid of the remaining versionadded/versionchanged directives.Georg Brandl2007-09-011-3/+0
* Move the 3k reST doc tree in place.Georg Brandl2007-08-151-0/+209