1. 96f212b Merged revisions 81100 via svnmerge from by Antoine Pitrou · 14 years ago
  2. 7f14f0d Recorded merge of revisions 81032 via svnmerge from by Antoine Pitrou · 14 years ago
  3. 4b3fe14 Merged revisions 80928 via svnmerge from by Antoine Pitrou · 14 years ago
  4. c8428d3 Merged revisions 76836 via svnmerge from by Antoine Pitrou · 15 years ago
  5. e94c679 Issue #1717: rename tp_compare to tp_reserved. I'll change the by Mark Dickinson · 15 years ago
  6. 31f30b1 Issue #4738: finer-grained locking in the zlib module. by Antoine Pitrou · 16 years ago
  7. 693fc46 Fixes release blocker issue #3492 and #3790. by Gregory P. Smith · 16 years ago
  8. 423be95 Merged revisions 65654 via svnmerge from by Martin v. Löwis · 16 years ago
  9. e43d33a #3247 Get rid of Py_FindMethod; use tp_members instead. by Amaury Forgeot d'Arc · 16 years ago
  10. 1a21451 Implement PEP 3121: new module initialization and finalization API. by Martin v. Löwis · 16 years ago
  11. 9c4756e Renamed PyBytes to PyByteArray by Christian Heimes · 16 years ago
  12. 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
  13. cc47b05 Merged revisions 61834,61841-61842,61851-61853,61863-61864,61869-61870,61874,61889 via svnmerge from by Christian Heimes · 16 years ago
  14. 1dc5400 Merged revisions 61820-61823 via svnmerge from by Christian Heimes · 16 years ago
  15. 2727503 crc32 always returns unsigned. cleanup the code a bit and revert r61648 with by Gregory P. Smith · 16 years ago
  16. 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
  17. ab0d8a1 zlib.crc32 and zlib.adler32 now return an unsigned value as any sane person by Gregory P. Smith · 16 years ago
  18. 90aa764 #1629: Renamed Py_Size, Py_Type and Py_Refcnt to Py_SIZE, Py_TYPE and Py_REFCNT. by Christian Heimes · 17 years ago
  19. 217cfd1 Cleanup: Replaced most PyInt_ aliases with PyLong_ and disabled the aliases in intobject.h by Christian Heimes · 17 years ago
  20. cd4d452 Merged revisions 59077-59104 via svnmerge from by Guido van Rossum · 17 years ago
  21. 53cbdaa Convert a bunch of constant strings in C to unicode. by Neal Norwitz · 17 years ago
  22. 9f2e346 Merged revisions 56467-56482 via svnmerge from by Martin v. Löwis · 17 years ago
  23. 776152b zlib now uses bytes everywhere, and the test passes. by Guido van Rossum · 17 years ago
  24. 0e3f591 Merged revisions 46753-51188 via svnmerge from by Thomas Wouters · 18 years ago
  25. 477c8d5 Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk. by Thomas Wouters · 18 years ago
  26. 49fd7fa Merge p3yk branch with the trunk up to revision 45595. This breaks a fair by Thomas Wouters · 18 years ago
  27. 1ac754f Check return result from Py_InitModule*(). This API can fail. by Neal Norwitz · 18 years ago
  28. 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
  29. 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
  30. 7d9ea50 - Thanks to Scott David Daniels, a subtle bug in how the zlib by Guido van Rossum · 21 years ago
  31. 62b1ab1 Replace DL_IMPORT with PyMODINIT_FUNC and remove "/export:init..." link by Mark Hammond · 22 years ago
  32. 0c32279 Removed more stray instances of statichere, but left _sre.c alone. by Tim Peters · 22 years ago
  33. 938ace6 staticforward bites the dust. by Jeremy Hylton · 22 years ago
  34. 14f8b4c Patch #568124: Add doc string macros. by Martin v. Löwis · 22 years ago
  35. 5de9842 Repair widespread misuse of _PyString_Resize. Since it's clear people by Tim Peters · 22 years ago
  36. c72737e Fix SF #544995 (zlib crash on second flush call) Bug fix by mhammond. by Jeremy Hylton · 22 years ago
  37. 4baedc1 Use the PyModule_Add*() APIs instead of manipulating the module dict directly. by Fred Drake · 22 years ago
  38. 556a938 Changed C++ comment into standard comment. by Sjoerd Mullender · 22 years ago
  39. 1464839 Patch supplied by Burton Radons for his own SF bug #487390: Modifying by Guido van Rossum · 23 years ago
  40. 72af01a Added missing cast. by Jack Jansen · 23 years ago
  41. 771f914 Remove unused convenience routine. by Jeremy Hylton · 23 years ago
  42. adbd35b Simplify and regularize docstrings. Also reformat so that each docstring by Tim Peters · 23 years ago
  43. 977e540 Trimmed trailing whitespace. by Tim Peters · 23 years ago
  44. b1a37c0 Removed more comments that didn't make much sense. by Tim Peters · 23 years ago
  45. 6605c64 Removed obsolete comments about confused string refcount tricks (Jeremy by Tim Peters · 23 years ago
  46. ba3dd99 Undo needless INCREF chicanery introduced by SF patch #450702. by Jeremy Hylton · 23 years ago
  47. 9d620d0 Simplify and fix error handling for most cases. by Jeremy Hylton · 23 years ago
  48. 49900000 More reformatting. by Jeremy Hylton · 23 years ago
  49. 0965e08 Add zlib_error() helper. by Jeremy Hylton · 23 years ago
  50. 9bc9d66 Remove many calls to set MemoryError exceptions. by Jeremy Hylton · 23 years ago
  51. 9714f99 Reformat! by Jeremy Hylton · 23 years ago
  52. 511e2ca [ #403753 ] zlib decompress; uncontrollable memory usage by Jeremy Hylton · 23 years ago
  53. 1dbce44 Update URL. Fixes bug #468118. by Martin v. Löwis · 23 years ago
  54. caef93d Silence warnings about passing unsigned char** as char**. by Martin v. Löwis · 23 years ago
  55. 3bd8c1e Patch #450702: allow threads when calling into zlib, protect usage of by Martin v. Löwis · 23 years ago
  56. a1a690f Patch #103926: fix two warnings from Tru64's compiler by Andrew M. Kuchling · 23 years ago
  57. 9aff4a2 Patch #103373 from Donovan Baarda: This patch: by Andrew M. Kuchling · 23 years ago
  58. ee826f8 Docs for new Windows zlib build procedure. by Tim Peters · 23 years ago
  59. ae8c268 Fix [ Bug #129293 ] zlib library used for binary win32 distribution can crash by Mark Hammond · 23 years ago
  60. d923831 Patch #101810: check whether zst.avail_out is non-zero when getting by Andrew M. Kuchling · 24 years ago
  61. 14f5158 Use METH_VARARGS instead of numeric constant 1 by Andrew M. Kuchling · 24 years ago
  62. f3f33dc Bunch of minor ANSIfications: 'void initfunc()' -> 'void initfunc(void)', by Thomas Wouters · 24 years ago
  63. a788a7f ANSI-fication by Peter Schneider-Kamp · 24 years ago
  64. b18618d Vladimir Marangozov's long-awaited malloc restructuring. by Guido van Rossum · 24 years ago
  65. 54b1c0b Windows: Since we're not using ZLIB.DLL any more, don't define ZLIB_DLL. by Guido van Rossum · 24 years ago
  66. 43713e5 Massive patch by Skip Montanaro to add ":name" to as many by Guido van Rossum · 24 years ago
  67. 8972dfd For ZlibError and ZLIB_VERSION, only attempt to add entry to the by Fred Drake · 25 years ago
  68. 313a3e3 Fix typo in docstring: wbites -> wbits by Andrew M. Kuchling · 25 years ago
  69. aee9bb2 Cast added by Jack Jansen (for Mac port). by Guido van Rossum · 25 years ago
  70. b729a1d Patch by Andrew Kuchling to unflush() (flush() for deflating). by Guido van Rossum · 25 years ago
  71. b95227d Add an .unused_data attribute to decompressor objects. If .unused_data by Andrew M. Kuchling · 25 years ago
  72. 173156f Fixed the flush() method of compression objects; the test for by Andrew M. Kuchling · 25 years ago
  73. 1c7aaa2 Added missing DECREF's in the error branches when creating a compressor or by Andrew M. Kuchling · 25 years ago
  74. 30aa1e7 PyInit_zlib(): Plug a small memory leak. Jeremy is looking into the by Barry Warsaw · 25 years ago
  75. 6892aa3 fix bug in PyZlib_flush. patch from Grzegorz Makarewicz & Rafal Smotrzyk. by Jeremy Hylton · 26 years ago
  76. 5bc4abe replace missing zalloc initialization (test_zlib now runs successfully) by Jeremy Hylton · 26 years ago
  77. 3625202 remove debugging fprintf (should have checked this before previous checkin) by Jeremy Hylton · 26 years ago
  78. a37e244 patches from Andrew by Jeremy Hylton · 26 years ago
  79. 6de7d0c When _PyString_Resize() reports failure, the variable referring to the by Fred Drake · 26 years ago
  80. 3886bb6 Add DL_EXPORT() to all modules that could possibly be used on BeOS or Windows. by Guido van Rossum · 26 years ago
  81. c69bac5 Fix benign problems found by a picky SGI compiler (unreachable break by Guido van Rossum · 26 years ago
  82. 821a5e4 Added URLs for zlib's home page and the Windows DLL's home page . by Guido van Rossum · 26 years ago
  83. 115f517 Tiny patch for zlib 1.1.2 by Guido van Rossum · 26 years ago
  84. 9ec0f8b Win32 treatment. by Guido van Rossum · 27 years ago
  85. 0cb96de Apply two changes, systematically: by Guido van Rossum · 27 years ago
  86. cb91404 Several changes: by Jeremy Hylton · 27 years ago
  87. c3beda2 Plug small leaks: the [de]compress object itself was never freed. by Guido van Rossum · 27 years ago
  88. c1f0882 Added (binaryfunc) casts to function pointers in method lists. by Guido van Rossum · 27 years ago
  89. ed2554a Casts by Jack to shut up the Mac compiler. by Guido van Rossum · 27 years ago
  90. 644c17d Several bug fixes. by Jeremy Hylton · 27 years ago
  91. 41b9f00 Many changes. by Jeremy Hylton · 27 years ago
  92. a74ef66 Must update the available space in the output buffer after by Jeremy Hylton · 27 years ago
  93. 97b5457 Small changes (casts etc.) by Jack, for Mac compilation. by Guido van Rossum · 27 years ago
  94. 3c54030 Doc strings (AMK). by Guido van Rossum · 27 years ago
  95. fb22156 Added Andrew Kuchling's zlib module. by Guido van Rossum · 27 years ago