1. c16f3bd Patch #708495: Port more stuff to OpenVMS. by Martin v. Löwis · 21 years ago
  2. 572f523 Applying patch #728656, by logistix, fixing opening of nonexistent by Gustavo Niemeyer · 21 years ago
  3. 7628f1f Applying patch by Neal Norwitz: by Gustavo Niemeyer · 21 years ago
  4. b9a0f91 Rename LONG_LONG to PY_LONG_LONG. Fixes #710285. by Martin v. Löwis · 21 years ago
  5. a33d0aa Unparenting BZ2File, as discussed in SF patch #661796. by Gustavo Niemeyer · 21 years ago
  6. fb8595d Patch #661760: Cygwin auto-import module patch by Jason Tishler · 22 years ago
  7. d0ebd7e Patch #649060: Cygwin bz2module patch by Jason Tishler · 22 years ago
  8. e17af7b Include Python.h first. by Martin v. Löwis · 22 years ago
  9. 6ee6db8 bz2_compress/bz2_decompress: more casting away LONG_LONG for by Tim Peters · 22 years ago
  10. 39185d6 BZ2Decomp_decompress(): Fixed more long vs LONG_LONG confusions. by Tim Peters · 22 years ago
  11. 2858e5e BZ2Comp_flush(): Fixed more int vs LONG_LONG confusions. by Tim Peters · 22 years ago
  12. f29f0c6 BZ2Comp_compress(): Explicitly cast the LONG_LONG size argument to by Tim Peters · 22 years ago
  13. 07f075c BZ2Comp_compress(): changed decl of totalout to LONG_LONG, since it's by Tim Peters · 22 years ago
  14. a17c0c4 Repaired signed-vs-unsigned mismatch. by Tim Peters · 22 years ago
  15. e322809 This couldn't compile on WIndows, due to hardcoded "long long". Repaired. by Tim Peters · 22 years ago
  16. 49ea7be * Modules/bz2module.c by Gustavo Niemeyer · 22 years ago
  17. 7d7930b * bzmodule.c More fixes of XDECREF'd values not initialized. by Gustavo Niemeyer · 22 years ago
  18. 18142c0 Fix SF #633935, test_bz2 fails by Neal Norwitz · 22 years ago
  19. f8ca836 Patch implementing bz2 module. by Gustavo Niemeyer · 22 years ago