1. 578c395 bpo-37999: No longer use __int__ in implicit integer conversions. (GH-15636) by Serhiy Storchaka · 4 years, 3 months ago
  2. 4a21e57 bpo-40268: Remove unused structmember.h includes (GH-19530) by Victor Stinner · 4 years, 4 months ago
  3. 62183b8 bpo-40268: Remove explicit pythread.h includes (#19529) by Victor Stinner · 4 years, 4 months ago
  4. f707d94 bpo-39968: Convert extension modules' macros of get_module_state() to inline functions (GH-19017) by Hai Shi · 4 years, 5 months ago
  5. a1ffad0 bpo-38074: Make zlib extension module PEP-384 compatible (GH-15792) by Dino Viehland · 5 years ago
  6. 530f506 bpo-36974: tp_print -> tp_vectorcall_offset and tp_reserved -> tp_as_async (GH-13464) by Jeroen Demeyer · 5 years ago
  7. 6a44f6e bpo-36048: Use __index__() instead of __int__() for implicit conversion if available. (GH-11952) by Serhiy Storchaka · 5 years ago
  8. 3d4fabb bpo-35090: Fix potential division by zero in allocator wrappers (GH-10174) by Alexey Izbyshev · 6 years ago
  9. d2cbfff bpo-25007: Add copy protocol support to zlib compressors and decompressors (GH-7940) by Zackery Spytz · 6 years ago
  10. bc3f228 bpo-32969: Expose some missing constants in zlib and fix the doc (GH-5988) by Xiang Zhang · 6 years ago
  11. 4f57409 bpo-31926: fix missing *_METHODDEF statements by argument clinic (#4230) by Tal Einat · 7 years ago
  12. a6a4dc8 bpo-31370: Remove support for threads-less builds (#3385) by Antoine Pitrou · 7 years ago
  13. 679b566 bpo-9566: Fix some Windows x64 compiler warnings (#2492) by Segev Finer · 7 years ago
  14. f051e43 Issue #28126: Replace Py_MEMCPY with memcpy(). Visual Studio can properly optimize memcpy(). by Christian Heimes · 8 years ago
  15. 15f3228 Issue #16764: Support keyword arguments to zlib.decompress(). Patch by by Serhiy Storchaka · 8 years ago
  16. 525a949 Issue #27130: Merge zlib 64-bit fixes from 3.5 by Martin Panter · 8 years ago
  17. 84544c1 Issue #27130: Fix handling of buffers exceeding UINT_MAX in “zlib” module by Martin Panter · 8 years ago
  18. 2954f83 - Issue #27332: Fixed the type of the first argument of module-level functions by Serhiy Storchaka · 8 years ago
  19. 1a2b24f Issue #27332: Fixed the type of the first argument of module-level functions by Serhiy Storchaka · 8 years ago
  20. 95657cd Issue #26243: Only the level argument to zlib.compress() is keyword argument by Serhiy Storchaka · 8 years ago
  21. 1ab2f14 Issue #27164: Merge raw Deflate zdict support from 3.5 by Martin Panter · 8 years ago
  22. 3f0ee83 Issue #27164: Allow decompressing raw Deflate streams with predefined zdict by Martin Panter · 8 years ago
  23. f4affb7 Issue #5784: Merge zlib from 3.5 by Martin Panter · 8 years ago
  24. 0fdf41d Issue #5784: Expand documentation and tests for zlib wbits parameter by Martin Panter · 8 years ago
  25. f01e408 Issue #26200: Added Py_SETREF and replaced Py_XSETREF with Py_SETREF by Serhiy Storchaka · 8 years ago
  26. 57a01d3 Issue #26200: Added Py_SETREF and replaced Py_XSETREF with Py_SETREF by Serhiy Storchaka · 8 years ago
  27. ec39756 Issue #22570: Renamed Py_SETREF to Py_XSETREF. by Serhiy Storchaka · 8 years ago
  28. 4884271 Issue #22570: Renamed Py_SETREF to Py_XSETREF. by Serhiy Storchaka · 8 years ago
  29. b0cb42d Issue 26243: Forgot to update zlib doc strings in Argument Clinic by Martin Panter · 9 years ago
  30. 1fe0d13 Issue #26243: zlib.compress() keyword argument support by Aviv Palivoda by Martin Panter · 9 years ago
  31. 8254f79 Issue #26244: Merge zlib documentation from 3.5 by Martin Panter · 9 years ago
  32. 567d513 Issue #26244: Clarify default zlib compression level in documentation by Martin Panter · 9 years ago
  33. 726fc13 Issue #20440: More use of Py_SETREF. by Serhiy Storchaka · 9 years ago
  34. 191321d Issue #20440: More use of Py_SETREF. by Serhiy Storchaka · 9 years ago
  35. ef1585e Issue #25923: Added more const qualifiers to signatures of static and private functions. by Serhiy Storchaka · 9 years ago
  36. 5a57ade Issue #20440: Massive replacing unsafe attribute setting code with special by Serhiy Storchaka · 9 years ago
  37. e99e977 Issue #25626: Change zlib to accept Py_ssize_t and cap to UINT_MAX by Martin Panter · 9 years ago
  38. 89964c4 Issue #23944: Argument Clinic now wraps long impl prototypes at column 78. by Larry Hastings · 9 years ago
  39. 1009bf1 Issue #23501: Argumen Clinic now generates code into separate files by default. by Serhiy Storchaka · 9 years ago
  40. f18f871 Issue #8677: make the zlib module "ssize_t clean" for parsing parameters by Victor Stinner · 10 years ago
  41. dfe98a1 Issue #20437: Fixed 22 potential bugs when deleting objects references. by Serhiy Storchaka · 11 years ago
  42. 505ff75 Issue #20437: Fixed 21 potential bugs when deleting objects references. by Serhiy Storchaka · 11 years ago
  43. 54c1391 Issue #20489: Explicitly qualified expressions for default values in methods. by Serhiy Storchaka · 11 years ago
  44. 581ee36 Issue #20326: Argument Clinic now uses a simple, unique signature to by Larry Hastings · 11 years ago
  45. 936e2f3 Issue #20193: Fix commit r6f217456b9ba by including clinic/zlibmodule.c.h instead by Christian Heimes · 11 years ago
  46. 2c5ddbe Issue #20193: The zlib module now uses Argument Clinic. by Serhiy Storchaka · 11 years ago
  47. c204726 Issue #20390: Small fixes and improvements for Argument Clinic. by Larry Hastings · 11 years ago
  48. 5c66189 Issue #20189: Four additional builtin types (PyTypeObject, by Larry Hastings · 11 years ago
  49. 4625826 Two minor Argument Clinic bugfixes: use the name of the class in the by Larry Hastings · 11 years ago
  50. bebf735 Issue #20287: Argument Clinic's output is now configurable, allowing by Larry Hastings · 11 years ago
  51. 2a72791 Issue #20226: Major improvements to Argument Clinic. by Larry Hastings · 11 years ago
  52. 4a55fc5 Issue #20214: Fixed a number of small issues and documentation errors in by Larry Hastings · 11 years ago
  53. 61272b7 Issue #19273: The marker comments Argument Clinic uses have been changed by Larry Hastings · 11 years ago
  54. 3f144c2 Issue #20142: Py_buffer variables generated by Argument Clinic are now by Larry Hastings · 11 years ago
  55. 78cf85c Issue #19659: Added documentation for Argument Clinic. by Larry Hastings · 11 years ago
  56. 3cceb38 Issue #19976: Argument Clinic METH_NOARGS functions now always by Larry Hastings · 11 years ago
  57. 5c86733 Issue #18294: Fix uint_converter() in zlibmodule.c, fix the "> UINT_MAX" check by Victor Stinner · 11 years ago
  58. dc6aaec Clinic: fix "self converters" with METH_NOARGS functions. by Larry Hastings · 11 years ago
  59. 44e2eaa Issue #19674: inspect.signature() now produces a correct signature by Larry Hastings · 11 years ago
  60. ebdcb50 Issue #19730: Argument Clinic now supports all the existing PyArg by Larry Hastings · 11 years ago
  61. e079edd Close #18294: Fix the zlib module to make it 64-bit safe by Victor Stinner · 11 years ago
  62. ed4a1c5 Argument Clinic: rename "self" to "module" for module-level functions. by Larry Hastings · 11 years ago
  63. 3182680 Issue #16612: Add "Argument Clinic", a compile-time preprocessor by Larry Hastings · 11 years ago
  64. 7979926 Issue #18408: Fix usage of _PyBytes_Resize() by Victor Stinner · 11 years ago
  65. bf2e2f9 Issue #18408: Fix zlib.compressobj() to handle PyThread_allocate_lock() failure by Victor Stinner · 11 years ago
  66. b7f1f65 Issue #18227: "Free" function of bz2, lzma and zlib modules has no return value (void) by Victor Stinner · 11 years ago
  67. 5064a52 Issue #18227: Use PyMem_RawAlloc() in bz2, lzma and zlib modules by Victor Stinner · 11 years ago
  68. b640491 Issue #18203: Replace malloc() with PyMem_Malloc() in Python modules by Victor Stinner · 11 years ago
  69. bc8ccce Issue #9566: zlib: Explicit cast to unsigned int to fix a compiler warning on Windows x64 by Victor Stinner · 11 years ago
  70. 74ca886 Issue #17917: Use PyModule_AddIntMacro() instead of PyModule_AddIntConstant() by Charles-Francois Natali · 11 years ago
  71. e828961 zlib: Explicit cast to fix a compiler warning by Victor Stinner · 11 years ago
  72. cba1497 Issue #15677: Document that zlib and gzip accept a compression level of 0 to mean 'no compression'. by Nadeem Vawda · 12 years ago
  73. 6ff262e Issue #15677: Document that zlib and gzip accept a compression level of 0 to mean 'no compression'. by Nadeem Vawda · 12 years ago
  74. 19e568d Issue #15677: Document that zlib and gzip accept a compression level of 0 to mean 'no compression'. by Nadeem Vawda · 12 years ago
  75. 9c40022 Issue #16411: Fix a bug where zlib.decompressobj().flush() might try to access previously-freed memory. by Nadeem Vawda · 12 years ago
  76. ec6dfcf Issue #16411: Fix a bug where zlib.decompressobj().flush() might try to access previously-freed memory. by Nadeem Vawda · 12 years ago
  77. 7ee9555 Issue #16411: Fix a bug where zlib.decompressobj().flush() might try to access previously-freed memory. by Nadeem Vawda · 12 years ago
  78. 9ea64e3 Issue #16350, part 2: Set unused_data (and unconsumed_tail) correctly in decompressobj().flush(). by Nadeem Vawda · 12 years ago
  79. dd1253a Issue #16350, part 2: Set unused_data (and unconsumed_tail) correctly in decompressobj().flush(). by Nadeem Vawda · 12 years ago
  80. ee7889d Issue #16350, part 2: Set unused_data (and unconsumed_tail) correctly in decompressobj().flush(). by Nadeem Vawda · 12 years ago
  81. ec8c8ae Issue #16350: Fix zlib decompressor handling of unused_data with multiple calls to decompress() after EOF. by Nadeem Vawda · 12 years ago
  82. 519f438 Issue #16350: Fix zlib decompressor handling of unused_data with multiple calls to decompress() after EOF. by Nadeem Vawda · 12 years ago
  83. 3907994 Issue #16350: Fix zlib decompressor handling of unused_data with multiple calls to decompress() after EOF. by Nadeem Vawda · 12 years ago
  84. 56cb125 Issue #9566: Explicit downcast to fix compiler warnings on Win64 by Victor Stinner · 12 years ago
  85. 2180c97 Document the rest of zlib.compressobj()'s arguments. by Nadeem Vawda · 12 years ago
  86. cf5e1d8 Tidy up comments from dd4f7d5c51c7 (zlib compression dictionary support). by Nadeem Vawda · 12 years ago
  87. fd8a838 Issue #14684: Add support for predefined compression dictionaries to the zlib module. by Nadeem Vawda · 12 years ago
  88. 64d25dd Issue #12306: Add ZLIB_RUNTIME_VERSION to the zlib module. by Nadeem Vawda · 13 years ago
  89. 44c6ef5 Merge: #12839: Fix crash in zlib module due to version mismatch. by Nadeem Vawda · 13 years ago
  90. 524148a Issue #12839: Fix crash in zlib module due to version mismatch. by Nadeem Vawda · 13 years ago
  91. 3bf71c5 Fix incorrect comment in zlib.Decompress.flush(). by Nadeem Vawda · 13 years ago
  92. 1c38546 Issue #12646: Add an 'eof' attribute to zlib.Decompress. by Nadeem Vawda · 13 years ago
  93. 0c3d96a Issue #8650: Make zlib.[de]compressobj().[de]compress() 64-bit clean. by Nadeem Vawda · 13 years ago
  94. 1b8a417 Issue #8650: Backport 64-bit safety fixes for compress() and decompress(). by Nadeem Vawda · 13 years ago
  95. 7619e88 Issue #12050: zlib.decompressobj().decompress() now clears the unconsumed_tail by Nadeem Vawda · 13 years ago
  96. 9e719b6 Merged revisions 88460,88464,88466,88486,88511,88652 via svnmerge from by Antoine Pitrou · 13 years ago
  97. 96f212b Merged revisions 81100 via svnmerge from by Antoine Pitrou · 14 years ago
  98. 7f14f0d Recorded merge of revisions 81032 via svnmerge from by Antoine Pitrou · 14 years ago
  99. 4b3fe14 Merged revisions 80928 via svnmerge from by Antoine Pitrou · 14 years ago
  100. c8428d3 Merged revisions 76836 via svnmerge from by Antoine Pitrou · 15 years ago