1. 3f7c0e4 Merge fixes for #13614, #13512 and #7719 from 3.2 by Éric Araujo · 12 years ago
  2. 9bc9ab5 Fix a few markup/grammar nits by Éric Araujo · 12 years ago
  3. f04d1bb Specify which I/O ABC methods have implementations in the docs. by Andrew Svetlov · 12 years ago
  4. ed636a8 Specify which I/O ABC methods have implementations in the docs. by Andrew Svetlov · 12 years ago
  5. 8f423c9 Add examples for opener argument of open (#13424). by Éric Araujo · 12 years ago
  6. 8eac575 Merge #15694: Link discussion of file objects to glossary entry. by R David Murray · 12 years ago
  7. 9f0c940 #15694: Link discussion of file objects to glossary entry. by R David Murray · 12 years ago
  8. 27bbcfb Merge #15543: glossary entry for and 'universal newlines', and links to it. by R David Murray · 12 years ago
  9. ee0a945 #15543: reflow paragraphs. by R David Murray · 12 years ago
  10. 1b00f25 #15543: glossary entry for and 'universal newlines', and links to it. by R David Murray · 12 years ago
  11. 1487c93 merge with 3.2 by Georg Brandl · 12 years ago
  12. 296d1be Restore original line lengths. by Georg Brandl · 12 years ago
  13. 4805fa8 Issue #15561: Update subprocess docs to reference io.TextIOWrapper. by Andrew Svetlov · 12 years ago
  14. e4b1a18 Issue #15624: clarify newline documentation for open and io.TextIOWrapper by Andrew Svetlov · 12 years ago
  15. ecd78fe Issue #15624: clarify newline documentation for open and io.TextIOWrapper by Andrew Svetlov · 12 years ago
  16. d1f9352 (Merge 3.2) open() / TextIOWrapper doc: make it explicit than newline='\n' by Victor Stinner · 12 years ago
  17. 401e17d open() / TextIOWrapper doc: make it explicit than newline='\n' doesn't by Victor Stinner · 12 years ago
  18. 3c25dfb Make TextIOWrapper's documentation clearer by copying the newline argument's description from open(). by Antoine Pitrou · 12 years ago
  19. 0c1c0d4 Make TextIOWrapper's documentation clearer by copying the newline argument's description from open(). by Antoine Pitrou · 12 years ago
  20. c5618f0 Mention the *limit* argument of TextIO.readline(). by Antoine Pitrou · 12 years ago
  21. 707bd4e Mention the *limit* argument of TextIO.readline(). by Antoine Pitrou · 12 years ago
  22. f877a7c Some small fixes and clarifications to the io documentation by Eli Bendersky · 12 years ago
  23. 109d573 Issue #13248: io: Remove obsolete argument "max_buffer_size" of BufferedWriter and BufferedRWPair. by Florent Xicluna · 12 years ago
  24. 9436361 Closes #10142: Support for SEEK_HOLE/SEEK_DATA by Jesus Cea · 12 years ago
  25. f86a5e8 Close #11022: TextIOWrapper doesn't call locale.setlocale() anymore by Victor Stinner · 12 years ago
  26. 990eff0 Backing out 86dc014cdd74. Not ready yet by Jesus Cea · 12 years ago
  27. 2b47f0a Close #10142: Support for SEEK_HOLE/SEEK_DATA by Jesus Cea · 12 years ago
  28. 1fde8a3 Issue #12922: fix the TextIOBase documentation to include a description of seek() and tell() methods. by Antoine Pitrou · 13 years ago
  29. f49d152 Issue #12922: fix the TextIOBase documentation to include a description of seek() and tell() methods. by Antoine Pitrou · 13 years ago
  30. d612de1 Issue #12760: Refer to the new 'x' open mode as "exclusive creation" mode. by Charles-François Natali · 13 years ago
  31. dc3044c Issue #12760: Add a create mode to open(). Patch by David Townshend. by Charles-François Natali · 13 years ago
  32. 80c219b Issue #13513: IOBase docs incorrectly link to the readline module by Meador Inge · 13 years ago
  33. 777bebb Issue #13513: IOBase docs incorrectly link to the readline module by Meador Inge · 13 years ago
  34. 59142db Issue #12797: Added custom opener parameter to builtin open() and FileIO.open(). by Ross Lagerwall · 13 years ago
  35. a787b65 Fix mentions of IOError in the io module docs by Antoine Pitrou · 13 years ago
  36. f55011f Update doc for BlockingIOError and its alias in the io module by Antoine Pitrou · 13 years ago
  37. 94e6238 Issue #12213: make it clear that BufferedRWPair shouldn't be called with the by Antoine Pitrou · 13 years ago
  38. 13d2895 Issue #12213: make it clear that BufferedRWPair shouldn't be called with the by Antoine Pitrou · 13 years ago
  39. 664091b Followup to c3b47cdea0d1: document the *write_through* argument to TextIOWrapper. by Antoine Pitrou · 13 years ago
  40. a6bac95 issue10403 - Let's not use members anymore. Use 'attribute' where it denotes attribute and 'methods' where it denotes methods. Context should clarify usage. by Senthil Kumaran · 13 years ago
  41. edf5132 Merged revisions 88540-88541 via svnmerge from by Benjamin Peterson · 14 years ago
  42. eefb97c Mention that seek and tell over a TextIOWrapper can be very slow. by Antoine Pitrou · 14 years ago
  43. bed81c8 Add an "advanced topics" section to the io doc. by Antoine Pitrou · 14 years ago
  44. d01df46 Fix typo: "ofbytes" should be "of bytes" by Daniel Stutzbach · 14 years ago
  45. 682d7e0 Fix errors found by "make suspicious". by Georg Brandl · 14 years ago
  46. 328ec74 Issue #9854: The default read() implementation in io.RawIOBase now by Antoine Pitrou · 14 years ago
  47. 972ee13 Issue #5506: BytesIO objects now have a getbuffer() method exporting a by Antoine Pitrou · 14 years ago
  48. 6b4fa77 rewrite and move open() docs only to functions.rst by Benjamin Peterson · 14 years ago
  49. b530e14 Issue #9715: improve documentation of the io module by Antoine Pitrou · 14 years ago
  50. 67b21b7 Consistency check for versionadded/changed directives. by Georg Brandl · 14 years ago
  51. 7cb1319 Terminology fix: exceptions are raised, except in generator.throw(). by Georg Brandl · 14 years ago
  52. 70f355d Clarify. by Georg Brandl · 14 years ago
  53. 2016dc9 Merged revisions 81594 via svnmerge from by Antoine Pitrou · 14 years ago
  54. 8569e58 Merged revisions 80030,80067,80069,80080-80081,80084,80432-80433,80465-80470,81059,81065-81067 via svnmerge from by Georg Brandl · 14 years ago
  55. f9fc08f Merged revisions 80591-80592 via svnmerge from by Antoine Pitrou · 14 years ago
  56. 95e392c Merged revisions 80544 via svnmerge from by Benjamin Peterson · 14 years ago
  57. 2c2dc37 lower case by Benjamin Peterson · 15 years ago
  58. cc12e1b add a link to sys.std* in io docs by Benjamin Peterson · 15 years ago
  59. d5587bc Merged revisions 76896,76898 via svnmerge from by Antoine Pitrou · 15 years ago
  60. a0dfa82 Merged revisions 75149,75260-75263,75265-75267,75292,75300,75376,75405,75429-75433,75437,75445,75501,75551,75572,75589-75591,75657,75742,75868,75952-75957,76057,76105,76139,76143,76162,76223 via svnmerge from by Benjamin Peterson · 15 years ago
  61. 78ddbe6 Issue #7022: clarification of RawIOBase.read(), suggested by Pascal Chambon. by Antoine Pitrou · 15 years ago
  62. 497a767 Issue #6929: fix a couple of statements and clarify a lot of things in the IO docs. by Antoine Pitrou · 15 years ago
  63. 502d9a5 Merged revisions 74207 via svnmerge from by Georg Brandl · 15 years ago
  64. 22b3431 Merged revisions 74209 via svnmerge from by Georg Brandl · 15 years ago
  65. c609b6b document BufferedIOBase.raw and TextIOBase.buffer by Benjamin Peterson · 15 years ago
  66. c43a26d rephrase for clarity by Benjamin Peterson · 15 years ago
  67. 2a8b54d update peek documentation to implementation by Benjamin Peterson · 15 years ago
  68. 0926ad1 give the C implementation of TextIOWrapper the errors property #6217 by Benjamin Peterson · 15 years ago
  69. 3dd3388 Convert all "i" docs to new style optional args. by Georg Brandl · 15 years ago
  70. edc3647 versionadded by Benjamin Peterson · 15 years ago
  71. ef9f2bd add myself by Benjamin Peterson · 15 years ago
  72. d2e0c79 implement a detach() method for BufferedIOBase and TextIOBase #5883 by Benjamin Peterson · 15 years ago
  73. 35a8836 Update whatsnew based on doc search. by Raymond Hettinger · 16 years ago
  74. 0e4caf4 Merged revisions 70992,70995 via svnmerge from by Benjamin Peterson · 16 years ago
  75. 52c3bf1 sync open() docs more by Benjamin Peterson · 16 years ago
  76. 8cad9c7 fix docs about open's return value #5539 by Benjamin Peterson · 16 years ago
  77. aa1c8d8 fix StringIO constructor docs #5452 by Benjamin Peterson · 16 years ago
  78. 394ee00 remove usage of the deprecated max_buffer_size by Benjamin Peterson · 16 years ago
  79. 9a8082f FileIO.readinto() isn't going anywhere by Benjamin Peterson · 16 years ago
  80. 4fa88fa merge the io-c branch: C implementation of the io module by Benjamin Peterson · 16 years ago
  81. 934896d Merged revisions 69846 via svnmerge from by Mark Dickinson · 16 years ago
  82. aa06900 Merged revisions 68750,68776-68777,68811,68842,68859 via svnmerge from by Benjamin Peterson · 16 years ago
  83. 058e31e Merged revisions 68450,68480-68481,68493,68495,68501,68512,68514-68515,68534-68536,68552,68563,68570-68572,68575,68582,68596,68623-68624,68628 via svnmerge from by Benjamin Peterson · 16 years ago
  84. 48310cd Remove trailing whitespace. by Georg Brandl · 16 years ago
  85. ecc42a2 Fixed issue #4233. by Christian Heimes · 16 years ago
  86. 2932d93 #3007: remove stringio docs and fix a few nits in io docs. by Georg Brandl · 16 years ago
  87. 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 · 16 years ago
  88. e6d5f30 A lot of small detailed revisions to the io module's doc. by Mark Summerfield · 17 years ago
  89. a342c01 Merged revisions 62386-62387,62389-62393,62396,62400-62402,62407,62409-62410,62412-62414,62418-62419 via svnmerge from by Christian Heimes · 17 years ago
  90. e8dd070 Reverted 62397; no versionadded/changed in 3.0 docs by Benjamin Peterson · 17 years ago
  91. 7014164 the io module was added in 2.6 (I know not really, but the end user isn't going to care about backporting.) by Benjamin Peterson · 17 years ago
  92. 9efcc4b Fix problems in the io docs noted by Alexandre Vassalotti by Benjamin Peterson · 17 years ago
  93. 13d4a61 Another io doc fix by Benjamin Peterson · 17 years ago
  94. b85a584 A few io doc fixes by Benjamin Peterson · 17 years ago
  95. 2c5f828 Fleshed out docstrings in the io module, improving the reST one as I went. by Benjamin Peterson · 17 years ago
  96. dd21912 Synced builtin open and io.open documentation, taking the best of each by Benjamin Peterson · 17 years ago
  97. b47aace zap the last of the class.method typos in io docs by Benjamin Peterson · 17 years ago
  98. 014197c #2530: io module documentation. by Georg Brandl · 17 years ago