1. 6ec1eb8 Merged revisions 85403 via svnmerge from by Brian Curtin · 15 years ago
  2. 3970301 Merged revisions 83440 via svnmerge from by Antoine Pitrou · 15 years ago
  3. 6a10281 Issue #7449, last part (11): fix many tests if thread support is disabled by Victor Stinner · 15 years ago
  4. dfd3618 #7092: silence some py3k warnings by Florent Xicluna · 15 years ago
  5. 9cf41d0 normalize shebang lines to #!/usr/bin/env python by Benjamin Peterson · 15 years ago
  6. dd62966 Issue #7205: Fix a possible deadlock when using a BZ2File object from several threads at once. by Antoine Pitrou · 16 years ago
  7. 3db8a34 Change more tests to use import_module for the modules that by R. David Murray · 16 years ago
  8. b74fc2b Issue #3860: GzipFile and BZ2File now support the context manager protocol. by Antoine Pitrou · 17 years ago
  9. 3b1e6b2 - Issue #3309: Fix bz2.BZFile itererator to release its internal lock by Gregory P. Smith · 17 years ago
  10. 42dd86b Deprecate os.popen* and popen2 module in favor of the subprocess module. by Neal Norwitz · 18 years ago
  11. 85fec59 Add an additional test: BZ2File write methods should raise IOError by Georg Brandl · 19 years ago
  12. 3335a7a Patch #1535500: fix segfault in BZ2File.writelines and make sure it by Georg Brandl · 19 years ago
  13. 9908d16 Bug #1535182: really test the xreadlines() method of bz2 objects. by Georg Brandl · 19 years ago
  14. b15ac31 Add new utility function, reap_children(), to test_support. This should by Neal Norwitz · 19 years ago
  15. e8889c5 testSeekBackwardsFromEnd(): Repair obvious syntax error. by Tim Peters · 20 years ago
  16. d603c04 Add list() around xreadlines() by Georg Brandl · 20 years ago
  17. 33a5f2a Fix BZ2File.(x)readlines() for files without a newline. by Georg Brandl · 20 years ago
  18. 6b95f1d Bug #1194181: bz2.BZ2File didn't handle mode 'U' correctly. by Georg Brandl · 20 years ago
  19. bb9c739 Add error checks for the bz2, cStringIO and operator modules. by Walter Dörwald · 21 years ago
  20. a94568a Patch #734231: Update RiscOS support. In particular, correct by Martin v. Löwis · 22 years ago
  21. 21d3a32 Combine the functionality of test_support.run_unittest() by Walter Dörwald · 22 years ago
  22. 572f523 Applying patch #728656, by logistix, fixing opening of nonexistent by Gustavo Niemeyer · 22 years ago
  23. 7cbd247 Add test to ensure files (fds) don't leak by Neal Norwitz · 22 years ago
  24. c70a8e4 OS/2 EMX has no popen2.Popen3 even though bunzip2 is available by Andrew MacIntyre · 23 years ago
  25. c293704 This uses only one temp file at a time, so use test_support.TESTFN as by Tim Peters · 23 years ago
  26. 44a7910 I already forgot what I changed -- it wasn't important <wink>. by Tim Peters · 23 years ago
  27. 63c1081 OK -- all tests pass on Windows now. The rest were due to 3 more by Tim Peters · 23 years ago
  28. 9de06bd More tests run on Windows now. Something is still wrong here, but no by Tim Peters · 23 years ago
  29. 499d09a Many changes to get this to pass on Windows, and to make it easier to by Tim Peters · 23 years ago
  30. 3de7526 Whitespace normalization. by Tim Peters · 23 years ago
  31. e713031 Comment out the test docstrings so we can at least tell which tests are failing. by Tim Peters · 23 years ago
  32. 230a60c Whitespace normalization. by Tim Peters · 23 years ago
  33. ae9cbee Open at least one binary file in binary mode. This allows a few of the by Tim Peters · 23 years ago
  34. f8ca836 Patch implementing bz2 module. by Gustavo Niemeyer · 23 years ago