COMMITS
/ Doc/library/zlib.rst May 27, 2025
B
gh-134635: add `zlib.{adler32,crc32}_combine` to combine checksums (#134650)
Bénédikt Tran committed
April 25, 2025
R
gh-98347: Add links to python-isal in the documentation (#98637)
Ruben Vorderman committed
March 19, 2025
S
gh-91349: Replace zlib with zlib-ng in Windows build (GH-131438)
Steve Dower committed
May 8, 2024
N
docs: module page titles should not start with a link to themselves (#117099)
Ned Batchelder committed
July 5, 2022
N
Docs: remove redundant "adverb-adjective" hyphens from compound modifiers (GH-94551)
Ned Batchelder committed
May 10, 2022
A
gh-92417: `zlib` docs, `binascii` docs: remove Python 2 compatibility notes (GH-92543)
Alex Waygood committed
March 19, 2022
M
bpo-47040: improve document of checksum functions (gh-31955)
Ma Lin committed
September 2, 2021
R
bpo-43613: Faster implementation of gzip.compress and gzip.decompress (GH-27941)
Ruben Vorderman committed
January 3, 2020
E
Add link to zlib v1.1.3 vulnerability (GH-17156)
Emmanuel Nosa E committed
June 5, 2019
P
bpo-37134: Add PEP570 notation to the documentation (GH-13743)
Pablo Galindo committed
June 27, 2018
Z
bpo-25007: Add copy protocol support to zlib compressors and decompressors (GH-7940)
Zackery Spytz committed
March 7, 2018
X
bpo-32969: Expose some missing constants in zlib and fix the doc (GH-5988)
Xiang Zhang committed
August 15, 2016
S
Issue #16764: Support keyword arguments to zlib.decompress(). Patch by
Serhiy Storchaka committed
June 25, 2016
S
Issue #26243: Correct a wording in docs.
Serhiy Storchaka committed
S
Issue #26243: Only the level argument to zlib.compress() is keyword argument
Serhiy Storchaka committed
June 11, 2016
T
Merge Issue #22558.
Terry Jan Reedy committed
T
Issue #22558: Add remaining doc links to source code for Python-coded modules.
Terry Jan Reedy committed
May 27, 2016
M
Issue #5784: Merge zlib from 3.5
Martin Panter committed
M
Issue #5784: wbits=0 apparently added in zlib v1.2.3.5
Martin Panter committed
M
Issue #5784: Merge zlib from 3.5
Martin Panter committed
M
Issue #5784: Expand documentation and tests for zlib wbits parameter
Martin Panter committed
February 10, 2016
M
Issue #26243: zlib.compress() keyword argument support by Aviv Palivoda
Martin Panter committed
February 3, 2016
M
Issue #26244: Clarify default zlib compression level in documentation
Martin Panter committed
December 11, 2015
M
Issue #22341: Drop Python 2 workaround and document CRC initial value
Martin Panter committed
November 18, 2015
M
Issue #23200: Document that max_length=0 is not supported
Martin Panter committed
November 2, 2015
S
Issue #25523: Further a-to-an corrections.
Serhiy Storchaka committed
September 9, 2015
M
Issue #23738: Document and test actual keyword parameter names
Martin Panter committed
February 6, 2014
S
Fix empty strings to empty bytes objects.
Serhiy Storchaka committed
October 17, 2013
November 11, 2012
N
June 26, 2012
G
Fix a few markup nits in zlib docs and add missing versionchanged tags.
Georg Brandl committed
June 21, 2012
N
Document the rest of zlib.compressobj()'s arguments.
Nadeem Vawda committed
N
Issue #14684: Add support for predefined compression dictionaries to the zlib module.
Nadeem Vawda committed
February 5, 2012
É
Merge edits from 3.2 (#13716, #1040439, #2945, #13770, #6715)
Éric Araujo committed
January 16, 2012
É
Improve interlinking of archiving/compression modules docs.
Éric Araujo committed
November 29, 2011
N
Issue #6715: Add module for compression using the LZMA algorithm.
Nadeem Vawda committed
September 11, 2011
N
Oops, zlib.ZLIB_VERSION isn't new in 3.3 - just newly-documented...
Nadeem Vawda committed
N
Terminology fix: .gz and .bz2 are not archive formats.
Nadeem Vawda committed
N
Issue #12306: Add ZLIB_RUNTIME_VERSION to the zlib module.
Nadeem Vawda committed
August 13, 2011
N
Issue #12646: Add an 'eof' attribute to zlib.Decompress.
Nadeem Vawda committed
January 8, 2011
G
zlib only works with bytes objects.
Georg Brandl committed
October 6, 2010
G
Migrate to Sphinx 1.0 C language constructs.
Georg Brandl committed
May 3, 2010
J
Merged revisions 80716 via svnmerge from
Jesus Cea committed
March 21, 2010
B
Merged revisions 78338,78345-78346,78561-78562,78566,78574,78581,78634,78660,78675 via svnmerge from
Benjamin Peterson committed
September 16, 2009
G
Last round of adapting style of documenting argument default values.
Georg Brandl committed
May 5, 2009
G
2.7 -> 3.1 versionchanges.
Georg Brandl committed
February 1, 2009
G
documentation wording fix for issue4903
Gregory P. Smith committed
January 16, 2009
March 17, 2008
G
zlib.crc32 and zlib.adler32 now return an unsigned value as any sane person
Gregory P. Smith committed