1. 8150492 Speed up test_io by >2x by reducing the sleep time using setitimer instead of by Gregory P. Smith · 13 years ago
  2. 2cc7156 #4841: Fix FileIO constructor to honor closefd when called repeatedly by Hynek Schlawack · 13 years ago
  3. 1334884 Issue #13848: open() and the FileIO constructor now check for NUL characters in the file name. by Antoine Pitrou · 14 years ago
  4. 58fcf9f Issue #13322: Fix BufferedWriter.write() to ensure that BlockingIOError is by Antoine Pitrou · 14 years ago
  5. 42c28cd Issue #13070: Fix a crash when a TextIOWrapper caught in a reference cycle by Charles-François Natali · 14 years ago
  6. 1e44fec Issue #13087: BufferedReader.seek() now always raises UnsupportedOperation by Antoine Pitrou · 14 years ago
  7. f6f3a35 add a __dict__ descr for IOBase (closes #12878) by Benjamin Peterson · 14 years ago
  8. e05565e Issue #12213: Fix a buffering bug with interleaved reads and writes that by Antoine Pitrou · 14 years ago
  9. 20db511 Fix typo in test names by Antoine Pitrou · 14 years ago
  10. e96ec68 Issue #12591: Allow io.TextIOWrapper to work with raw IO objects (without by Antoine Pitrou · 14 years ago
  11. 84f1b17 Issue #12149: Update the method cache after a type's dictionnary gets by Antoine Pitrou · 14 years ago
  12. cd1aa0d Issue #12429: Skip interrupted write tests on FreeBSD <= 7 by Victor Stinner · 14 years ago
  13. 988512c (Merge 3.1) Issue #12175: RawIOBase.readall() now returns None if read() by Victor Stinner · 14 years ago
  14. a80987f Issue #12175: RawIOBase.readall() now returns None if read() returns None. by Victor Stinner · 14 years ago
  15. 4767114 (Merge 3.1) Issue #12175: FileIO.readall() now raises a ValueError instead of by Victor Stinner · 14 years ago
  16. b79f28c Issue #12175: FileIO.readall() now raises a ValueError instead of an IOError if by Victor Stinner · 14 years ago
  17. 00dd182 Issue #12062: Fix a flushing bug when doing a certain type of I/O sequence by Antoine Pitrou · 14 years ago
  18. 7c40489 Issue #12062: Fix a flushing bug when doing a certain type of I/O sequence by Antoine Pitrou · 14 years ago
  19. d843c2d Merged revisions 88610 via svnmerge from by Antoine Pitrou · 14 years ago
  20. a4815ca Issue #10872: The repr() of TextIOWrapper objects now includes the mode by Antoine Pitrou · 15 years ago
  21. 6cfc512 Merged revisions 87427 via svnmerge from by Antoine Pitrou · 15 years ago
  22. 7f8f418 Issue #10750: The `raw` attribute of buffered IO objects is now read-only. by Antoine Pitrou · 15 years ago
  23. 976157f Merged revisions 86981,86984 via svnmerge from by Antoine Pitrou · 15 years ago
  24. f3b68b3 Issue #10478: Reentrant calls inside buffered IO objects (for example by by Antoine Pitrou · 15 years ago
  25. 19f2aeb Merged revisions 86596 via svnmerge from by Ezio Melotti · 15 years ago
  26. b3aedd4 #9424: Replace deprecated assert* methods in the Python test suite. by Ezio Melotti · 15 years ago
  27. 243757e Issue #10180: Pickling file objects is now explicitly forbidden, since by Antoine Pitrou · 15 years ago
  28. 556c735 use addCleanup by Benjamin Peterson · 15 years ago
  29. ebe5d8a patch up leaking fds by Benjamin Peterson · 15 years ago
  30. d8fc2e1 this test manages the fds itself by Benjamin Peterson · 15 years ago
  31. 5a9e91b Silence ResourceWarning when testing that the file destructor closes the file. by Brett Cannon · 15 years ago
  32. e033e06 Issue #10093: ResourceWarnings are now issued when files and sockets are by Antoine Pitrou · 15 years ago
  33. 2731494 Merged revisions 85482 via svnmerge from by Antoine Pitrou · 15 years ago
  34. 5bc4fa7 Replace the "compiler" resource with the more generic "cpu", so by Antoine Pitrou · 15 years ago
  35. e5e75c6 Merged revisions 84814 via svnmerge from by Antoine Pitrou · 15 years ago
  36. 328ec74 Issue #9854: The default read() implementation in io.RawIOBase now by Antoine Pitrou · 15 years ago
  37. 0d739d7 Issue #9293: I/O streams now raise `io.UnsupportedOperation` when an by Antoine Pitrou · 15 years ago
  38. 1ce3eb5 Issue #8990: array.fromstring() and array.tostring() get renamed to by Antoine Pitrou · 15 years ago
  39. 16b11de Merged revisions 84239 via svnmerge from by Antoine Pitrou · 15 years ago
  40. b46b9d5 Issue #9617: Signals received during a low-level write operation aren't by Antoine Pitrou · 15 years ago
  41. 00091ca Merged revisions 83944 via svnmerge from by Antoine Pitrou · 15 years ago
  42. 32cfede Issue #9550: a BufferedReader could issue an additional read when the by Antoine Pitrou · 15 years ago
  43. faf9007 Merged revisions 80722 via svnmerge from by Antoine Pitrou · 15 years ago
  44. 6be8876 Merged revisions 80720 via svnmerge from by Antoine Pitrou · 15 years ago
  45. 45df820 Merged revisions 80552-80556,80564-80566,80568-80571 via svnmerge from by Victor Stinner · 15 years ago
  46. 41fe615 (partially) by Florent Xicluna · 15 years ago
  47. 8fbddf1 Merged revisions 79030-79032 via svnmerge from by Florent Xicluna · 15 years ago
  48. 1b37e87 Merged revisions 78093 via svnmerge from by Georg Brandl · 15 years ago
  49. 66f9fea Merged revisions 77895-77896 via svnmerge from by Antoine Pitrou · 16 years ago
  50. 905a2ff Merged revisions 77890 via svnmerge from by Antoine Pitrou · 16 years ago
  51. e961593 Merged revisions 77727 via svnmerge from by Ezio Melotti · 16 years ago
  52. 6b59f77 Merged revisions 76806,76808 via svnmerge from by Benjamin Peterson · 16 years ago
  53. bf5ff76 Merged revisions 76805 via svnmerge from by Benjamin Peterson · 16 years ago
  54. af0312a Merged revisions 74582 via svnmerge from by Amaury Forgeot d'Arc · 16 years ago
  55. ccd686a Merged revisions 74581 via svnmerge from by Amaury Forgeot d'Arc · 16 years ago
  56. ab91fde Merged revisions 73715 via svnmerge from by Georg Brandl · 16 years ago
  57. 0473e56 Merged revisions 74338 via svnmerge from by Antoine Pitrou · 16 years ago
  58. a0ceb73 Merged revisions 74336 via svnmerge from by Antoine Pitrou · 16 years ago
  59. c9c0f20 convert old fail* assertions to assert* by Benjamin Peterson · 16 years ago
  60. c7d6aa4 Merged revisions 73461 via svnmerge from by Hirokazu Yamamoto · 16 years ago
  61. 0926ad1 give the C implementation of TextIOWrapper the errors property #6217 by Benjamin Peterson · 16 years ago
  62. 716c444 Issue #5761: Add the name of the underlying file to the repr() of various IO objects. by Antoine Pitrou · 16 years ago
  63. 81971ea correctly handle invalid operations on streams (like writing on a non-writable one) by Benjamin Peterson · 16 years ago
  64. e450185 Issue #5006: Better handling of unicode byte-order marks (BOM) in the io library. by Antoine Pitrou · 16 years ago
  65. d2e0c79 implement a detach() method for BufferedIOBase and TextIOBase #5883 by Benjamin Peterson · 16 years ago
  66. 6a52a9c fix test__all__ by Benjamin Peterson · 16 years ago
  67. 24fb1d0 these tests must call gc_collect() for non-refcounting gcs by Benjamin Peterson · 16 years ago
  68. 45cec32 make sure to close files by Benjamin Peterson · 16 years ago
  69. b01138a readline() args must be an int #3521 by Benjamin Peterson · 16 years ago
  70. c50cb8e Fix use of test skipping API. by Antoine Pitrou · 16 years ago
  71. cf4c749 Issue #5734: BufferedRWPair was poorly tested and had several glaring bugs. by Antoine Pitrou · 16 years ago
  72. 20c3b55 use the more offical skipping api by Benjamin Peterson · 16 years ago
  73. bfb9594 Merged revisions 71014 via svnmerge from by Benjamin Peterson · 16 years ago
  74. a1b4901 fix TextIOWrapper.read() when the buffer is not readable #5628 by Benjamin Peterson · 16 years ago
  75. 7d037a7 Plug another leak, and finally add a test for #1174606 (read() from /dev/zero). by Antoine Pitrou · 16 years ago
  76. 59406a9 officially deprecated max_buffer_size by Benjamin Peterson · 16 years ago
  77. c4c0eae give TextIOWrapper a repr that tells you the encoding by Benjamin Peterson · 16 years ago
  78. 66913e2 Issue #5433: Excessive newline detection optimization in IncrementalNewlineDecoder by Antoine Pitrou · 16 years ago
  79. 5fd871d rename by Benjamin Peterson · 16 years ago
  80. 9363a65 fix #4862 in _pyio: reset the decoder on seek(0) by Benjamin Peterson · 16 years ago
  81. 4fa88fa merge the io-c branch: C implementation of the io module by Benjamin Peterson · 16 years ago
  82. b353c12 Issue #4631: Fix urlopen() result when an HTTP response uses chunked encoding. by Antoine Pitrou · 16 years ago
  83. 08838b6 Merged revisions 68835 via svnmerge from by Antoine Pitrou · 17 years ago
  84. c10c34d Make test_io faster by Antoine Pitrou · 17 years ago
  85. 8043cf8 Issue #4604: Some objects of the I/O library could still be used after by Antoine Pitrou · 17 years ago
  86. c3b3924 Issue #4580: slicing of memoryviews when itemsize != 1 is wrong. by Antoine Pitrou · 17 years ago
  87. 9203501 Merged revisions 67889-67892,67895,67898,67904-67907,67912,67918,67920-67921,67923-67924,67926-67927,67930,67943 via svnmerge from by Benjamin Peterson · 17 years ago
  88. 180a336 Issue #4574: reading an UTF16-encoded text file crashes if \r on 64-char boundary. by Antoine Pitrou · 17 years ago
  89. 44309e6 make FileIO.mode always include 'b' by Benjamin Peterson · 17 years ago
  90. 40e8246 Fix for bug 4362 "FileIO object in io module"; Patch by amaury.forgeotdarc. by Barry Warsaw · 17 years ago
  91. 65676e4 Merged revisions 67089,67091,67101 via svnmerge from by Benjamin Peterson · 17 years ago
  92. ecc42a2 Fixed issue #4233. by Christian Heimes · 17 years ago
  93. c0747cf Merged revisions 67028,67040,67044,67046,67052,67065,67070,67077,67082 via svnmerge from by Benjamin Peterson · 17 years ago
  94. df32b39 Issue #4237: io.FileIO() was raising invalid warnings caused by insufficient initialization of PyFileIOObject struct members. by Christian Heimes · 17 years ago
  95. 8769576 Merged revisions 65686 via svnmerge from by Antoine Pitrou · 17 years ago
  96. ee8712c #2621 rename test.test_support to test.support by Benjamin Peterson · 17 years ago
  97. 77250f4 Added fast alternate io.BytesIO implementation and its test suite. by Alexandre Vassalotti · 17 years ago
  98. 81ee3ef Merged revisions 62425-62429,62434-62436,62441,62444,62446-62448,62450-62455,62463,62465-62466,62469,62474,62476-62478,62480,62485,62492,62497-62498,62500,62507,62513-62514,62516,62521,62531,62535,62545-62546,62548-62551,62553-62559,62569,62574,62577,62593,62595,62604-62606,62608,62616,62626-62627,62636,62638,62644-62645,62647-62648,62651-62653,62656,62661,62663,62680,62686-62687,62696,62699-62703,62711 via svnmerge from by Christian Heimes · 17 years ago
  99. ad9d48d Merged revisions 62090-62091,62096,62100,62102,62110-62114 via svnmerge from by Benjamin Peterson · 17 years ago
  100. e7789b1 Always try to delete the data file before and after the test. by Neal Norwitz · 17 years ago