1. 567d513 Issue #26244: Clarify default zlib compression level in documentation by Martin Panter · 8 years ago
  2. b82032f Issue #22341: Drop Python 2 workaround and document CRC initial value by Martin Panter · 9 years ago
  3. 38fe4dc Issue #23200: Document that max_length=0 is not supported by Martin Panter · 9 years ago
  4. d65c949 Issue #25523: Further a-to-an corrections. by Serhiy Storchaka · 9 years ago
  5. bf19d16 Issue #23738: Document and test actual keyword parameter names by Martin Panter · 9 years ago
  6. 5e028ae Fix empty strings to empty bytes objects. by Serhiy Storchaka · 10 years ago
  7. 9ff06dc Fix inaccurate versionchanged tag for compressobj(): most parameter were there, just got kwarg support. by Georg Brandl · 11 years ago
  8. 6ff262e Issue #15677: Document that zlib and gzip accept a compression level of 0 to mean 'no compression'. by Nadeem Vawda · 12 years ago
  9. 19e568d Issue #15677: Document that zlib and gzip accept a compression level of 0 to mean 'no compression'. by Nadeem Vawda · 12 years ago
  10. 9aae9e5 Fix a few markup nits in zlib docs and add missing versionchanged tags. by Georg Brandl · 12 years ago
  11. 2180c97 Document the rest of zlib.compressobj()'s arguments. by Nadeem Vawda · 12 years ago
  12. fd8a838 Issue #14684: Add support for predefined compression dictionaries to the zlib module. by Nadeem Vawda · 12 years ago
  13. cd0d951 Merge edits from 3.2 (#13716, #1040439, #2945, #13770, #6715) by Éric Araujo · 12 years ago
  14. f2fbb9c Improve interlinking of archiving/compression modules docs. by Éric Araujo · 13 years ago
  15. 3ff069e Issue #6715: Add module for compression using the LZMA algorithm. by Nadeem Vawda · 13 years ago
  16. 1c82a14 Oops, zlib.ZLIB_VERSION isn't new in 3.3 - just newly-documented... by Nadeem Vawda · 13 years ago
  17. 7cd4f20 Terminology fix: .gz and .bz2 are not archive formats. by Nadeem Vawda · 13 years ago
  18. 64d25dd Issue #12306: Add ZLIB_RUNTIME_VERSION to the zlib module. by Nadeem Vawda · 13 years ago
  19. 1c38546 Issue #12646: Add an 'eof' attribute to zlib.Decompress. by Nadeem Vawda · 13 years ago
  20. 4ad934f zlib only works with bytes objects. by Georg Brandl · 14 years ago
  21. 60203b4 Migrate to Sphinx 1.0 C language constructs. by Georg Brandl · 14 years ago
  22. fb7b668 Merged revisions 80716 via svnmerge from by Jesus Cea · 14 years ago
  23. 2614cda Merged revisions 78338,78345-78346,78561-78562,78566,78574,78581,78634,78660,78675 via svnmerge from by Benjamin Peterson · 14 years ago
  24. 7f01a13 Last round of adapting style of documenting argument default values. by Georg Brandl · 15 years ago
  25. 705d9d5 2.7 -> 3.1 versionchanges. by Georg Brandl · 15 years ago
  26. fa6cf39 documentation wording fix for issue4903 by Gregory P. Smith · 15 years ago
  27. 058e31e Merged revisions 68450,68480-68481,68493,68495,68501,68512,68514-68515,68534-68536,68552,68563,68570-68572,68575,68582,68596,68623-68624,68628 via svnmerge from by Benjamin Peterson · 16 years ago
  28. ab0d8a1 zlib.crc32 and zlib.adler32 now return an unsigned value as any sane person by Gregory P. Smith · 16 years ago
  29. 5b5e81c Merged revisions 59605-59624 via svnmerge from by Christian Heimes · 17 years ago
  30. 7767711 Merged revisions 58817-58861 via svnmerge from by Guido van Rossum · 17 years ago
  31. 55ac8f0 Get rid of the remaining versionadded/versionchanged directives. by Georg Brandl · 17 years ago
  32. 116aa62 Move the 3k reST doc tree in place. by Georg Brandl · 17 years ago