1. 536d93d Issue #28016: Skip /dev/tty seekable() test on AIX by Martin Panter · 9 years ago
  2. 3c9ce74 Issue #23908: os functions, open() and the io.FileIO constructor now reject by Serhiy Storchaka · 9 years ago
  3. ea4d287 Issue #20557: Use specific asserts in io tests. by Serhiy Storchaka · 10 years ago
  4. abb7e65 Backported tests from issue #20175. by Serhiy Storchaka · 10 years ago
  5. 76249ea Issue #20532: Tests which use _testcapi now are marked as CPython only. by Serhiy Storchaka · 11 years ago
  6. 1f70221 Issue #19572: More silently skipped tests explicitly skipped. by Zachary Ware · 12 years ago
  7. 213fec4 Issue #18876: The FileIO.mode attribute now better reflects the actual mode under which the file was opened. by Antoine Pitrou · 12 years ago
  8. aa1e1a2 Issue #17111: Prevent test_surrogates (test_fileio) failure on OS X 10.4. by Ned Deily · 12 years ago
  9. 74f49ab Issue #15989: Fix several occurrences of integer overflow by Serhiy Storchaka · 13 years ago
  10. 78e761e Add tests for the writelines() method of file objects. by Antoine Pitrou · 13 years ago
  11. c2ec992 Issue #15247: FileIO now raises an error when given a file descriptor pointing to a directory. by Antoine Pitrou · 13 years ago
  12. 9bd4bf2 #10053: Don't close FDs when FileIO.__init__ fails by Hynek Schlawack · 13 years ago
  13. 2623a37 Merged revisions 86596 via svnmerge from by Ezio Melotti · 15 years ago
  14. 594a046 Merged revisions 85982 via svnmerge from by Antoine Pitrou · 15 years ago
  15. f62ae82 Merged revisions 86000 via svnmerge from by Brian Curtin · 15 years ago
  16. e6ebcda Merged revisions 84506 via svnmerge from by Antoine Pitrou · 15 years ago
  17. 7c587bf Issue #8438: Remove reference to the missing "surrogateescape" encoding by Antoine Pitrou · 15 years ago
  18. 187f93d Use "x in y" instead of y.find(x) != -1. by Ezio Melotti · 15 years ago
  19. 6de9e93 Issue #7849: Now the utility ``check_warnings`` verifies if the warnings are by Florent Xicluna · 15 years ago
  20. a4f46e1 Remove unused imports in test modules. by Georg Brandl · 15 years ago
  21. f3fa074 - Issue #6939: Fix file I/O objects in the `io` module to keep the original by Antoine Pitrou · 16 years ago
  22. ddd392c accept None as the same as having passed no argument in file types #7349 by Benjamin Peterson · 16 years ago
  23. 5c8da86 convert usage of fail* to assert* by Benjamin Peterson · 16 years ago
  24. 1969059 Issue #6215: backport the 3.1 io lib by Antoine Pitrou · 16 years ago
  25. f3bd687 Issue #3877: skip a test_fileio subtest on all BSDs, not only FreeBSD by Antoine Pitrou · 16 years ago
  26. 5539c78 make bad file descriptor tests more robust by Benjamin Peterson · 17 years ago
  27. 5848d1f raise an OSError for invalid fds #4991 by Benjamin Peterson · 17 years ago
  28. 7af6556 #4764 in io.open, set IOError.filename when trying to open a directory on POSIX platforms by Benjamin Peterson · 17 years ago
  29. bfc5156 backport r67325: make FileIO.mode always contain 'b' by Benjamin Peterson · 17 years ago
  30. 81e92e5 move a FileIO test to test_fileio by Benjamin Peterson · 17 years ago
  31. f22c26e #3703 unhelpful _fileio.FileIO error message when trying to open a directory by Benjamin Peterson · 17 years ago
  32. 901e471 #3662: Fix segfault introduced when fixing memory leaks. by Neal Norwitz · 17 years ago
  33. 0e3a6cf backport test_fileio by Benjamin Peterson · 17 years ago