1. 43713e5 Massive patch by Skip Montanaro to add ":name" to as many by Guido van Rossum · 24 years ago
  2. 8972dfd For ZlibError and ZLIB_VERSION, only attempt to add entry to the by Fred Drake · 25 years ago
  3. 313a3e3 Fix typo in docstring: wbites -> wbits by Andrew M. Kuchling · 25 years ago
  4. aee9bb2 Cast added by Jack Jansen (for Mac port). by Guido van Rossum · 25 years ago
  5. b729a1d Patch by Andrew Kuchling to unflush() (flush() for deflating). by Guido van Rossum · 25 years ago
  6. b95227d Add an .unused_data attribute to decompressor objects. If .unused_data by Andrew M. Kuchling · 25 years ago
  7. 173156f Fixed the flush() method of compression objects; the test for by Andrew M. Kuchling · 25 years ago
  8. 1c7aaa2 Added missing DECREF's in the error branches when creating a compressor or by Andrew M. Kuchling · 26 years ago
  9. 30aa1e7 PyInit_zlib(): Plug a small memory leak. Jeremy is looking into the by Barry Warsaw · 26 years ago
  10. 6892aa3 fix bug in PyZlib_flush. patch from Grzegorz Makarewicz & Rafal Smotrzyk. by Jeremy Hylton · 26 years ago
  11. 5bc4abe replace missing zalloc initialization (test_zlib now runs successfully) by Jeremy Hylton · 26 years ago
  12. 3625202 remove debugging fprintf (should have checked this before previous checkin) by Jeremy Hylton · 26 years ago
  13. a37e244 patches from Andrew by Jeremy Hylton · 26 years ago
  14. 6de7d0c When _PyString_Resize() reports failure, the variable referring to the by Fred Drake · 26 years ago
  15. 3886bb6 Add DL_EXPORT() to all modules that could possibly be used on BeOS or Windows. by Guido van Rossum · 26 years ago
  16. c69bac5 Fix benign problems found by a picky SGI compiler (unreachable break by Guido van Rossum · 26 years ago
  17. 821a5e4 Added URLs for zlib's home page and the Windows DLL's home page . by Guido van Rossum · 26 years ago
  18. 115f517 Tiny patch for zlib 1.1.2 by Guido van Rossum · 26 years ago
  19. 9ec0f8b Win32 treatment. by Guido van Rossum · 27 years ago
  20. 0cb96de Apply two changes, systematically: by Guido van Rossum · 27 years ago
  21. cb91404 Several changes: by Jeremy Hylton · 27 years ago
  22. c3beda2 Plug small leaks: the [de]compress object itself was never freed. by Guido van Rossum · 27 years ago
  23. c1f0882 Added (binaryfunc) casts to function pointers in method lists. by Guido van Rossum · 27 years ago
  24. ed2554a Casts by Jack to shut up the Mac compiler. by Guido van Rossum · 27 years ago
  25. 644c17d Several bug fixes. by Jeremy Hylton · 27 years ago
  26. 41b9f00 Many changes. by Jeremy Hylton · 27 years ago
  27. a74ef66 Must update the available space in the output buffer after by Jeremy Hylton · 27 years ago
  28. 97b5457 Small changes (casts etc.) by Jack, for Mac compilation. by Guido van Rossum · 27 years ago
  29. 3c54030 Doc strings (AMK). by Guido van Rossum · 27 years ago
  30. fb22156 Added Andrew Kuchling's zlib module. by Guido van Rossum · 27 years ago