1. 712cb73 Issue #20037: Avoid crashes when doing text I/O late at interpreter shutdown. by Antoine Pitrou · 11 years ago
  2. 101d9e7 Issue 19572: More silently skipped tests explicitly skipped. by Zachary Ware · 11 years ago
  3. 9fe6d86 Issue 19572: More silently skipped tests explicitly skipped. by Zachary Ware · 11 years ago
  4. 2480c2e Issue #15204: Silence and check the 'U' mode deprecation warnings in tests. by Serhiy Storchaka · 11 years ago
  5. 796564c Issue #18112: PEP 442 implementation (safe object finalization). by Antoine Pitrou · 11 years ago
  6. 775b2dd test_io: check_interrupted_write() now cancels the alarm if ZeroDivisionError by Victor Stinner · 11 years ago
  7. 37a79a1 Issue #18025: Fixed a segfault in io.BufferedIOBase.readinto() when raw by Serhiy Storchaka · 11 years ago
  8. 281945f Issue #18025: Fixed a segfault in io.BufferedIOBase.readinto() when raw by Serhiy Storchaka · 11 years ago
  9. 34373b2 Issue #17835: Fix test_io when the default OS pipe buffer size is larger than one million bytes. by Antoine Pitrou · 11 years ago
  10. e1a1674 Issue #17835: Fix test_io when the default OS pipe buffer size is larger than one million bytes. by Antoine Pitrou · 11 years ago
  11. e94cbd1 #17479: merge with 3.3. by Ezio Melotti · 11 years ago
  12. daa42c7 #17479: test_io now works with unittest test discovery. Patch by Zachary Ware. by Ezio Melotti · 11 years ago
  13. d7c59e1 Merge #17275: Fix class name in init errors in C bufferedio classes. by R David Murray · 11 years ago
  14. 9f10f56 Merge #17275: Fix class name in init errors in C bufferedio classes. by R David Murray · 11 years ago
  15. 67bfe80 #17275: Fix class name in init errors in C bufferedio classes. by R David Murray · 11 years ago
  16. cce1b8e Issue #17106: Fix a segmentation fault in io.TextIOWrapper when an underlying by Serhiy Storchaka · 11 years ago
  17. d03ce4a Issue #17106: Fix a segmentation fault in io.TextIOWrapper when an underlying by Serhiy Storchaka · 11 years ago
  18. 94dc673 Issue #17106: Fix a segmentation fault in io.TextIOWrapper when an underlying by Serhiy Storchaka · 11 years ago
  19. 441d30f Issue #15989: Fix several occurrences of integer overflow by Serhiy Storchaka · 11 years ago
  20. 9101e23 Issue #15989: Fix several occurrences of integer overflow by Serhiy Storchaka · 11 years ago
  21. 7898043 Issue #15989: Fix several occurrences of integer overflow by Serhiy Storchaka · 11 years ago
  22. f7a17b4 Replace IOError with OSError (#16715) by Andrew Svetlov · 12 years ago
  23. 4c05969 merge 3.3 (#16597) by Benjamin Peterson · 12 years ago
  24. 6862361 call close on the underlying stream even if flush raises (closes #16597) by Benjamin Peterson · 12 years ago
  25. 3438fa4 Get rig of EnvironmentError (#16705) by Andrew Svetlov · 12 years ago
  26. 8261f83 Merge for issue #15744: add tests for the writelines() method of file objects. by Antoine Pitrou · 12 years ago
  27. 0c7081a Merge for issue #15744: add tests for the writelines() method of file objects. by Antoine Pitrou · 12 years ago
  28. 3ed2cb5 Also add tests for TextIOWrapper.writelines() (issue #15744). by Antoine Pitrou · 12 years ago
  29. 131a489 Add tests for the writelines() method of file objects. by Antoine Pitrou · 12 years ago
  30. dc46945 Closes #15488: Closed files keep their buffer alive by Jesus Cea · 12 years ago
  31. 7b64875 Added test for 85cb90f79cbf and see how the code handles all flags at once by Christian Heimes · 12 years ago
  32. a264384 Issue #15487: Add a __sizeof__ implementation for buffered I/O objects. by Antoine Pitrou · 12 years ago
  33. 10f0c50 Issue #15487: Add a __sizeof__ implementation for buffered I/O objects. by Antoine Pitrou · 12 years ago
  34. 109d573 Issue #13248: io: Remove obsolete argument "max_buffer_size" of BufferedWriter and BufferedRWPair. by Florent Xicluna · 12 years ago
  35. 875c1bc Backout change e8f44ebacda7052267318cecf5b6f128d35add17. Reverting the test by Gregory P. Smith · 12 years ago
  36. b5ba203 Backout change e8f44ebacda7052267318cecf5b6f128d35add17. Reverting the test by Gregory P. Smith · 12 years ago
  37. 990a5fe Fixes issue #12268: File readline, readlines and read() or readall() methods by Gregory P. Smith · 12 years ago
  38. 8150492 Speed up test_io by >2x by reducing the sleep time using setitimer instead of by Gregory P. Smith · 12 years ago
  39. 9436361 Closes #10142: Support for SEEK_HOLE/SEEK_DATA by Jesus Cea · 12 years ago
  40. f86a5e8 Close #11022: TextIOWrapper doesn't call locale.setlocale() anymore by Victor Stinner · 12 years ago
  41. 9866d96 #4841: Fix FileIO constructor to honor closefd when called repeatedly by Hynek Schlawack · 12 years ago
  42. 2cc7156 #4841: Fix FileIO constructor to honor closefd when called repeatedly by Hynek Schlawack · 12 years ago
  43. 7ab4af0 Issue #13848: open() and the FileIO constructor now check for NUL characters in the file name. by Antoine Pitrou · 12 years ago
  44. 1334884 Issue #13848: open() and the FileIO constructor now check for NUL characters in the file name. by Antoine Pitrou · 12 years ago
  45. dc3044c Issue #12760: Add a create mode to open(). Patch by David Townshend. by Charles-François Natali · 12 years ago
  46. 7fe601c Issue #13322: Fix BufferedWriter.write() to ensure that BlockingIOError is by Antoine Pitrou · 13 years ago
  47. 58fcf9f Issue #13322: Fix BufferedWriter.write() to ensure that BlockingIOError is by Antoine Pitrou · 13 years ago
  48. 59142db Issue #12797: Added custom opener parameter to builtin open() and FileIO.open(). by Ross Lagerwall · 13 years ago
  49. 6b4883d PEP 3151 / issue #12555: reworking the OS and IO exception hierarchy. by Antoine Pitrou · 13 years ago
  50. 42c28cd Issue #13070: Fix a crash when a TextIOWrapper caught in a reference cycle by Charles-François Natali · 13 years ago
  51. 1e44fec Issue #13087: BufferedReader.seek() now always raises UnsupportedOperation by Antoine Pitrou · 13 years ago
  52. b619bb2 Issue #13070: Fix a crash when a TextIOWrapper caught in a reference cycle by Charles-François Natali · 13 years ago
  53. bf009f0 Issue #13087: BufferedReader.seek() now always raises UnsupportedOperation by Antoine Pitrou · 13 years ago
  54. d8b509b #13012: use splitlines(keepends=True/False) instead of splitlines(0/1). by Ezio Melotti · 13 years ago
  55. 9fd5374 merge 3.2 (#12878) by Benjamin Peterson · 13 years ago
  56. f6f3a35 add a __dict__ descr for IOBase (closes #12878) by Benjamin Peterson · 13 years ago
  57. e8bb1a0 Issue #12213: Fix a buffering bug with interleaved reads and writes that by Antoine Pitrou · 13 years ago
  58. e05565e Issue #12213: Fix a buffering bug with interleaved reads and writes that by Antoine Pitrou · 13 years ago
  59. 107d65d Fix typo in test names by Antoine Pitrou · 13 years ago
  60. 20db511 Fix typo in test names by Antoine Pitrou · 13 years ago
  61. d42c1d0 Issue #12591: Allow io.TextIOWrapper to work with raw IO objects (without by Antoine Pitrou · 13 years ago
  62. e96ec68 Issue #12591: Allow io.TextIOWrapper to work with raw IO objects (without by Antoine Pitrou · 13 years ago
  63. 093c8e4 Issue #12149: Update the method cache after a type's dictionnary gets by Antoine Pitrou · 13 years ago
  64. 84f1b17 Issue #12149: Update the method cache after a type's dictionnary gets by Antoine Pitrou · 13 years ago
  65. cd1aa0d Issue #12429: Skip interrupted write tests on FreeBSD <= 7 by Victor Stinner · 13 years ago
  66. 2d51721 Issue #12196: Add PIPE_MAX_SIZE to test.support, constant larger than the by Charles-François Natali · 13 years ago
  67. d2780ae (Merge 3.2) Issue #12175: RawIOBase.readall() now returns None if read() by Victor Stinner · 13 years ago
  68. 988512c (Merge 3.1) Issue #12175: RawIOBase.readall() now returns None if read() by Victor Stinner · 13 years ago
  69. a80987f Issue #12175: RawIOBase.readall() now returns None if read() returns None. by Victor Stinner · 13 years ago
  70. af62c7d (Merge 3.2) Issue #12175: FileIO.readall() now raises a ValueError instead of by Victor Stinner · 13 years ago
  71. 4767114 (Merge 3.1) Issue #12175: FileIO.readall() now raises a ValueError instead of by Victor Stinner · 13 years ago
  72. b79f28c Issue #12175: FileIO.readall() now raises a ValueError instead of an IOError if by Victor Stinner · 13 years ago
  73. b89b31a Issue #12062: Fix a flushing bug when doing a certain type of I/O sequence by Antoine Pitrou · 13 years ago
  74. 00dd182 Issue #12062: Fix a flushing bug when doing a certain type of I/O sequence by Antoine Pitrou · 13 years ago
  75. 7c40489 Issue #12062: Fix a flushing bug when doing a certain type of I/O sequence by Antoine Pitrou · 13 years ago
  76. 3486a98 Issue #9971: Write an optimized implementation of BufferedReader.readinto(). by Antoine Pitrou · 13 years ago
  77. a929335 Issue #8407, issue #11859: Add signal.pthread_sigmask() function to fetch by Victor Stinner · 13 years ago
  78. d843c2d Merged revisions 88610 via svnmerge from by Antoine Pitrou · 13 years ago
  79. 707ce82 Issue #10956: Buffered I/O classes retry reading or writing after a signal by Antoine Pitrou · 13 years ago
  80. 8f36af7 Normalize the encoding names for Latin-1 and UTF-8 to 'latin-1' and 'utf-8'. by Marc-André Lemburg · 13 years ago
  81. 31f5929 Issue #10990: Prevent tests from clobbering a set trace function. by Brett Cannon · 13 years ago
  82. a4815ca Issue #10872: The repr() of TextIOWrapper objects now includes the mode by Antoine Pitrou · 13 years ago
  83. 6cfc512 Merged revisions 87427 via svnmerge from by Antoine Pitrou · 14 years ago
  84. 7f8f418 Issue #10750: The `raw` attribute of buffered IO objects is now read-only. by Antoine Pitrou · 14 years ago
  85. 976157f Merged revisions 86981,86984 via svnmerge from by Antoine Pitrou · 14 years ago
  86. f3b68b3 Issue #10478: Reentrant calls inside buffered IO objects (for example by by Antoine Pitrou · 14 years ago
  87. 19f2aeb Merged revisions 86596 via svnmerge from by Ezio Melotti · 14 years ago
  88. b3aedd4 #9424: Replace deprecated assert* methods in the Python test suite. by Ezio Melotti · 14 years ago
  89. 243757e Issue #10180: Pickling file objects is now explicitly forbidden, since by Antoine Pitrou · 14 years ago
  90. 556c735 use addCleanup by Benjamin Peterson · 14 years ago
  91. ebe5d8a patch up leaking fds by Benjamin Peterson · 14 years ago
  92. d8fc2e1 this test manages the fds itself by Benjamin Peterson · 14 years ago
  93. 5a9e91b Silence ResourceWarning when testing that the file destructor closes the file. by Brett Cannon · 14 years ago
  94. e033e06 Issue #10093: ResourceWarnings are now issued when files and sockets are by Antoine Pitrou · 14 years ago
  95. 2731494 Merged revisions 85482 via svnmerge from by Antoine Pitrou · 14 years ago
  96. 5bc4fa7 Replace the "compiler" resource with the more generic "cpu", so by Antoine Pitrou · 14 years ago
  97. e5e75c6 Merged revisions 84814 via svnmerge from by Antoine Pitrou · 14 years ago
  98. 328ec74 Issue #9854: The default read() implementation in io.RawIOBase now by Antoine Pitrou · 14 years ago
  99. 0d739d7 Issue #9293: I/O streams now raise `io.UnsupportedOperation` when an by Antoine Pitrou · 14 years ago
  100. 1ce3eb5 Issue #8990: array.fromstring() and array.tostring() get renamed to by Antoine Pitrou · 14 years ago