1. f7fd8e4 Issue #7865: The close() method of :mod:`io` objects should not swallow by Antoine Pitrou · 15 years ago
  2. 6a10281 Issue #7449, last part (11): fix many tests if thread support is disabled by Victor Stinner · 15 years ago
  3. bba8f2d Revert temporary commit in r79937 by Antoine Pitrou · 15 years ago
  4. 16e026c Temporary commit of fix to issue #5380 (in order to watch buildbot response) by Antoine Pitrou · 15 years ago
  5. 6257a7b Replace catch_warnings with check_warnings when it makes sense. Use assertRaises context manager to simplify some tests. by Florent Xicluna · 15 years ago
  6. 945a8ba Cleanup some test cases using check_warnings and check_py3k_warnings. by Florent Xicluna · 15 years ago
  7. a4f46e1 Remove unused imports in test modules. by Georg Brandl · 15 years ago
  8. dde5b94 #7092: Silence more py3k warnings. Patch by Florent Xicluna. by Ezio Melotti · 15 years ago
  9. f3fa074 - Issue #6939: Fix file I/O objects in the `io` module to keep the original by Antoine Pitrou · 15 years ago
  10. b0f5adc use assert[Not]IsInstance where appropriate by Ezio Melotti · 15 years ago
  11. ce8e33a Reverting the Revision: 77368. I committed Flox's big patch for tests by by Senthil Kumaran · 15 years ago
  12. 3ddc435 Fixing - Issue7026 - RuntimeError: dictionary changed size during iteration. Patch by flox by Senthil Kumaran · 15 years ago
  13. ddd392c accept None as the same as having passed no argument in file types #7349 by Benjamin Peterson · 15 years ago
  14. fff896b #6750: TextIOWrapped could duplicate output when several threads write to it. by Amaury Forgeot d'Arc · 16 years ago
  15. 20e1f93 Issue #6629: Fix a data corruption issue in the new `io` package, which could by Antoine Pitrou · 16 years ago
  16. 5c8da86 convert usage of fail* to assert* by Benjamin Peterson · 16 years ago
  17. cdcd4bf Issue #6215: Fixed to use self.open() instead of open() or io.open(). by Hirokazu Yamamoto · 16 years ago
  18. 1969059 Issue #6215: backport the 3.1 io lib by Antoine Pitrou · 16 years ago
  19. 3633c4f handle SEEK_ constants in test_io by Benjamin Peterson · 16 years ago
  20. e741cc6 Issue #5008: When a file is opened in append mode with the new IO library, by Antoine Pitrou · 16 years ago
  21. 54686e3 #4736 BufferRWPair.closed shouldn't try to call another property as a function by Benjamin Peterson · 16 years ago
  22. 655fbf1 Backport r67759 (fix io.IncrementalNewlineDecoder for UTF-16 et al.). by Antoine Pitrou · 16 years ago
  23. bfc5156 backport r67325: make FileIO.mode always contain 'b' by Benjamin Peterson · 16 years ago
  24. 3226565 Fixed issue #4233. by Amaury Forgeot d'Arc · 16 years ago
  25. ad100c3 backport r67300 by Benjamin Peterson · 16 years ago
  26. 81e92e5 move a FileIO test to test_fileio by Benjamin Peterson · 17 years ago
  27. ab5f879 Issue #4237: io.FileIO() was raising invalid warnings caused by insufficient initialization of PyFileIOObject struct members. by Christian Heimes · 17 years ago
  28. 41c56b5 build_os2emx.patch in issue 3868 - update OS/2 EMX makefile and config files by Andrew MacIntyre · 17 years ago
  29. 11ec65d Issue #3476: make BufferedReader and BufferedWriter thread-safe by Antoine Pitrou · 17 years ago
  30. 1aed624 Backport fast alternate io.BytesIO implementation. by Alexandre Vassalotti · 17 years ago
  31. 7684f85 In test_io, StatefulIncrementalDecoderTest was not part of the test suite. by Amaury Forgeot d'Arc · 17 years ago
  32. f0a4970 Newly enabled test appears to leak: by Amaury Forgeot d'Arc · 17 years ago
  33. ce6f6c1 Fix and enable a skipped test: by Amaury Forgeot d'Arc · 17 years ago
  34. 3784c6b Use the new unicode literals for the io module by Christian Heimes · 17 years ago
  35. 1a6387e Merged revisions 61750,61752,61754,61756,61760,61763,61768,61772,61775,61805,61809,61812,61819,61917,61920,61930,61933-61934 via svnmerge from by Christian Heimes · 17 years ago