1. d8faa36 Merged revisions 53952-54987 via svnmerge from by Guido van Rossum · 17 years ago
  2. 79139b2 Kill off softspace completely (except in formatter.py which seems to have by Guido van Rossum · 18 years ago
  3. 902d6eb Merged revisions 53005-53303 via svnmerge from by Thomas Wouters · 18 years ago
  4. 89f507f Four months of trunk changes (including a few releases...) by Thomas Wouters · 18 years ago
  5. 00ee7ba Merge current trunk into p3yk. This includes the PyNumber_Index API change, by Thomas Wouters · 18 years ago
  6. 0e3f591 Merged revisions 46753-51188 via svnmerge from by Thomas Wouters · 18 years ago
  7. 7096760 Get rid of xreadlines() (methods). by Neal Norwitz · 19 years ago
  8. 15e6274 Revert backwards-incompatible const changes. by Martin v. Löwis · 19 years ago
  9. 093ab1a Remove unused variable by Neal Norwitz · 19 years ago
  10. 47fab92 Bug #1366000: cleanup BZ2File.seek() logic. Fixes the case of whence=2, offset>=0. by Georg Brandl · 19 years ago
  11. 18e1655 Merge ssize_t branch. by Martin v. Löwis · 19 years ago
  12. 1ac754f Check return result from Py_InitModule*(). This API can fail. by Neal Norwitz · 19 years ago
  13. 20bad74 SF Bug #1407069, Remove extra semi-colon if there is no long long by Neal Norwitz · 19 years ago
  14. af68c87 Add const to several API functions that take char *. by Jeremy Hylton · 19 years ago
  15. a8bcecc bug [ 1274069 ] bz2module.c compiler warning by Georg Brandl · 19 years ago
  16. 33a5f2a Fix BZ2File.(x)readlines() for files without a newline. by Georg Brandl · 19 years ago
  17. 6b95f1d Bug #1194181: bz2.BZ2File didn't handle mode 'U' correctly. by Georg Brandl · 19 years ago
  18. bb9c739 Add error checks for the bz2, cStringIO and operator modules. by Walter Dörwald · 20 years ago
  19. a6e436e - Fixed #853061: allow BZ2Compressor.compress() to receive an empty string by Gustavo Niemeyer · 21 years ago
  20. db60805 Remove support for --without-universal-newlines (see PEP 11). by Skip Montanaro · 21 years ago
  21. 21d896c Use appropriate macros not the deprecated DL_IMPORT/DL_EXPORT macros by Neal Norwitz · 21 years ago
  22. c16f3bd Patch #708495: Port more stuff to OpenVMS. by Martin v. Löwis · 21 years ago
  23. 572f523 Applying patch #728656, by logistix, fixing opening of nonexistent by Gustavo Niemeyer · 21 years ago
  24. 7628f1f Applying patch by Neal Norwitz: by Gustavo Niemeyer · 21 years ago
  25. b9a0f91 Rename LONG_LONG to PY_LONG_LONG. Fixes #710285. by Martin v. Löwis · 22 years ago
  26. a33d0aa Unparenting BZ2File, as discussed in SF patch #661796. by Gustavo Niemeyer · 22 years ago
  27. fb8595d Patch #661760: Cygwin auto-import module patch by Jason Tishler · 22 years ago
  28. d0ebd7e Patch #649060: Cygwin bz2module patch by Jason Tishler · 22 years ago
  29. e17af7b Include Python.h first. by Martin v. Löwis · 22 years ago
  30. 6ee6db8 bz2_compress/bz2_decompress: more casting away LONG_LONG for by Tim Peters · 22 years ago
  31. 39185d6 BZ2Decomp_decompress(): Fixed more long vs LONG_LONG confusions. by Tim Peters · 22 years ago
  32. 2858e5e BZ2Comp_flush(): Fixed more int vs LONG_LONG confusions. by Tim Peters · 22 years ago
  33. f29f0c6 BZ2Comp_compress(): Explicitly cast the LONG_LONG size argument to by Tim Peters · 22 years ago
  34. 07f075c BZ2Comp_compress(): changed decl of totalout to LONG_LONG, since it's by Tim Peters · 22 years ago
  35. a17c0c4 Repaired signed-vs-unsigned mismatch. by Tim Peters · 22 years ago
  36. e322809 This couldn't compile on WIndows, due to hardcoded "long long". Repaired. by Tim Peters · 22 years ago
  37. 49ea7be * Modules/bz2module.c by Gustavo Niemeyer · 22 years ago
  38. 7d7930b * bzmodule.c More fixes of XDECREF'd values not initialized. by Gustavo Niemeyer · 22 years ago
  39. 18142c0 Fix SF #633935, test_bz2 fails by Neal Norwitz · 22 years ago
  40. f8ca836 Patch implementing bz2 module. by Gustavo Niemeyer · 22 years ago