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