1. 0fc0318 Issue #22854: Merge test fix from 3.5 by Martin Panter · 8 years ago
  2. 3ee147f Issue #22854: Fix logic for skipping test by Martin Panter · 8 years ago
  3. f810767 Issue #22854: Merge Windows pipe skipping from 3.5 by Martin Panter · 8 years ago
  4. 0950e6a Issue #22854: Skip pipe seek tests on Windows by Martin Panter · 8 years ago
  5. c0aab1d Issue #22854: Skip pipe seekable() tests on Windows by Martin Panter · 8 years ago
  6. 047f3b7 Issue #22854: Merge UnsupportedOperation fixes from 3.5 by Martin Panter · 8 years ago
  7. 754aab2 Issue #22854: Clarify documentation about UnsupportedOperation and add tests by Martin Panter · 8 years ago
  8. 47b4557 test_io: ignore DeprecationWarning on bytes path on Windows by Victor Stinner · 8 years ago
  9. 633ebda Issue #26637: Fix test_io by Victor Stinner · 8 years ago
  10. 94a619d Issue #26325: Added test.support.check_no_resource_warning() to check that by Serhiy Storchaka · 9 years ago
  11. a84f6c3 Issue #25523: Merge a-to-an corrections from 3.4. by Serhiy Storchaka · 9 years ago
  12. d65c949 Issue #25523: Further a-to-an corrections. by Serhiy Storchaka · 9 years ago
  13. 0dcd80a Issue #20557: Use specific asserts in io tests. by Serhiy Storchaka · 9 years ago
  14. b064f1e Issue #20557: Use specific asserts in io tests. by Serhiy Storchaka · 9 years ago
  15. 45d6156 Issue #9858: Add missing method stubs to _io.RawIOBase. Patch by Laura Rupprecht. by Antoine Pitrou · 9 years ago
  16. d10d6ae Issue #23796: peak and read1 methods of BufferedReader now raise ValueError by Berker Peksag · 9 years ago
  17. ce64391 Issue #9517: Move script_helper to the support package. by Berker Peksag · 9 years ago
  18. f24131f Issue #20175: Converted the _io module to Argument Clinic. by Serhiy Storchaka · 9 years ago
  19. 14a88ab issue9859: Use an expected failure rather than a skip. by Gregory P. Smith · 9 years ago
  20. 1bef907 issue9859: rename CPyMatchTest to APIMismatchTest and add @support.cpython_only. by Gregory P. Smith · 9 years ago
  21. 054b065 issue9859: Adds a CPyMatchTest test case to compare the exposed APIs by Gregory P. Smith · 9 years ago
  22. 56452ee Issue #22982: Improve BOM handling when seeking to multiple positions of a writable text file. by Antoine Pitrou · 9 years ago
  23. 85e3ee7 Issue #22982: Improve BOM handling when seeking to multiple positions of a writable text file. by Antoine Pitrou · 9 years ago
  24. cb46f0e Issue #23309: Avoid a deadlock at shutdown if a daemon thread is aborted by Antoine Pitrou · 9 years ago
  25. 25f85d4 Issue #23309: Avoid a deadlock at shutdown if a daemon thread is aborted by Antoine Pitrou · 9 years ago
  26. ea6d559 Issue #23796: peak and read1 methods of BufferedReader now raise ValueError by Berker Peksag · 9 years ago
  27. 6a69466 Backported tests from issue #20175. by Serhiy Storchaka · 9 years ago
  28. c05e260 Issue #23799: Added test.support.start_threads() for running and cleaning up by Serhiy Storchaka · 9 years ago
  29. 263dcd2 Issue #23799: Added test.support.start_threads() for running and cleaning up by Serhiy Storchaka · 9 years ago
  30. 1770fde Make some tests more frienly to MemoryError. by Serhiy Storchaka · 9 years ago
  31. 9db5500 Make some tests more frienly to MemoryError. by Serhiy Storchaka · 9 years ago
  32. 7665be6 Issue #21802: The reader in BufferedRWPair now is closed even when closing by Serhiy Storchaka · 9 years ago
  33. 8be6be4 Issue #21802: The reader in BufferedRWPair now is closed even when closing by Serhiy Storchaka · 9 years ago
  34. 9c182a1 Issue #23680: Reduce risk of race condition in check_interrupted_write() of by Victor Stinner · 10 years ago
  35. 6d3c09f Issue #23680: Reduce risk of race condition in check_interrupted_write_retry() by Victor Stinner · 10 years ago
  36. 0f88891 Broke reference loops in tests added in issue #5700. by Serhiy Storchaka · 10 years ago
  37. c26a1a4 Broke reference loops in tests added in issue #5700. by Serhiy Storchaka · 10 years ago
  38. 254dd59 Issue #5700: io.FileIO() called flush() after closing the file. by Serhiy Storchaka · 10 years ago
  39. a3712a9 Issue #5700: io.FileIO() called flush() after closing the file. by Serhiy Storchaka · 10 years ago
  40. 98beb75 merge 3.4 (#23093) by Benjamin Peterson · 10 years ago
  41. 10e76b6 allow more operations to work on detached streams (closes #23093) by Benjamin Peterson · 10 years ago
  42. 6fd113c add space by Benjamin Peterson · 10 years ago
  43. 994c7f7 merge 3.4 (#22849) by Benjamin Peterson · 10 years ago
  44. 6c14f23 fix possible double free in TextIOWrapper.__init__ (closes #22849) by Benjamin Peterson · 10 years ago
  45. 58ee2d3 merge 3.4 (#22517) by Benjamin Peterson · 10 years ago
  46. c44eb73 merge 3.3 (#22517) by Benjamin Peterson · 10 years ago
  47. bbd0a32 clear BufferedRWPair weakrefs on deallocation (closes #22517) by Benjamin Peterson · 10 years ago
  48. d8a1447 Issue #22215: Now ValueError is raised instead of TypeError when str or bytes by Serhiy Storchaka · 10 years ago
  49. a6b6bba (Merge 3.4) Issue #22331: Skip test_interrupted_write_text() on FreeBSD older by Victor Stinner · 10 years ago
  50. 6ab7286 Issue #22331: Skip test_interrupted_write_text() on FreeBSD older than 8.0 by Victor Stinner · 10 years ago
  51. 1db9e7b Issue #22054: Add os.get_blocking() and os.set_blocking() functions to get and by Victor Stinner · 10 years ago
  52. 521e586 Issue #22032: __qualname__ instead of __name__ is now always used to format by Serhiy Storchaka · 10 years ago
  53. a96fea0 add BufferedIOBase.readinto1 (closes #20578) by Benjamin Peterson · 10 years ago
  54. 3a56117 Issue #21310: Fixed possible resource leak in failed open(). by Serhiy Storchaka · 10 years ago
  55. f10063e Issue #21310: Fixed possible resource leak in failed open(). by Serhiy Storchaka · 10 years ago
  56. 85e4235 Issue #21677: Fixed chaining nonnormalized exceptions in io close() methods. by Serhiy Storchaka · 10 years ago
  57. 8a8f7f9 Issue #21677: Fixed chaining nonnormalized exceptions in io close() methods. by Serhiy Storchaka · 10 years ago
  58. 4fb01ff backout 0fb7789b5eeb for test breakage (#20578) by Benjamin Peterson · 10 years ago
  59. 10e847b add BufferedIOBase.readinto1 (closes #20578) by Benjamin Peterson · 10 years ago
  60. 38ca5a7 Issue #21396: Fix TextIOWrapper(..., write_through=True) to not force a flush() on the underlying binary stream. by Antoine Pitrou · 10 years ago
  61. c644e7c Issue #21396: Fix TextIOWrapper(..., write_through=True) to not force a flush() on the underlying binary stream. by Antoine Pitrou · 10 years ago
  62. b850389 Issue #21057: TextIOWrapper now allows the underlying binary stream's read() or read1() method to return an arbitrary bytes-like object (such as a memoryview). by Antoine Pitrou · 10 years ago
  63. 2fc8f77 Issue #20404: reject non-text encodings early in TextIOWrapper. by Georg Brandl · 11 years ago
  64. 5bdfc51 Issue #17671: Fixed a crash when use non-initialized io.BufferedRWPair. by Serhiy Storchaka · 11 years ago
  65. 61e2493 Issue #17671: Fixed a crash when use non-initialized io.BufferedRWPair. by Serhiy Storchaka · 11 years ago
  66. d667d72 Temporary silence test broken by issue19255. Remove unused variables. by Serhiy Storchaka · 11 years ago
  67. f28ba36 Issue #20532: Tests which use _testcapi now are marked as CPython only. by Serhiy Storchaka · 11 years ago
  68. 5cfc79d Issue #20532: Tests which use _testcapi now are marked as CPython only. by Serhiy Storchaka · 11 years ago
  69. a9b1524 Close #20404: blacklist non-text encodings in io.TextIOWrapper by Nick Coghlan · 11 years ago
  70. 712cb73 Issue #20037: Avoid crashes when doing text I/O late at interpreter shutdown. by Antoine Pitrou · 11 years ago
  71. 101d9e7 Issue 19572: More silently skipped tests explicitly skipped. by Zachary Ware · 11 years ago
  72. 9fe6d86 Issue 19572: More silently skipped tests explicitly skipped. by Zachary Ware · 11 years ago
  73. 2480c2e Issue #15204: Silence and check the 'U' mode deprecation warnings in tests. by Serhiy Storchaka · 11 years ago
  74. 796564c Issue #18112: PEP 442 implementation (safe object finalization). by Antoine Pitrou · 11 years ago
  75. 775b2dd test_io: check_interrupted_write() now cancels the alarm if ZeroDivisionError by Victor Stinner · 11 years ago
  76. 37a79a1 Issue #18025: Fixed a segfault in io.BufferedIOBase.readinto() when raw by Serhiy Storchaka · 11 years ago
  77. 281945f Issue #18025: Fixed a segfault in io.BufferedIOBase.readinto() when raw by Serhiy Storchaka · 11 years ago
  78. 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
  79. 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
  80. e94cbd1 #17479: merge with 3.3. by Ezio Melotti · 11 years ago
  81. daa42c7 #17479: test_io now works with unittest test discovery. Patch by Zachary Ware. by Ezio Melotti · 11 years ago
  82. d7c59e1 Merge #17275: Fix class name in init errors in C bufferedio classes. by R David Murray · 12 years ago
  83. 9f10f56 Merge #17275: Fix class name in init errors in C bufferedio classes. by R David Murray · 12 years ago
  84. 67bfe80 #17275: Fix class name in init errors in C bufferedio classes. by R David Murray · 12 years ago
  85. cce1b8e Issue #17106: Fix a segmentation fault in io.TextIOWrapper when an underlying by Serhiy Storchaka · 12 years ago
  86. d03ce4a Issue #17106: Fix a segmentation fault in io.TextIOWrapper when an underlying by Serhiy Storchaka · 12 years ago
  87. 94dc673 Issue #17106: Fix a segmentation fault in io.TextIOWrapper when an underlying by Serhiy Storchaka · 12 years ago
  88. 441d30f Issue #15989: Fix several occurrences of integer overflow by Serhiy Storchaka · 12 years ago
  89. 9101e23 Issue #15989: Fix several occurrences of integer overflow by Serhiy Storchaka · 12 years ago
  90. 7898043 Issue #15989: Fix several occurrences of integer overflow by Serhiy Storchaka · 12 years ago
  91. f7a17b4 Replace IOError with OSError (#16715) by Andrew Svetlov · 12 years ago
  92. 4c05969 merge 3.3 (#16597) by Benjamin Peterson · 12 years ago
  93. 6862361 call close on the underlying stream even if flush raises (closes #16597) by Benjamin Peterson · 12 years ago
  94. 3438fa4 Get rig of EnvironmentError (#16705) by Andrew Svetlov · 12 years ago
  95. 8261f83 Merge for issue #15744: add tests for the writelines() method of file objects. by Antoine Pitrou · 12 years ago
  96. 0c7081a Merge for issue #15744: add tests for the writelines() method of file objects. by Antoine Pitrou · 12 years ago
  97. 3ed2cb5 Also add tests for TextIOWrapper.writelines() (issue #15744). by Antoine Pitrou · 12 years ago
  98. 131a489 Add tests for the writelines() method of file objects. by Antoine Pitrou · 12 years ago
  99. dc46945 Closes #15488: Closed files keep their buffer alive by Jesus Cea · 12 years ago
  100. 7b64875 Added test for 85cb90f79cbf and see how the code handles all flags at once by Christian Heimes · 12 years ago