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