1. 7c587bf Issue #8438: Remove reference to the missing "surrogateescape" encoding by Antoine Pitrou · 15 years ago
  2. 187f93d Use "x in y" instead of y.find(x) != -1. by Ezio Melotti · 15 years ago
  3. 6de9e93 Issue #7849: Now the utility ``check_warnings`` verifies if the warnings are by Florent Xicluna · 15 years ago
  4. a4f46e1 Remove unused imports in test modules. by Georg Brandl · 15 years ago
  5. f3fa074 - Issue #6939: Fix file I/O objects in the `io` module to keep the original by Antoine Pitrou · 15 years ago
  6. ddd392c accept None as the same as having passed no argument in file types #7349 by Benjamin Peterson · 15 years ago
  7. 5c8da86 convert usage of fail* to assert* by Benjamin Peterson · 16 years ago
  8. 1969059 Issue #6215: backport the 3.1 io lib by Antoine Pitrou · 16 years ago
  9. f3bd687 Issue #3877: skip a test_fileio subtest on all BSDs, not only FreeBSD by Antoine Pitrou · 16 years ago
  10. 5539c78 make bad file descriptor tests more robust by Benjamin Peterson · 16 years ago
  11. 5848d1f raise an OSError for invalid fds #4991 by Benjamin Peterson · 16 years ago
  12. 7af6556 #4764 in io.open, set IOError.filename when trying to open a directory on POSIX platforms by Benjamin Peterson · 16 years ago
  13. bfc5156 backport r67325: make FileIO.mode always contain 'b' by Benjamin Peterson · 16 years ago
  14. 81e92e5 move a FileIO test to test_fileio by Benjamin Peterson · 17 years ago
  15. f22c26e #3703 unhelpful _fileio.FileIO error message when trying to open a directory by Benjamin Peterson · 17 years ago
  16. 901e471 #3662: Fix segfault introduced when fixing memory leaks. by Neal Norwitz · 17 years ago
  17. 0e3a6cf backport test_fileio by Benjamin Peterson · 17 years ago