1. 21d3a32 Combine the functionality of test_support.run_unittest() by Walter Dörwald · 21 years ago
  2. f359410 Use floor division (//). by Guido van Rossum · 21 years ago
  3. f2715e0 Whitespace normalization. by Tim Peters · 21 years ago
  4. 7d9ea50 - Thanks to Scott David Daniels, a subtle bug in how the zlib by Guido van Rossum · 21 years ago
  5. a6fa0e6 Portable way of producing unsigned 32-bit hex output to print the CRCs. by Guido van Rossum · 22 years ago
  6. 04f357c Get rid of relative imports in all unittests. Now anything that by Barry Warsaw · 22 years ago
  7. c72737e Fix SF #544995 (zlib crash on second flush call) Bug fix by mhammond. by Jeremy Hylton · 22 years ago
  8. e0c446b Whitespace normalization. by Tim Peters · 23 years ago
  9. 511e2ca [ #403753 ] zlib decompress; uncontrollable memory usage by Jeremy Hylton · 23 years ago
  10. fcfc8d5 Patch #441091 from Finn Bock: the more advanced flush options are not by Andrew M. Kuchling · 23 years ago
  11. 0009c4e Whitespace normalization. by Tim Peters · 23 years ago
  12. 9a0f98e Add test case from bug #124981: zlib decompress of sync-flushed data fails by Andrew M. Kuchling · 23 years ago
  13. 8e6d44e Patch #103748 from Toby Dickenson: fix typo in test_zlib that turns one by Andrew M. Kuchling · 23 years ago
  14. 83ff749 String method conversion. by Eric S. Raymond · 23 years ago
  15. 004d5e6 Make reindent.py happy (convert everything to 4-space indents!). by Fred Drake · 24 years ago
  16. a05e293 typos fixed by Rob Hooft by Jeremy Hylton · 24 years ago
  17. ad892dc Make this pass the -tt test. by Fred Drake · 24 years ago
  18. dca7e00 Added simple test for the flush() method of compression objects, trying the by Andrew M. Kuchling · 25 years ago
  19. 446898f Use hex() when outputting the various checksums so the test output is the by Guido van Rossum · 26 years ago
  20. 629bcfb Make this test succeed even when using "import test.test_zlib". by Guido van Rossum · 27 years ago
  21. 9dc2b8e Many more tests, including tests of many optional arguments. by Jeremy Hylton · 27 years ago
  22. c95a6c1 Use imp.find_module() as the most certain way to find the test data. by Guido van Rossum · 27 years ago
  23. 6eb4b6a test the zlib module only produce output if somethign goes wrong by Jeremy Hylton · 27 years ago