1. 942f7a2 bpo-39674: Revert "bpo-37330: open() no longer accept 'U' in file mode (GH-16959)" (GH-18767) by Victor Stinner · 4 years, 6 months ago
  2. fd5116c bpo-35950: Raise UnsupportedOperation in BufferedReader.truncate() (GH-18586) by Berker Peksag · 4 years, 6 months ago
  3. 74fa9f7 closes bpo-27805: Ignore ESPIPE in initializing seek of append-mode files. (GH-17112) by Benjamin Peterson · 4 years, 10 months ago
  4. e471e72 bpo-37330: open() no longer accept 'U' in file mode (GH-16959) by Victor Stinner · 4 years, 10 months ago
  5. 1f21eaa bpo-15999: Clean up of handling boolean arguments. (GH-15610) by Serhiy Storchaka · 5 years ago
  6. 0dac68f bpo-36743: __get__ is sometimes called without the owner argument (#12992) by Raymond Hettinger · 5 years ago
  7. b235a1b bpo-37960: Silence only necessary errors in repr() of buffered and text streams. (GH-15543) by Serhiy Storchaka · 5 years ago
  8. c4cacc8 Fix typos in comments, docs and test names (#15018) by Min ho Kim · 5 years ago
  9. 22eb689 bpo-37388: Development mode check encoding and errors (GH-14341) by Victor Stinner · 5 years ago
  10. 4f6f7c5 bpo-18748: Fix _pyio.IOBase destructor (closed case) (GH-13952) by Victor Stinner · 5 years ago
  11. a356841 bpo-37054, _pyio: Fix BytesIO and TextIOWrapper __del__() (GH-13601) by Victor Stinner · 5 years ago
  12. b82e17e bpo-36842: Implement PEP 578 (GH-12613) by Steve Dower · 5 years ago
  13. bc2aa81 bpo-18748: _pyio.IOBase emits unraisable exception (GH-13512) by Victor Stinner · 5 years ago
  14. ab86521 bpo-36523: Add docstring to io.IOBase.writelines (GH-12683) by Marcin Niemira · 5 years ago
  15. 7b97ab3 closes bpo-35848: Move all documentation regarding the readinto out of IOBase. (GH-11893) by Steve Palmer · 5 years ago
  16. 848037c Use names SEEK_SET, etc instead of magic number (GH-12057) by ngie-eign · 5 years ago
  17. 0353b4e bpo-33138: Change standard error message for non-pickleable and non-copyable types. (GH-6239) by Serhiy Storchaka · 6 years ago
  18. a267056 bpo-32236: open() emits RuntimeWarning if buffering=1 for binary mode (GH-4842) by Alexey Izbyshev · 6 years ago
  19. 1401018 Remove wording that could be deemed to be perjorative (GH-9287) by Raymond Hettinger · 6 years ago
  20. 23db935 bpo-25862: Fix assertion failures in io.TextIOWrapper.tell(). (GH-3918) by Zackery Spytz · 6 years ago
  21. 507434f bpo-15216: io: TextIOWrapper.reconfigure() accepts encoding, errors and newline (GH-2343) by INADA Naoki · 7 years ago
  22. 317def9 bpo-17852: Revert incorrect fix based on misunderstanding of _Py_PyAtExit() semantics (#4826) by Antoine Pitrou · 7 years ago
  23. 9703f09 bpo-31976: Fix race condition when flushing a file is slow. (#4331) by benfogle · 7 years ago
  24. 0a1ff24 bpo-17852: Maintain a list of BufferedWriter objects. Flush them on exit. (#3372) by Neil Schemenauer · 7 years ago
  25. a6a4dc8 bpo-31370: Remove support for threads-less builds (#3385) by Antoine Pitrou · 7 years ago
  26. db56423 Revert "bpo-17852: Maintain a list of BufferedWriter objects. Flush them on exit. (#1908)" (#3337) by Neil Schemenauer · 7 years ago
  27. e38d12e bpo-17852: Maintain a list of BufferedWriter objects. Flush them on exit. (#1908) by Neil Schemenauer · 7 years ago
  28. de50360 bpo-29741: Update some methods in the _pyio module to also accept integer types. Patch by Oren Milman. (#560) by Oren Milman · 7 years ago
  29. 3c2817b Fix bpo-30526: Add TextIOWrapper.reconfigure() and a TextIOWrapper.write_through attribute (#1922) by Antoine Pitrou · 7 years ago
  30. 1e73dbb Fix small exception typos in Lib (#818) by Jim Fasarakis-Hilliard · 7 years ago
  31. d7d266c Merge from 3.6. by Serhiy Storchaka · 8 years ago
  32. 427f10b Merge from 3.5. by Serhiy Storchaka · 8 years ago
  33. 606ab86 Change order of io.UnsupportedOperation base classes. by Serhiy Storchaka · 8 years ago
  34. ccb2c0e Issue #23214: Implement optional BufferedReader, BytesIO read1() argument by Martin Panter · 8 years ago
  35. 62bdea5 Drop unused import by Martin Panter · 8 years ago
  36. d62548a issue27186: add open/io.open; patch by Jelle Zijlstra by Ethan Furman · 8 years ago
  37. 0b7d84d Issue #27171: Merge typo fixes from 3.5 by Martin Panter · 8 years ago
  38. e26da7c Issue #27171: Fix typos in documentation, comments, and test function names by Martin Panter · 8 years ago
  39. c249221 Issue #20699: Merge io bytes-like fixes from 3.5 by Martin Panter · 8 years ago
  40. 6bb91f3 Issue #20699: Document that “io” methods accept bytes-like objects by Martin Panter · 8 years ago
  41. b6a9c97 Issue #26778: Fixed "a/an/and" typos in code comment, documentation and error by Serhiy Storchaka · 8 years ago
  42. 6a7b3a7 Issue #26778: Fixed "a/an/and" typos in code comment and documentation. by Serhiy Storchaka · 8 years ago
  43. 047f3b7 Issue #22854: Merge UnsupportedOperation fixes from 3.5 by Martin Panter · 8 years ago
  44. 754aab2 Issue #22854: Clarify documentation about UnsupportedOperation and add tests by Martin Panter · 8 years ago
  45. e19558a Add a source parameter to warnings.warn() by Victor Stinner · 8 years ago
  46. e56a919 Issue #25523: Merge a-to-an corrections from 3.5 by Martin Panter · 9 years ago
  47. 2eb819f Issue #25523: Merge "a" to "an" fixes from 3.4 into 3.5 by Martin Panter · 9 years ago
  48. 7462b649 Issue #25523: Correct "a" article to "an" article by Martin Panter · 9 years ago
  49. ccb3167 Issue #24881: Fixed setting binary mode in Python implementation of FileIO by Serhiy Storchaka · 9 years ago
  50. f0f55a0 Issue #24881: Fixed setting binary mode in Python implementation of FileIO by Serhiy Storchaka · 9 years ago
  51. c94a1dc - Issue #2091: error correctly on open() with mode 'U' and '+' by Robert Collins · 9 years ago
  52. 56452ee Issue #22982: Improve BOM handling when seeking to multiple positions of a writable text file. by Antoine Pitrou · 9 years ago
  53. 85e3ee7 Issue #22982: Improve BOM handling when seeking to multiple positions of a writable text file. by Antoine Pitrou · 9 years ago
  54. 71fd224 Issue #21859: Added Python implementation of io.FileIO. by Serhiy Storchaka · 9 years ago
  55. 8be6be4 Issue #21802: The reader in BufferedRWPair now is closed even when closing by Serhiy Storchaka · 9 years ago
  56. 7665be6 Issue #21802: The reader in BufferedRWPair now is closed even when closing by Serhiy Storchaka · 9 years ago
  57. 41ce610 merge 3.4 by Benjamin Peterson · 9 years ago
  58. 86fdbf3 wrap properly by Benjamin Peterson · 9 years ago
  59. 6e6c59b Issue #23285: PEP 475 -- Retry system calls failing with EINTR. by Charles-François Natali · 10 years ago
  60. 32ca3dc Issue #23099: Closing io.BytesIO with exported buffer is rejected now to by Serhiy Storchaka · 10 years ago
  61. c057c38 Issue #23099: Closing io.BytesIO with exported buffer is rejected now to by Serhiy Storchaka · 10 years ago
  62. 98beb75 merge 3.4 (#23093) by Benjamin Peterson · 10 years ago
  63. 10e76b6 allow more operations to work on detached streams (closes #23093) by Benjamin Peterson · 10 years ago
  64. d600951 Issue #22869: Split pythonrun into two modules by Nick Coghlan · 10 years ago
  65. 465e60e Issue #22033: Reprs of most Python implemened classes now contain actual by Serhiy Storchaka · 10 years ago
  66. a96fea0 add BufferedIOBase.readinto1 (closes #20578) by Benjamin Peterson · 10 years ago
  67. f10063e Issue #21310: Fixed possible resource leak in failed open(). by Serhiy Storchaka · 10 years ago
  68. a9b1524 Close #20404: blacklist non-text encodings in io.TextIOWrapper by Nick Coghlan · 11 years ago
  69. 1328e9d Issue #20435: Fix _pyio.StringIO.getvalue() to take into account newline translation settings. by Antoine Pitrou · 11 years ago
  70. 57839a6 Issue #20435: Fix _pyio.StringIO.getvalue() to take into account newline translation settings. by Antoine Pitrou · 11 years ago
  71. 9f2e46d Issue #20424: Python implementation of io.StringIO now supports lone surrogates. by Serhiy Storchaka · 11 years ago
  72. c92ea76 Issue #20424: Python implementation of io.StringIO now supports lone surrogates. by Serhiy Storchaka · 11 years ago
  73. 6787a38 Issue #15204: Deprecated the 'U' mode in file-like objects. by Serhiy Storchaka · 11 years ago
  74. 3c41154 Issue #17003: Unified the size argument names in the io module with common by Serhiy Storchaka · 11 years ago
  75. daf4555 Issue #18571: Implementation of the PEP 446: file descriptors and file handles by Victor Stinner · 11 years ago
  76. cd171c8 Issue #18200: Back out usage of ModuleNotFoundError (8d28d44f3a9a) by Brett Cannon · 11 years ago
  77. 0a14066 Issue #18200: Update the stdlib (except tests) to use ModuleNotFoundError. by Brett Cannon · 11 years ago
  78. 678ad51 Issue #17516: remove dead code by Victor Stinner · 11 years ago
  79. 16b5c13 Merge 3.3, issue #17047: remove doubled words found in 2.7 to by Terry Jan Reedy · 11 years ago
  80. 98472b8 Merge 3.2, issue #17047: remove doubled words found in 2.7 to by Terry Jan Reedy · 11 years ago
  81. c30b7b1 Issue #17047: remove doubled words found in 2.7 to 3.4 Lib/*, by Terry Jan Reedy · 11 years ago
  82. f7a17b4 Replace IOError with OSError (#16715) by Andrew Svetlov · 12 years ago
  83. 4c05969 merge 3.3 (#16597) by Benjamin Peterson · 12 years ago
  84. 6862361 call close on the underlying stream even if flush raises (closes #16597) by Benjamin Peterson · 12 years ago
  85. ad28c7f Issue #16706: get rid of os.error by Andrew Svetlov · 12 years ago
  86. 11946fb Issue #15841: The readable(), writable() and seekable() methods of BytesIO by Antoine Pitrou · 12 years ago
  87. 1d85745 Issue #15841: The readable(), writable() and seekable() methods of BytesIO by Antoine Pitrou · 12 years ago
  88. 4e9e9c1 Issue #15571: comment the fact what python impl of TextIOWrapper always works in write_throuth mode by Andrew Svetlov · 12 years ago
  89. 109d573 Issue #13248: io: Remove obsolete argument "max_buffer_size" of BufferedWriter and BufferedRWPair. by Florent Xicluna · 12 years ago
  90. 9436361 Closes #10142: Support for SEEK_HOLE/SEEK_DATA by Jesus Cea · 12 years ago
  91. f86a5e8 Close #11022: TextIOWrapper doesn't call locale.setlocale() anymore by Victor Stinner · 12 years ago
  92. 990eff0 Backing out 86dc014cdd74. Not ready yet by Jesus Cea · 12 years ago
  93. 2b47f0a Close #10142: Support for SEEK_HOLE/SEEK_DATA by Jesus Cea · 12 years ago
  94. d612de1 Issue #12760: Refer to the new 'x' open mode as "exclusive creation" mode. by Charles-François Natali · 13 years ago
  95. dc3044c Issue #12760: Add a create mode to open(). Patch by David Townshend. by Charles-François Natali · 13 years ago
  96. 7fe601c Issue #13322: Fix BufferedWriter.write() to ensure that BlockingIOError is by Antoine Pitrou · 13 years ago
  97. 58fcf9f Issue #13322: Fix BufferedWriter.write() to ensure that BlockingIOError is by Antoine Pitrou · 13 years ago
  98. e640521 Merge follow-up for #11254 and other changes from 3.2 by Éric Araujo · 13 years ago
  99. 3924230 Fix typo by Éric Araujo · 13 years ago
  100. 59142db Issue #12797: Added custom opener parameter to builtin open() and FileIO.open(). by Ross Lagerwall · 13 years ago