1. d612de1 Issue #12760: Refer to the new 'x' open mode as "exclusive creation" mode. by Charles-François Natali · 13 years ago
  2. dc3044c Issue #12760: Add a create mode to open(). Patch by David Townshend. by Charles-François Natali · 13 years ago
  3. 7fe601c Issue #13322: Fix BufferedWriter.write() to ensure that BlockingIOError is by Antoine Pitrou · 13 years ago
  4. 58fcf9f Issue #13322: Fix BufferedWriter.write() to ensure that BlockingIOError is by Antoine Pitrou · 13 years ago
  5. e640521 Merge follow-up for #11254 and other changes from 3.2 by Éric Araujo · 13 years ago
  6. 3924230 Fix typo by Éric Araujo · 13 years ago
  7. 59142db Issue #12797: Added custom opener parameter to builtin open() and FileIO.open(). by Ross Lagerwall · 13 years ago
  8. 24d659d Use InterruptedError instead of checking for EINTR by Antoine Pitrou · 13 years ago
  9. 6b4883d PEP 3151 / issue #12555: reworking the OS and IO exception hierarchy. by Antoine Pitrou · 13 years ago
  10. d42c1d0 Issue #12591: Allow io.TextIOWrapper to work with raw IO objects (without by Antoine Pitrou · 13 years ago
  11. e96ec68 Issue #12591: Allow io.TextIOWrapper to work with raw IO objects (without by Antoine Pitrou · 13 years ago
  12. b57f108 Issue #12175: BufferedReader.read(-1) now calls raw.readall() if available. by Victor Stinner · 13 years ago
  13. d2780ae (Merge 3.2) Issue #12175: RawIOBase.readall() now returns None if read() by Victor Stinner · 13 years ago
  14. 988512c (Merge 3.1) Issue #12175: RawIOBase.readall() now returns None if read() by Victor Stinner · 13 years ago
  15. a80987f Issue #12175: RawIOBase.readall() now returns None if read() returns None. by Victor Stinner · 13 years ago
  16. d843c2d Merged revisions 88610 via svnmerge from by Antoine Pitrou · 13 years ago
  17. 707ce82 Issue #10956: Buffered I/O classes retry reading or writing after a signal by Antoine Pitrou · 13 years ago
  18. 211b81d Issue #11114: Fix catastrophic performance of tell() on text files (up by Antoine Pitrou · 13 years ago
  19. cbb8089 Issue #10899: Move function type annotations into docstrings. by Raymond Hettinger · 14 years ago
  20. 4d73b57 More PEP 8: no space around "=" in argument lists. by Georg Brandl · 14 years ago
  21. 00fa039 Issue 10899: Remove function type annotations from the stdlib by Raymond Hettinger · 14 years ago
  22. d2b03e1 Backport 87978: Do not expose function type annotations in the standard library. by Raymond Hettinger · 14 years ago
  23. 3c94024 Issue #10899: No function type annotations in the standard library. by Raymond Hettinger · 14 years ago
  24. a4815ca Issue #10872: The repr() of TextIOWrapper objects now includes the mode by Antoine Pitrou · 14 years ago
  25. 6cfc512 Merged revisions 87427 via svnmerge from by Antoine Pitrou · 14 years ago
  26. 7f8f418 Issue #10750: The `raw` attribute of buffered IO objects is now read-only. by Antoine Pitrou · 14 years ago
  27. 243757e Issue #10180: Pickling file objects is now explicitly forbidden, since by Antoine Pitrou · 14 years ago
  28. e5e75c6 Merged revisions 84814 via svnmerge from by Antoine Pitrou · 14 years ago
  29. 328ec74 Issue #9854: The default read() implementation in io.RawIOBase now by Antoine Pitrou · 14 years ago
  30. 616453c More docstring updates by Amaury Forgeot d'Arc · 14 years ago
  31. ada9948 Change docstrings to match the implementation by Amaury Forgeot d'Arc · 14 years ago
  32. 972ee13 Issue #5506: BytesIO objects now have a getbuffer() method exporting a by Antoine Pitrou · 14 years ago
  33. 0d739d7 Issue #9293: I/O streams now raise `io.UnsupportedOperation` when an by Antoine Pitrou · 14 years ago
  34. faf9007 Merged revisions 80722 via svnmerge from by Antoine Pitrou · 14 years ago
  35. 6be8876 Merged revisions 80720 via svnmerge from by Antoine Pitrou · 14 years ago
  36. c3be11a Merged revisions 80548-80549 via svnmerge from by Benjamin Peterson · 14 years ago
  37. 95e392c Merged revisions 80544 via svnmerge from by Benjamin Peterson · 14 years ago
  38. b14930c Only the parts which are relevant for 3.x branch. by Florent Xicluna · 14 years ago
  39. 66f9fea Merged revisions 77895-77896 via svnmerge from by Antoine Pitrou · 15 years ago
  40. 905a2ff Merged revisions 77890 via svnmerge from by Antoine Pitrou · 15 years ago
  41. 45a4372 Merged revisions 76900 via svnmerge from by Antoine Pitrou · 15 years ago
  42. d5587bc Merged revisions 76896,76898 via svnmerge from by Antoine Pitrou · 15 years ago
  43. 194da4a Merged revisions 74126,74130-74131,74149,74155,74157,74180-74183,74398 via svnmerge from by Georg Brandl · 15 years ago
  44. cf76e1a Issue #6218: Make io.BytesIO and io.StringIO picklable. by Alexandre Vassalotti · 15 years ago
  45. d2bb18b Issue #6241: Better type checking for the arguments of io.StringIO. by Alexandre Vassalotti · 15 years ago
  46. 0926ad1 give the C implementation of TextIOWrapper the errors property #6217 by Benjamin Peterson · 15 years ago
  47. 716c444 Issue #5761: Add the name of the underlying file to the repr() of various IO objects. by Antoine Pitrou · 15 years ago
  48. e450185 Issue #5006: Better handling of unicode byte-order marks (BOM) in the io library. by Antoine Pitrou · 15 years ago
  49. d2e0c79 implement a detach() method for BufferedIOBase and TextIOBase #5883 by Benjamin Peterson · 15 years ago
  50. b01138a readline() args must be an int #3521 by Benjamin Peterson · 15 years ago
  51. cf4c749 Issue #5734: BufferedRWPair was poorly tested and had several glaring bugs. by Antoine Pitrou · 15 years ago
  52. 9990e8c add annotations to open() by Benjamin Peterson · 15 years ago
  53. 54f963e other places like this just catch IOError by Benjamin Peterson · 15 years ago
  54. 1144648 Fix test_memoryio under Windows by Antoine Pitrou · 15 years ago
  55. 8d5fd4e add SEEK_ constants to _pyio by Benjamin Peterson · 15 years ago
  56. a1b4901 fix TextIOWrapper.read() when the buffer is not readable #5628 by Benjamin Peterson · 15 years ago
  57. 59406a9 officially deprecated max_buffer_size by Benjamin Peterson · 15 years ago
  58. b487e63 stringio doesn't have an encoding by Benjamin Peterson · 15 years ago
  59. 9fd459a hack StringIO's repr, so it doesn't give an encoding by Benjamin Peterson · 15 years ago
  60. c4c0eae give TextIOWrapper a repr that tells you the encoding by Benjamin Peterson · 15 years ago
  61. 394ee00 remove usage of the deprecated max_buffer_size by Benjamin Peterson · 15 years ago
  62. 5ac89cc rather pointless XXX by Benjamin Peterson · 15 years ago
  63. 9363a65 fix #4862 in _pyio: reset the decoder on seek(0) by Benjamin Peterson · 15 years ago
  64. 4fa88fa merge the io-c branch: C implementation of the io module by Benjamin Peterson · 15 years ago