1. 6a44f6e bpo-36048: Use __index__() instead of __int__() for implicit conversion if available. (GH-11952) by Serhiy Storchaka · 5 years ago
  2. 5767509 bpo-34582: Update syntax of Azure Pipelines builds (GH-9521) by Steve Dower · 6 years ago
  3. d2cbfff bpo-25007: Add copy protocol support to zlib compressors and decompressors (GH-7940) by Zackery Spytz · 6 years ago
  4. bc3f228 bpo-32969: Expose some missing constants in zlib and fix the doc (GH-5988) by Xiang Zhang · 6 years ago
  5. 4c7108a bpo-32682: Improve libz version parsing in test_zilb (GH-5347) by pmp-p · 6 years ago
  6. 8c663fd Replace KB unit with KiB (#4293) by Victor Stinner · 7 years ago
  7. 989df09 Issue #16764: Move NEWS entry to correct section and remove too strict test. by Serhiy Storchaka · 8 years ago
  8. 15f3228 Issue #16764: Support keyword arguments to zlib.decompress(). Patch by by Serhiy Storchaka · 8 years ago
  9. 525a949 Issue #27130: Merge zlib 64-bit fixes from 3.5 by Martin Panter · 8 years ago
  10. 84544c1 Issue #27130: Fix handling of buffers exceeding UINT_MAX in “zlib” module by Martin Panter · 8 years ago
  11. 95657cd Issue #26243: Only the level argument to zlib.compress() is keyword argument by Serhiy Storchaka · 8 years ago
  12. 1ab2f14 Issue #27164: Merge raw Deflate zdict support from 3.5 by Martin Panter · 8 years ago
  13. 3f0ee83 Issue #27164: Allow decompressing raw Deflate streams with predefined zdict by Martin Panter · 8 years ago
  14. 5677aa7 Issue #5784: Merge zlib from 3.5 by Martin Panter · 8 years ago
  15. c618ae8 Issue #5784: wbits=0 apparently added in zlib v1.2.3.5 by Martin Panter · 8 years ago
  16. f4affb7 Issue #5784: Merge zlib from 3.5 by Martin Panter · 8 years ago
  17. 0fdf41d Issue #5784: Expand documentation and tests for zlib wbits parameter by Martin Panter · 8 years ago
  18. cda8094 Issue #15984: Merge PyUnicode doc from 3.5 by Martin Panter · 8 years ago
  19. 6245cb3 Correct “an” → “a” with “Unicode”, “user”, “UTF”, etc by Martin Panter · 8 years ago
  20. 1fe0d13 Issue #26243: zlib.compress() keyword argument support by Aviv Palivoda by Martin Panter · 8 years ago
  21. b82032f Issue #22341: Drop Python 2 workaround and document CRC initial value by Martin Panter · 9 years ago
  22. e99e977 Issue #25626: Change zlib to accept Py_ssize_t and cap to UINT_MAX by Martin Panter · 9 years ago
  23. 609a2e1 Issue #22995: Default implementation of __reduce__ and __reduce_ex__ now by Serhiy Storchaka · 9 years ago
  24. d7a4415 Issue #22995: Default implementation of __reduce__ and __reduce_ex__ now by Serhiy Storchaka · 9 years ago
  25. 0ff8909 Issue #23738: Merge 3.4 into 3.5 by Martin Panter · 9 years ago
  26. bf19d16 Issue #23738: Document and test actual keyword parameter names by Martin Panter · 9 years ago
  27. 38c707e Issue #21741: Update 147 test modules to use test discovery. by Zachary Ware · 9 years ago
  28. 4376763 Issue #18702: All skipped tests now reported as skipped. by Serhiy Storchaka · 11 years ago
  29. ec6dfcf Issue #16411: Fix a bug where zlib.decompressobj().flush() might try to access previously-freed memory. by Nadeem Vawda · 12 years ago
  30. 7ee9555 Issue #16411: Fix a bug where zlib.decompressobj().flush() might try to access previously-freed memory. by Nadeem Vawda · 12 years ago
  31. dd1253a Issue #16350, part 2: Set unused_data (and unconsumed_tail) correctly in decompressobj().flush(). by Nadeem Vawda · 12 years ago
  32. ee7889d Issue #16350, part 2: Set unused_data (and unconsumed_tail) correctly in decompressobj().flush(). by Nadeem Vawda · 12 years ago
  33. 519f438 Issue #16350: Fix zlib decompressor handling of unused_data with multiple calls to decompress() after EOF. by Nadeem Vawda · 12 years ago
  34. 3907994 Issue #16350: Fix zlib decompressor handling of unused_data with multiple calls to decompress() after EOF. by Nadeem Vawda · 12 years ago
  35. cf5e1d8 Tidy up comments from dd4f7d5c51c7 (zlib compression dictionary support). by Nadeem Vawda · 12 years ago
  36. fd8a838 Issue #14684: Add support for predefined compression dictionaries to the zlib module. by Nadeem Vawda · 12 years ago
  37. 05a4dd8 Issue #13873: Fix crash in test_zlib when running on a small (<4GB) tmpfs. by Nadeem Vawda · 12 years ago
  38. 197e22c Simplify zlib bigmem tests. by Nadeem Vawda · 12 years ago
  39. bc8c817 Fix previous fix (for test_zlib) to work on 32-bit systems. by Nadeem Vawda · 12 years ago
  40. b063a48 Issue #13873: Fix crash in test_zlib on bigmem buildbot. by Nadeem Vawda · 12 years ago
  41. d770fe4 Fix typo in comment. by Nadeem Vawda · 12 years ago
  42. 131c707 Issue #13862: Relax zlib version test to avoid spurious failures. by Nadeem Vawda · 13 years ago
  43. 1a3ff48 Start fixing test_bigmem: by Antoine Pitrou · 13 years ago
  44. 94190bb Start fixing test_bigmem: by Antoine Pitrou · 13 years ago
  45. 64d25dd Issue #12306: Add ZLIB_RUNTIME_VERSION to the zlib module. by Nadeem Vawda · 13 years ago
  46. 1c38546 Issue #12646: Add an 'eof' attribute to zlib.Decompress. by Nadeem Vawda · 13 years ago
  47. 760155c Merge: Fix copy-paste mistake in new zlib test. by Nadeem Vawda · 13 years ago
  48. 1161a9c Fix copy-paste mistake in new zlib test. by Nadeem Vawda · 13 years ago
  49. 565d659 Merge: #8650: Make zlib.[de]compressobj().[de]compress() 64-bit clean. by Nadeem Vawda · 13 years ago
  50. 0c3d96a Issue #8650: Make zlib.[de]compressobj().[de]compress() 64-bit clean. by Nadeem Vawda · 13 years ago
  51. 154bdf9 Fix memory leaks in zlib.compress() and .decompress(). by Nadeem Vawda · 13 years ago
  52. 1b8a417 Issue #8650: Backport 64-bit safety fixes for compress() and decompress(). by Nadeem Vawda · 13 years ago
  53. 5eef502 Merge: #12050: zlib.decompressobj().decompress() now clears the unconsumed_tail by Nadeem Vawda · 13 years ago
  54. 7619e88 Issue #12050: zlib.decompressobj().decompress() now clears the unconsumed_tail by Nadeem Vawda · 13 years ago
  55. 8108e96 (Merge 3.1) Issue #11277: mmap.mmap() calls fcntl(fd, F_FULLFSYNC) on Mac OS X by Victor Stinner · 13 years ago
  56. a6cd0cf Issue #11277: mmap calls fcntl(fd, F_FULLFSYNC) on Mac OS X to get around a by Victor Stinner · 13 years ago
  57. 88f416e Apparently, skipUnless() doesn't prevent the execution of setUp() under 3.1. by Antoine Pitrou · 13 years ago
  58. 9e719b6 Merged revisions 88460,88464,88466,88486,88511,88652 via svnmerge from by Antoine Pitrou · 13 years ago
  59. cc76a41 Merged revisions 88511 via svnmerge from by Antoine Pitrou · 13 years ago
  60. f3d2275 Merged revisions 88460 via svnmerge from by Antoine Pitrou · 13 years ago
  61. 8848c7a Issue #8650: zlib.compress() and zlib.decompress() raise an OverflowError if by Victor Stinner · 14 years ago
  62. ed3a7d2 #10273: Rename assertRegexpMatches and assertRaisesRegexp to assertRegex and assertRaisesRegex. by Ezio Melotti · 14 years ago
  63. 96f212b Merged revisions 81100 via svnmerge from by Antoine Pitrou · 14 years ago
  64. 53b2166 Merged revisions 81098 via svnmerge from by Antoine Pitrou · 14 years ago
  65. bbff8cf Merged revisions 81096 via svnmerge from by Antoine Pitrou · 14 years ago
  66. c09c92f Merged revisions 81094 via svnmerge from by Antoine Pitrou · 14 years ago
  67. adfe27a Fix failure introduced in r80929. by Antoine Pitrou · 14 years ago
  68. 4b3fe14 Merged revisions 80928 via svnmerge from by Antoine Pitrou · 14 years ago
  69. 8956271 Merged revisions 80926 via svnmerge from by Antoine Pitrou · 14 years ago
  70. e96bf09 Merged revisions 79849 via svnmerge from by Antoine Pitrou · 14 years ago
  71. 90ee4df Merged revisions 79848 via svnmerge from by Antoine Pitrou · 14 years ago
  72. e961593 Merged revisions 77727 via svnmerge from by Ezio Melotti · 15 years ago
  73. c8428d3 Merged revisions 76836 via svnmerge from by Antoine Pitrou · 15 years ago
  74. 77b338b Issue #4757: `zlib.compress` and other methods in the zlib module now by Antoine Pitrou · 15 years ago
  75. ab91fde Merged revisions 73715 via svnmerge from by Georg Brandl · 15 years ago
  76. c9c0f20 convert old fail* assertions to assert* by Benjamin Peterson · 15 years ago
  77. a21e4ca Merged revisions 70734,70775,70856,70874,70876-70877 via svnmerge by R. David Murray · 15 years ago
  78. 15b16a3 Issue #4387: binascii now refuses to accept str as binary input. by Martin v. Löwis · 16 years ago
  79. 693fc46 Fixes release blocker issue #3492 and #3790. by Gregory P. Smith · 16 years ago
  80. e43d33a #3247 Get rid of Py_FindMethod; use tp_members instead. by Amaury Forgeot d'Arc · 16 years ago
  81. ee8712c #2621 rename test.test_support to test.support by Benjamin Peterson · 16 years ago
  82. 5e69685 Merged revisions 62194,62197-62198,62204-62205,62214,62219-62221,62227,62229-62231,62233-62235,62237-62239 via svnmerge from by Christian Heimes · 16 years ago
  83. 2727503 crc32 always returns unsigned. cleanup the code a bit and revert r61648 with by Gregory P. Smith · 16 years ago
  84. 453e08c Create a signed CRC32 hash. I'm not absolutely sure it's correct. At least it fixes the unit tests and doesn't create a different hash than Python 2.x by Christian Heimes · 16 years ago
  85. d5e2b6f Merged revisions 61538-61540,61556,61559-61560,61563,61565,61571,61575-61576,61580-61582,61586,61591,61593,61595,61605-61606,61613-61616,61618,61621-61623,61625,61627,61631-61634 via svnmerge from by Christian Heimes · 16 years ago
  86. b186d00 Merged revisions 61431,61433-61436,61439,61444,61449-61450,61453,61458,61465,61468,61471-61474,61480,61483-61484,61488,61495-61496,61498,61503-61504,61507,61509-61510,61515-61518 via svnmerge from by Christian Heimes · 16 years ago
  87. ab0d8a1 zlib.crc32 and zlib.adler32 now return an unsigned value as any sane person by Gregory P. Smith · 16 years ago
  88. 8ce8a78 Merged revisions 58221-58741 via svnmerge from by Guido van Rossum · 17 years ago
  89. 776152b zlib now uses bytes everywhere, and the test passes. by Guido van Rossum · 17 years ago
  90. d8faa36 Merged revisions 53952-54987 via svnmerge from by Guido van Rossum · 17 years ago
  91. e2a383d Rip out 'long' and 'L'-suffixed integer literals. (Rough first cut.) by Guido van Rossum · 18 years ago
  92. 0e3f591 Merged revisions 46753-51188 via svnmerge from by Thomas Wouters · 18 years ago
  93. 477c8d5 Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk. by Thomas Wouters · 18 years ago
  94. bb7e800 [Patch #1350573] zlib.crc32 doesn't handle 0xffffffff seed. Add tests and bugfix. Bug reported by John Schmidt; bugfix by Danny Yoo. by Andrew M. Kuchling · 19 years ago
  95. 5a9fb3c Whitespace normalization. by Tim Peters · 20 years ago
  96. 3b585b3 [Bug #1083110] calling .flush() on decompress objects causes a segfault due to an uninitialized pointer: fixes the problem and adds a test case by Andrew M. Kuchling · 20 years ago
  97. 6412b12 Remove a number of tests that differ only in input data size. It seems by Neil Schemenauer · 20 years ago
  98. 94afd3e Remove lots of magic constants. by Neil Schemenauer · 20 years ago
  99. 6d362b2 SF bug #785222: zlib monotonic test by Raymond Hettinger · 21 years ago
  100. 21d3a32 Combine the functionality of test_support.run_unittest() by Walter Dörwald · 21 years ago