1. ea4b46f Fix 64-bit safety issue in BZ2Compressor and BZ2Decompressor. by Nadeem Vawda · 13 years ago
  2. 37dc5f8 Issue #5863: Rewrite BZ2File in pure Python, and allow it to accept by Antoine Pitrou · 13 years ago
  3. 528d9f6 Issue #11018: fix a test to not be a no-op in test_bz2. by Antoine Pitrou · 13 years ago
  4. d2e948d Implement #7944. Use `with` throughout the test suite. by Brian Curtin · 14 years ago
  5. 7ffa196 Issue #8397: Raise an error when attempting to mix iteration and regular by Antoine Pitrou · 14 years ago
  6. 45df820 Merged revisions 80552-80556,80564-80566,80568-80571 via svnmerge from by Victor Stinner · 14 years ago
  7. 90f5ba5 convert shebang lines: python -> python3 by Benjamin Peterson · 14 years ago
  8. c66363f Merged revisions 75818 via svnmerge from by Antoine Pitrou · 15 years ago
  9. a21e4ca Merged revisions 70734,70775,70856,70874,70876-70877 via svnmerge by R. David Murray · 15 years ago
  10. 308705e Merged revisions 68484-68485 via svnmerge from by Antoine Pitrou · 16 years ago
  11. 86b2fb9 Merged revisions 64623,64640,64665,64687,64689-64690,64719,64721,64735,64742,64744-64746,64756-64761,64767-64769,64771-64772,64774-64775,64788,64793,64835-64836 via svnmerge from by Georg Brandl · 16 years ago
  12. ee8712c #2621 rename test.test_support to test.support by Benjamin Peterson · 16 years ago
  13. 98297ee Merging the py3k-pep3137 branch back into the py3k branch. by Guido van Rossum · 17 years ago
  14. 289bc05 some RiscOS stuff I missed before (was only looking for "RISCOS") by Skip Montanaro · 17 years ago
  15. 34d1928 SF patch# 1770008 by Christian Heimes (plus some extras). by Guido van Rossum · 17 years ago
  16. 75c26bc BZ2File.read(0) should return b"" rather than raising ValueError. by Guido van Rossum · 17 years ago
  17. 88e860c Fix bz2_test.py by removing the tests for universal newline mode. by Guido van Rossum · 17 years ago
  18. 522a6c6 bz2 uses bytes everywhere (even for the 'newlines' attribute). test_bz2 passes. by Guido van Rossum · 17 years ago
  19. 360e4b8 Merged revisions 55325-55327 via svnmerge from by Guido van Rossum · 17 years ago
  20. 805365e Merged revisions 55007-55179 via svnmerge from by Guido van Rossum · 17 years ago
  21. 933520b Fix a place where it's pretty clear that a binary open mode was intended. by Guido van Rossum · 17 years ago
  22. 01c77c6 Anna Ravenscroft identified many occurrences of "file" used to open a file by Alex Martelli · 18 years ago
  23. 00ee7ba Merge current trunk into p3yk. This includes the PyNumber_Index API change, by Thomas Wouters · 18 years ago
  24. 0e3f591 Merged revisions 46753-51188 via svnmerge from by Thomas Wouters · 18 years ago
  25. 7096760 Get rid of xreadlines() (methods). by Neal Norwitz · 18 years ago
  26. e8889c5 testSeekBackwardsFromEnd(): Repair obvious syntax error. by Tim Peters · 19 years ago
  27. d603c04 Add list() around xreadlines() by Georg Brandl · 19 years ago
  28. 33a5f2a Fix BZ2File.(x)readlines() for files without a newline. by Georg Brandl · 19 years ago
  29. 6b95f1d Bug #1194181: bz2.BZ2File didn't handle mode 'U' correctly. by Georg Brandl · 19 years ago
  30. bb9c739 Add error checks for the bz2, cStringIO and operator modules. by Walter Dörwald · 20 years ago
  31. a94568a Patch #734231: Update RiscOS support. In particular, correct by Martin v. Löwis · 21 years ago
  32. 21d3a32 Combine the functionality of test_support.run_unittest() by Walter Dörwald · 21 years ago
  33. 572f523 Applying patch #728656, by logistix, fixing opening of nonexistent by Gustavo Niemeyer · 21 years ago
  34. 7cbd247 Add test to ensure files (fds) don't leak by Neal Norwitz · 21 years ago
  35. c70a8e4 OS/2 EMX has no popen2.Popen3 even though bunzip2 is available by Andrew MacIntyre · 22 years ago
  36. c293704 This uses only one temp file at a time, so use test_support.TESTFN as by Tim Peters · 22 years ago
  37. 44a7910 I already forgot what I changed -- it wasn't important <wink>. by Tim Peters · 22 years ago
  38. 63c1081 OK -- all tests pass on Windows now. The rest were due to 3 more by Tim Peters · 22 years ago
  39. 9de06bd More tests run on Windows now. Something is still wrong here, but no by Tim Peters · 22 years ago
  40. 499d09a Many changes to get this to pass on Windows, and to make it easier to by Tim Peters · 22 years ago
  41. 3de7526 Whitespace normalization. by Tim Peters · 22 years ago
  42. e713031 Comment out the test docstrings so we can at least tell which tests are failing. by Tim Peters · 22 years ago
  43. 230a60c Whitespace normalization. by Tim Peters · 22 years ago
  44. ae9cbee Open at least one binary file in binary mode. This allows a few of the by Tim Peters · 22 years ago
  45. f8ca836 Patch implementing bz2 module. by Gustavo Niemeyer · 22 years ago