1. fc3bfad Issue #8681: Make the zlib module's error messages more informative when by Antoine Pitrou · 15 years ago
  2. 37ffc3e Issue #8672: Add a zlib test ensuring that an incomplete stream can be by Antoine Pitrou · 15 years ago
  3. 3843cd8 Issue #8571: Fix an internal error when compressing or decompressing a by Antoine Pitrou · 15 years ago
  4. 3b4c989 Issue #8193: Fix test_zlib failure with zlib 1.2.4. by Antoine Pitrou · 15 years ago
  5. 5c8da86 convert usage of fail* to assert* by Benjamin Peterson · 16 years ago
  6. 3db8a34 Change more tests to use import_module for the modules that by R. David Murray · 16 years ago
  7. 79e42a0 Fix zlib crash from zlib.decompressobj().flush(val) when val was not positive. by Gregory P. Smith · 17 years ago
  8. 8844096 A stab in the dark attempt to fix the alpha/tru64 buildbot problem and add more by Gregory P. Smith · 17 years ago
  9. c856fa8 Add a test to make sure zlib.crc32 and binascii.crc32 return the same thing. by Gregory P. Smith · 17 years ago
  10. f48f9d3 Force zlib.crc32 and zlib.adler32 to return a signed integer on all platforms by Gregory P. Smith · 17 years ago
  11. ec56019 test_bigbits was not testing what it seemed to. by Armin Rigo · 18 years ago
  12. d0bfa74 Remove code that hasn't been called in years. by Collin Winter · 18 years ago
  13. 6e73aaa Patch #1503046, Conditional compilation of zlib.(de)compressobj.copy by Neal Norwitz · 19 years ago
  14. 8d3342b Patch #1435422: zlib's compress and decompress objects now have a copy() method. by Georg Brandl · 19 years ago
  15. 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
  16. 5a9fb3c Whitespace normalization. by Tim Peters · 20 years ago
  17. 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
  18. 6412b12 Remove a number of tests that differ only in input data size. It seems by Neil Schemenauer · 21 years ago
  19. 94afd3e Remove lots of magic constants. by Neil Schemenauer · 21 years ago
  20. 6d362b2 SF bug #785222: zlib monotonic test by Raymond Hettinger · 22 years ago
  21. 21d3a32 Combine the functionality of test_support.run_unittest() by Walter Dörwald · 22 years ago
  22. f359410 Use floor division (//). by Guido van Rossum · 22 years ago
  23. f2715e0 Whitespace normalization. by Tim Peters · 22 years ago
  24. 7d9ea50 - Thanks to Scott David Daniels, a subtle bug in how the zlib by Guido van Rossum · 22 years ago
  25. a6fa0e6 Portable way of producing unsigned 32-bit hex output to print the CRCs. by Guido van Rossum · 23 years ago
  26. 04f357c Get rid of relative imports in all unittests. Now anything that by Barry Warsaw · 23 years ago
  27. c72737e Fix SF #544995 (zlib crash on second flush call) Bug fix by mhammond. by Jeremy Hylton · 23 years ago
  28. e0c446b Whitespace normalization. by Tim Peters · 24 years ago
  29. 511e2ca [ #403753 ] zlib decompress; uncontrollable memory usage by Jeremy Hylton · 24 years ago
  30. fcfc8d5 Patch #441091 from Finn Bock: the more advanced flush options are not by Andrew M. Kuchling · 24 years ago
  31. 0009c4e Whitespace normalization. by Tim Peters · 24 years ago
  32. 9a0f98e Add test case from bug #124981: zlib decompress of sync-flushed data fails by Andrew M. Kuchling · 24 years ago
  33. 8e6d44e Patch #103748 from Toby Dickenson: fix typo in test_zlib that turns one by Andrew M. Kuchling · 24 years ago
  34. 83ff749 String method conversion. by Eric S. Raymond · 24 years ago
  35. 004d5e6 Make reindent.py happy (convert everything to 4-space indents!). by Fred Drake · 25 years ago
  36. a05e293 typos fixed by Rob Hooft by Jeremy Hylton · 25 years ago
  37. ad892dc Make this pass the -tt test. by Fred Drake · 25 years ago
  38. dca7e00 Added simple test for the flush() method of compression objects, trying the by Andrew M. Kuchling · 26 years ago
  39. 446898f Use hex() when outputting the various checksums so the test output is the by Guido van Rossum · 27 years ago
  40. 629bcfb Make this test succeed even when using "import test.test_zlib". by Guido van Rossum · 27 years ago
  41. 9dc2b8e Many more tests, including tests of many optional arguments. by Jeremy Hylton · 28 years ago
  42. c95a6c1 Use imp.find_module() as the most certain way to find the test data. by Guido van Rossum · 28 years ago
  43. 6eb4b6a test the zlib module only produce output if somethign goes wrong by Jeremy Hylton · 28 years ago