1. 9f10f56 Merge #17275: Fix class name in init errors in C bufferedio classes. by R David Murray · 11 years ago
  2. 67bfe80 #17275: Fix class name in init errors in C bufferedio classes. by R David Murray · 11 years ago
  3. 6862361 call close on the underlying stream even if flush raises (closes #16597) by Benjamin Peterson · 12 years ago
  4. 8f734eb Fixed reference leak in error branch of _bufferedreader_read_all(). The variable data can contain a bytes object but it wasn't cleaned up when PyList_New() failed. CID 715364 by Christian Heimes · 12 years ago
  5. a264384 Issue #15487: Add a __sizeof__ implementation for buffered I/O objects. by Antoine Pitrou · 12 years ago
  6. 10f0c50 Issue #15487: Add a __sizeof__ implementation for buffered I/O objects. by Antoine Pitrou · 12 years ago
  7. 109d573 Issue #13248: io: Remove obsolete argument "max_buffer_size" of BufferedWriter and BufferedRWPair. by Florent Xicluna · 12 years ago
  8. 990a5fe Fixes issue #12268: File readline, readlines and read() or readall() methods by Gregory P. Smith · 12 years ago
  9. 5135992 Fixes issue #12268: File readline, readlines and read() or readall() methods by Gregory P. Smith · 12 years ago
  10. 9436361 Closes #10142: Support for SEEK_HOLE/SEEK_DATA by Jesus Cea · 12 years ago
  11. 990eff0 Backing out 86dc014cdd74. Not ready yet by Jesus Cea · 12 years ago
  12. 2b47f0a Close #10142: Support for SEEK_HOLE/SEEK_DATA by Jesus Cea · 12 years ago
  13. 7fe601c Issue #13322: Fix BufferedWriter.write() to ensure that BlockingIOError is by Antoine Pitrou · 13 years ago
  14. 58fcf9f Issue #13322: Fix BufferedWriter.write() to ensure that BlockingIOError is by Antoine Pitrou · 13 years ago
  15. 56a220a Issue #13393: BufferedReader.read1() now asks the full requested size to by Antoine Pitrou · 13 years ago
  16. 767046a Replace {Get,Set,Has}AttrString with *AttrId. by Martin v. Löwis · 13 years ago
  17. bd928fe Rename _Py_identifier to _Py_IDENTIFIER. by Martin v. Löwis · 13 years ago
  18. 6b4883d PEP 3151 / issue #12555: reworking the OS and IO exception hierarchy. by Antoine Pitrou · 13 years ago
  19. afe55bb Add API for static strings, primarily good for identifiers. by Martin v. Löwis · 13 years ago
  20. 42c28cd Issue #13070: Fix a crash when a TextIOWrapper caught in a reference cycle by Charles-François Natali · 13 years ago
  21. 1e44fec Issue #13087: BufferedReader.seek() now always raises UnsupportedOperation by Antoine Pitrou · 13 years ago
  22. b619bb2 Issue #13070: Fix a crash when a TextIOWrapper caught in a reference cycle by Charles-François Natali · 13 years ago
  23. bf009f0 Issue #13087: BufferedReader.seek() now always raises UnsupportedOperation by Antoine Pitrou · 13 years ago
  24. e8bb1a0 Issue #12213: Fix a buffering bug with interleaved reads and writes that by Antoine Pitrou · 13 years ago
  25. e05565e Issue #12213: Fix a buffering bug with interleaved reads and writes that by Antoine Pitrou · 13 years ago
  26. bc93a11 Close #12229: Remove an unused argument of _bufferedreader_peek_unlocked(), by Victor Stinner · 13 years ago
  27. b57f108 Issue #12175: BufferedReader.read(-1) now calls raw.readall() if available. by Victor Stinner · 13 years ago
  28. b89b31a Issue #12062: Fix a flushing bug when doing a certain type of I/O sequence by Antoine Pitrou · 13 years ago
  29. 00dd182 Issue #12062: Fix a flushing bug when doing a certain type of I/O sequence by Antoine Pitrou · 13 years ago
  30. 7c40489 Issue #12062: Fix a flushing bug when doing a certain type of I/O sequence by Antoine Pitrou · 13 years ago
  31. 4e19e11 Fix compile error under Windows by Antoine Pitrou · 13 years ago
  32. 3486a98 Issue #9971: Write an optimized implementation of BufferedReader.readinto(). by Antoine Pitrou · 13 years ago
  33. d843c2d Merged revisions 88610 via svnmerge from by Antoine Pitrou · 13 years ago
  34. 707ce82 Issue #10956: Buffered I/O classes retry reading or writing after a signal by Antoine Pitrou · 13 years ago
  35. 6cfc512 Merged revisions 87427 via svnmerge from by Antoine Pitrou · 14 years ago
  36. 7f8f418 Issue #10750: The `raw` attribute of buffered IO objects is now read-only. by Antoine Pitrou · 14 years ago
  37. 976157f Merged revisions 86981,86984 via svnmerge from by Antoine Pitrou · 14 years ago
  38. f3b68b3 Issue #10478: Reentrant calls inside buffered IO objects (for example by by Antoine Pitrou · 14 years ago
  39. bee3316 Modules/_io/bufferedio.c (buffered_dealloc_warn): Make it static. by Matthias Klose · 14 years ago
  40. 243757e Issue #10180: Pickling file objects is now explicitly forbidden, since by Antoine Pitrou · 14 years ago
  41. e033e06 Issue #10093: ResourceWarnings are now issued when files and sockets are by Antoine Pitrou · 14 years ago
  42. 16b11de Merged revisions 84239 via svnmerge from by Antoine Pitrou · 14 years ago
  43. b46b9d5 Issue #9617: Signals received during a low-level write operation aren't by Antoine Pitrou · 14 years ago
  44. 00091ca Merged revisions 83944 via svnmerge from by Antoine Pitrou · 14 years ago
  45. 32cfede Issue #9550: a BufferedReader could issue an additional read when the by Antoine Pitrou · 14 years ago
  46. f6df1ee Merged revisions 83411 via svnmerge from by Antoine Pitrou · 14 years ago
  47. c881f15 Issue #9448: Fix a leak of OS resources (mutexes or semaphores) when by Antoine Pitrou · 14 years ago
  48. faf9007 Merged revisions 80722 via svnmerge from by Antoine Pitrou · 14 years ago
  49. 6be8876 Merged revisions 80720 via svnmerge from by Antoine Pitrou · 14 years ago
  50. 6b59f77 Merged revisions 76806,76808 via svnmerge from by Benjamin Peterson · 15 years ago
  51. bf5ff76 Merged revisions 76805 via svnmerge from by Benjamin Peterson · 15 years ago
  52. 1a0aaaa Merged revisions 76502 via svnmerge from by Mark Dickinson · 15 years ago
  53. 5800b27 Merged revisions 76007 via svnmerge from by Antoine Pitrou · 15 years ago
  54. 00de1bd Merged revisions 75941 via svnmerge from by Mark Dickinson · 15 years ago
  55. cb9285c Merged revisions 75939 via svnmerge from by Mark Dickinson · 15 years ago
  56. 121fbe4 Merged revisions 75881 via svnmerge from by Mark Dickinson · 15 years ago
  57. d430ebe Merged revisions 75879 via svnmerge from by Mark Dickinson · 15 years ago
  58. 6576848 Merged revisions 75729 via svnmerge from by Mark Dickinson · 15 years ago
  59. 238b109 Merged revisions 75728 via svnmerge from by Mark Dickinson · 15 years ago
  60. e1b60d4 Merged revisions 75258 via svnmerge from by Amaury Forgeot d'Arc · 15 years ago
  61. 0473e56 Merged revisions 74338 via svnmerge from by Antoine Pitrou · 15 years ago
  62. a0ceb73 Merged revisions 74336 via svnmerge from by Antoine Pitrou · 15 years ago
  63. 680bf1a move to a naming scheme with all lowercase and underscores by Benjamin Peterson · 15 years ago
  64. 716c444 Issue #5761: Add the name of the underlying file to the repr() of various IO objects. by Antoine Pitrou · 15 years ago
  65. d2e0c79 implement a detach() method for BufferedIOBase and TextIOBase #5883 by Benjamin Peterson · 15 years ago
  66. 1fea321 use NULL for the ends of tables by Benjamin Peterson · 15 years ago
  67. cf4c749 Issue #5734: BufferedRWPair was poorly tested and had several glaring bugs. by Antoine Pitrou · 15 years ago
  68. 711af3a #5502: accelerate binary buffered IO (especially small operations). by Antoine Pitrou · 15 years ago
  69. dfd7344 Merge revision 71222 from trunk: #5615: make it possible to configure --without-threads again. by Georg Brandl · 15 years ago
  70. 8d8d630 Issue 5682: Move _io module into its own subdirectory. by Alexandre Vassalotti · 15 years ago[Renamed from Modules/_bufferedio.c]
  71. 00a9b73 Rewrite IOBase.readall to avoid costly string resizes, and plug a leak by Antoine Pitrou · 15 years ago
  72. 59406a9 officially deprecated max_buffer_size by Benjamin Peterson · 15 years ago
  73. 4fa88fa merge the io-c branch: C implementation of the io module by Benjamin Peterson · 15 years ago