1. a5af6e1 bpo-25455: Fixed crashes in repr of recursive buffered file-like objects. (#514) by Serhiy Storchaka · 7 years ago
  2. eacee98 Issue #29409: Implement PEP 529 for io.FileIO (Patch by Eryk Sun) by Steve Dower · 7 years ago
  3. 9544a36 Issue #28016: Skip /dev/tty seekable() test on AIX by Martin Panter · 8 years ago
  4. b064f1e Issue #20557: Use specific asserts in io tests. by Serhiy Storchaka · 9 years ago
  5. 0dcd80a Issue #20557: Use specific asserts in io tests. by Serhiy Storchaka · 9 years ago
  6. f24131f Issue #20175: Converted the _io module to Argument Clinic. by Serhiy Storchaka · 9 years ago
  7. 6a69466 Backported tests from issue #20175. by Serhiy Storchaka · 9 years ago
  8. 71fd224 Issue #21859: Added Python implementation of io.FileIO. by Serhiy Storchaka · 9 years ago
  9. 4954f9f Issue #17401: Output the closefd attribute as boolean. by Serhiy Storchaka · 10 years ago
  10. 933430a Issue #17401: document closefd in io.FileIO docs and add to repr by Robert Collins · 10 years ago
  11. d8a1447 Issue #22215: Now ValueError is raised instead of TypeError when str or bytes by Serhiy Storchaka · 10 years ago
  12. de68722 Issue #21679: Prevent extraneous fstat() calls during open(). Patch by Bohuslav Kabrda. by Antoine Pitrou · 10 years ago
  13. f28ba36 Issue #20532: Tests which use _testcapi now are marked as CPython only. by Serhiy Storchaka · 10 years ago
  14. 5cfc79d Issue #20532: Tests which use _testcapi now are marked as CPython only. by Serhiy Storchaka · 10 years ago
  15. 101d9e7 Issue 19572: More silently skipped tests explicitly skipped. by Zachary Ware · 11 years ago
  16. 9fe6d86 Issue 19572: More silently skipped tests explicitly skipped. by Zachary Ware · 11 years ago
  17. e619427 Issue #18876: The FileIO.mode attribute now better reflects the actual mode under which the file was opened. by Antoine Pitrou · 11 years ago
  18. e93b63b Issue #18876: The FileIO.mode attribute now better reflects the actual mode under which the file was opened. by Antoine Pitrou · 11 years ago
  19. 9101e23 Issue #15989: Fix several occurrences of integer overflow by Serhiy Storchaka · 12 years ago
  20. 441d30f Issue #15989: Fix several occurrences of integer overflow by Serhiy Storchaka · 12 years ago
  21. 7898043 Issue #15989: Fix several occurrences of integer overflow by Serhiy Storchaka · 12 years ago
  22. f7a17b4 Replace IOError with OSError (#16715) by Andrew Svetlov · 12 years ago
  23. 3438fa4 Get rig of EnvironmentError (#16705) by Andrew Svetlov · 12 years ago
  24. 0c7081a Merge for issue #15744: add tests for the writelines() method of file objects. by Antoine Pitrou · 12 years ago
  25. 131a489 Add tests for the writelines() method of file objects. by Antoine Pitrou · 12 years ago
  26. 7d7f40c Issue #15247: FileIO now raises an error when given a file descriptor pointing to a directory. by Antoine Pitrou · 12 years ago
  27. 9235b25 Issue #15247: FileIO now raises an error when given a file descriptor pointing to a directory. by Antoine Pitrou · 12 years ago
  28. 6916835 #10053: Don't close FDs when FileIO.__init__ fails by Hynek Schlawack · 12 years ago
  29. 9ed8b4e #10053: Don't close FDs when FileIO.__init__ fails by Hynek Schlawack · 12 years ago
  30. 7ab4af0 Issue #13848: open() and the FileIO constructor now check for NUL characters in the file name. by Antoine Pitrou · 13 years ago
  31. 1334884 Issue #13848: open() and the FileIO constructor now check for NUL characters in the file name. by Antoine Pitrou · 13 years ago
  32. 74c503b use io.SEEK_* constants instead of os.SEEK_* where an IO stream is seeked, leaving the os.SEEK_* constants only for os.lseek, as documented by Eli Bendersky · 13 years ago
  33. b3aedd4 #9424: Replace deprecated assert* methods in the Python test suite. by Ezio Melotti · 14 years ago
  34. 3ddcaaf Fix ResourceWarning about unclosed file by Brian Curtin · 14 years ago
  35. 8d2b51b Issue #10253: FileIO leaks a file descriptor when trying to open a file by Antoine Pitrou · 14 years ago
  36. 0049249 Issue #8734: Avoid crash in msvcrt.get_osfhandle() when an invalid file by Antoine Pitrou · 14 years ago
  37. 7fb4da7 Merged revisions 79024 via svnmerge from by Ezio Melotti · 14 years ago
  38. 1b37e87 Merged revisions 78093 via svnmerge from by Georg Brandl · 14 years ago
  39. b14930c Only the parts which are relevant for 3.x branch. by Florent Xicluna · 14 years ago
  40. 905a2ff Merged revisions 77890 via svnmerge from by Antoine Pitrou · 15 years ago
  41. 255058f don't accept bytes in FileIO.write #7785 by Benjamin Peterson · 15 years ago
  42. bf5ff76 Merged revisions 76805 via svnmerge from by Benjamin Peterson · 15 years ago
  43. 6103ab1 Remove AtheOS support, as per PEP 11 (which claims that all code was removed in Python 3.0). by Antoine Pitrou · 15 years ago
  44. c9c0f20 convert old fail* assertions to assert* by Benjamin Peterson · 15 years ago
  45. 716c444 Issue #5761: Add the name of the underlying file to the repr() of various IO objects. by Antoine Pitrou · 15 years ago
  46. d7b3046 Merged revisions 72859 via svnmerge from by Antoine Pitrou · 15 years ago
  47. a8abe86 http://bugs.python.org/issue5544 by Kristján Valur Jónsson · 15 years ago
  48. 0ae29cf The error detection code in FileIO.close() could fail to reflect the `errno` value, and report it as -1 instead. by Antoine Pitrou · 15 years ago
  49. 7fb111b Fix failures introduced by buggy merge (1) by Antoine Pitrou · 15 years ago
  50. 4fa88fa merge the io-c branch: C implementation of the io module by Benjamin Peterson · 15 years ago
  51. 7522c74 Merged revisions 68779 via svnmerge from by Benjamin Peterson · 16 years ago
  52. 806d402 Merged revisions 68755 via svnmerge from by Benjamin Peterson · 16 years ago
  53. 1efc23c Merged revisions 68016 via svnmerge from by Benjamin Peterson · 16 years ago
  54. 44309e6 make FileIO.mode always include 'b' by Benjamin Peterson · 16 years ago
  55. 65676e4 Merged revisions 67089,67091,67101 via svnmerge from by Benjamin Peterson · 16 years ago
  56. 3e4f055 Merged revisions 66045,66048-66049,66053,66060,66062-66063,66065,66067,66071-66074,66080,66082-66083,66090-66093,66097-66099,66103,66105,66110,66118 via svnmerge from by Benjamin Peterson · 16 years ago
  57. 6e0e0e6 Merged revisions 66018 via svnmerge from by Neal Norwitz · 16 years ago
  58. 94fe10f it seems that /dev/tty is seekable on Solaris, too by Benjamin Peterson · 16 years ago
  59. ee8712c #2621 rename test.test_support to test.support by Benjamin Peterson · 16 years ago
  60. 53dbe39 Move UserList to collections. by Raymond Hettinger · 16 years ago
  61. 50da60c The final occurrences of exception slicing. by Georg Brandl · 17 years ago
  62. caf871a Fix a failing test on FreeBSD: ttys are seekable in FreeBSD, too. by Hye-Shik Chang · 17 years ago
  63. b0f48ab Skip testing the special file "/dev/tty" on Windows. This test does by Thomas Heller · 17 years ago
  64. 3a77c7a If append mode is specified seek to the end of the file. by Walter Dörwald · 17 years ago
  65. a45ea58 Make test_fileio.py work. by Guido van Rossum · 17 years ago
  66. 360e4b8 Merged revisions 55325-55327 via svnmerge from by Guido van Rossum · 17 years ago
  67. 5205653 Merged revisions 55184-55224 via svnmerge from by Guido van Rossum · 17 years ago
  68. ef87d6e Rip out all the u"..." literals and calls to unicode(). by Guido van Rossum · 17 years ago
  69. d8faa36 Merged revisions 53952-54987 via svnmerge from by Guido van Rossum · 17 years ago
  70. 6ef6306 Oops, don't test for a name attribute here. That's a higher-level feature. by Guido van Rossum · 17 years ago
  71. 13633bb Support name and mode attributes on all file types. by Guido van Rossum · 17 years ago
  72. 682faf8 Fix most XXX remarks. by Guido van Rossum · 17 years ago
  73. 31c3a57 Test closed, mode attribute; don't test __exit__(). by Guido van Rossum · 17 years ago
  74. de3bc7c Fix embarrassing syntax mix. by Guido van Rossum · 17 years ago
  75. a9e2024 Check in Daniel Stutzbach's _fileio.c and test_fileio.py by Guido van Rossum · 17 years ago