1. 4612954 Issue #21859: Corrected FileIO docstrings. by Serhiy Storchaka · 10 years ago
  2. 96d8012 Issue #23785: Fixed memory leak in TextIOWrapper.tell() in rare circumstances. by Serhiy Storchaka · 10 years ago
  3. aa64c46 Issue #23781: Add private helper function _PyErr_ReplaceException() that by Serhiy Storchaka · 10 years ago
  4. f95a57f Issue #21802: The reader in BufferedRWPair now is closed even when closing by Serhiy Storchaka · 10 years ago
  5. 3173f7c Issue #5700: io.FileIO() called flush() after closing the file. by Serhiy Storchaka · 10 years ago
  6. 53ae614 allow more operations to work on detached streams (closes #23093) by Benjamin Peterson · 10 years ago
  7. 1c873bf clear BufferedRWPair weakrefs on deallocation (closes #22517) by Benjamin Peterson · 10 years ago
  8. b5dc3dc Issue #21860: Correct docstrings of FileIO.seek() and FileIO.truncate() methods. by Berker Peksag · 10 years ago
  9. a830501 properly decref the return value of close() by Benjamin Peterson · 10 years ago
  10. f6b3c84 Issue #21090: io.FileIO.readall() does not ignore I/O errors anymore. Before, by Victor Stinner · 10 years ago
  11. 05b0a1b Issue #21310: Fixed possible resource leak in failed open(). by Serhiy Storchaka · 10 years ago
  12. be580f2 Issue #20434 Correct error handlin of _PyString_Resize and _PyBytes_Resize by Kristján Valur Jónsson · 10 years ago
  13. 68e85e5 #15840: make docs consistent by saying operations on closed files raise ValueError. by Andrew Kuchling · 11 years ago
  14. 1d19f97 Issue #17671: Fixed a crash when use non-initialized io.BufferedRWPair. by Serhiy Storchaka · 11 years ago
  15. 213fec4 Issue #18876: The FileIO.mode attribute now better reflects the actual mode under which the file was opened. by Antoine Pitrou · 11 years ago
  16. a9885e9 Issue #13461: Fix a crash in the TextIOWrapper.tell method and in the "replace" by Serhiy Storchaka · 11 years ago
  17. ce9cc49 Issue #17047: remove doubled words found in 2.7 to 3.4 Modules/*, by Terry Jan Reedy · 12 years ago
  18. 5b2cf5e #17275: Fix class name in init errors in C bufferedio classes. by R David Murray · 12 years ago
  19. 354d50e Issue #17106: Fix a segmentation fault in io.TextIOWrapper when an underlying by Serhiy Storchaka · 12 years ago
  20. a998ad0 Additional fix for Issue #12268: The io module file object writelines() methods by Gregory P. Smith · 12 years ago
  21. 74f49ab Issue #15989: Fix several occurrences of integer overflow by Serhiy Storchaka · 12 years ago
  22. 23a32ba Issue #16367: Fix FileIO.readall() on Windows for files larger than 2 GB by Victor Stinner · 12 years ago
  23. a2d6d71 call close on the underlying stream even if flush raises (#16597) by Benjamin Peterson · 12 years ago
  24. 4bb142b Issue #16714: use 'raise' exceptions, don't 'throw'. by Andrew Svetlov · 12 years ago
  25. 9971616 Fixes Issue #12268 for the io module - File readline, readlines and by Gregory P. Smith · 12 years ago
  26. ba372a5 #15796: Fix \n in readline docstring. by Ezio Melotti · 12 years ago
  27. c5eec0e Issue #15841: The readable(), writable() and seekable() methods of io.BytesIO by Antoine Pitrou · 12 years ago
  28. c5bef75 Issue #15604: Update uses of PyObject_IsTrue() to check for and handle errors correctly. by Antoine Pitrou · 12 years ago
  29. 76370f4 Make TextIOWrapper's documentation clearer by copying the newline argument's description from open(). by Antoine Pitrou · 12 years ago
  30. baee34c Issue #15489: Add a __sizeof__ implementation for BytesIO objects. by Antoine Pitrou · 12 years ago
  31. bff5df0 Issue #15487: Add a __sizeof__ implementation for buffered I/O objects. by Antoine Pitrou · 12 years ago
  32. c2ec992 Issue #15247: FileIO now raises an error when given a file descriptor pointing to a directory. by Antoine Pitrou · 12 years ago
  33. 9bd4bf2 #10053: Don't close FDs when FileIO.__init__ fails by Hynek Schlawack · 12 years ago
  34. 877effc #4841: Fix FileIO constructor to honor closefd when called repeatedly by Hynek Schlawack · 12 years ago
  35. 4b536d4 Issue #14437: Fix building the _io module under Cygwin. by Antoine Pitrou · 13 years ago
  36. 7f4b3be Fix typo “seperator” by Éric Araujo · 13 years ago
  37. 5aa7df3 Issue #13322: Fix BufferedWriter.write() to ensure that BlockingIOError is by Antoine Pitrou · 13 years ago
  38. 3624815 Issue #13159: Replace FileIO's quadratic-time buffer growth algorithm with a linear-time one. by Nadeem Vawda · 13 years ago
  39. 9ffcbf7 Issue #13070: Fix a crash when a TextIOWrapper caught in a reference cycle by Charles-François Natali · 13 years ago
  40. 808cec5 Issue #12213: Fix a buffering bug with interleaved reads and writes that by Antoine Pitrou · 13 years ago
  41. eaf312a Issue #12434: make StringIO.write error message consistent with Python 2.7 nomenclature by Eli Bendersky · 13 years ago
  42. 59729ff Issue #9611, #9015: FileIO.read(), FileIO.readinto(), FileIO.write() and by Victor Stinner · 13 years ago
  43. daf17e9 Issue #12175: RawIOBase.readall() now returns None if read() returns None. by Victor Stinner · 13 years ago
  44. 5100a40 Issue #12175: FileIO.readall() now raises a ValueError instead of an IOError if by Victor Stinner · 13 years ago
  45. ee46a7b Issue #12062: In the `io` module, fix a flushing bug when doing a certain by Antoine Pitrou · 13 years ago
  46. c2077b0 #11565: Fix several typos. Patch by Piotr Kasprzyk. by Ezio Melotti · 14 years ago
  47. 6439c00 Merged revisions 88610 via svnmerge from by Antoine Pitrou · 14 years ago
  48. fc9ead6 Merged revisions 87427 via svnmerge from by Antoine Pitrou · 14 years ago
  49. 4cb64ad Merged revisions 86981,86984 via svnmerge from by Antoine Pitrou · 14 years ago
  50. 1060380 Merged revisions 85768-85771,85773,85777,85823,85825 via svnmerge from by Georg Brandl · 14 years ago
  51. 4fec9ce Merged revisions 86587 via svnmerge from by Benjamin Peterson · 14 years ago
  52. 594a046 Merged revisions 85982 via svnmerge from by Antoine Pitrou · 14 years ago
  53. 78de9cc Merged revisions 85864 via svnmerge from by Antoine Pitrou · 14 years ago
  54. 6391b34 Merged revisions 84814 via svnmerge from by Antoine Pitrou · 14 years ago
  55. 5cd2d8c Merged revisions 84438 via svnmerge from by Antoine Pitrou · 14 years ago
  56. 3ebaed6 Merged revisions 84239 via svnmerge from by Antoine Pitrou · 14 years ago
  57. cb4f47c Merged revisions 83944 via svnmerge from by Antoine Pitrou · 14 years ago
  58. 607951d Merged revisions 83411 via svnmerge from by Antoine Pitrou · 14 years ago
  59. b26dc46 Untabify Modules/_io/fileio.c by Antoine Pitrou · 14 years ago
  60. f7fd8e4 Issue #7865: The close() method of :mod:`io` objects should not swallow by Antoine Pitrou · 14 years ago
  61. 7c587bf Issue #8438: Remove reference to the missing "surrogateescape" encoding by Antoine Pitrou · 15 years ago
  62. bba8f2d Revert temporary commit in r79937 by Antoine Pitrou · 15 years ago
  63. 16e026c Temporary commit of fix to issue #5380 (in order to watch buildbot response) by Antoine Pitrou · 15 years ago
  64. 4b81bc7 #7706: add include guards where they're missing; required for Windows CE by Andrew M. Kuchling · 15 years ago
  65. f3fa074 - Issue #6939: Fix file I/O objects in the `io` module to keep the original by Antoine Pitrou · 15 years ago
  66. e812d29 Issue #7545: improve documentation of the `buffering` argument in io.open(). by Antoine Pitrou · 15 years ago
  67. aef1899 remove unused variable by Benjamin Peterson · 15 years ago
  68. ddd392c accept None as the same as having passed no argument in file types #7349 by Benjamin Peterson · 15 years ago
  69. 889d9645 Issue #7228: Fix format mismatch when printing something of type off_t. by Mark Dickinson · 15 years ago
  70. e50efaa Buffered I/O: optimize lock taking in the common non-contended case. by Antoine Pitrou · 15 years ago
  71. 3ddb527 Roll back ill-considered attempts to fix printf specifier mismatch for off_t. by Mark Dickinson · 15 years ago
  72. e848693 Fix format specifier for MSVC by Mark Dickinson · 15 years ago
  73. 791181b Replace long long with PY_LONG_LONG by Mark Dickinson · 15 years ago
  74. bf1039d Silence gcc warnings when trying to print an off_t using "lld", on platforms by Mark Dickinson · 15 years ago
  75. e052b64 Use correct conversion specifier and length modifier when printing an by Mark Dickinson · 15 years ago
  76. 5e9f667 Fix compilation error in debug mode. by Antoine Pitrou · 15 years ago
  77. f7820c1 Manual py3k backport: [svn r74316] Issue #5449: Fix io.BytesIO to not accept arbitrary keywords by Antoine Pitrou · 15 years ago
  78. fa94e80 Manual py3k backport: [svn r74158] Issue #6218: Make io.BytesIO and io.StringIO picklable. by Antoine Pitrou · 15 years ago
  79. f98a267 Manual py3k backport: [svn r74155] Issue #6242: Fix deallocator of io.StringIO and io.BytesIO by Antoine Pitrou · 15 years ago
  80. 3de4647 Fix compilation warning on Windows, where size_t is 32bit but file offsets are 64bit. by Amaury Forgeot d'Arc · 15 years ago
  81. 2a46658 Issue #6236, #6348: Fix various failures in the io module under AIX by Antoine Pitrou · 15 years ago
  82. fff896b #6750: TextIOWrapped could duplicate output when several threads write to it. by Amaury Forgeot d'Arc · 15 years ago
  83. 20e1f93 Issue #6629: Fix a data corruption issue in the new `io` package, which could by Antoine Pitrou · 15 years ago
  84. a3c5609 Issue #4856: Remove checks for win NT. by Hirokazu Yamamoto · 15 years ago
  85. 9f7baec backport r73430 by Benjamin Peterson · 15 years ago
  86. 1969059 Issue #6215: backport the 3.1 io lib by Antoine Pitrou · 15 years ago