1. 707ce82 Issue #10956: Buffered I/O classes retry reading or writing after a signal by Antoine Pitrou · 13 years ago
  2. 7f8f418 Issue #10750: The `raw` attribute of buffered IO objects is now read-only. by Antoine Pitrou · 14 years ago
  3. f3b68b3 Issue #10478: Reentrant calls inside buffered IO objects (for example by by Antoine Pitrou · 14 years ago
  4. bee3316 Modules/_io/bufferedio.c (buffered_dealloc_warn): Make it static. by Matthias Klose · 14 years ago
  5. 243757e Issue #10180: Pickling file objects is now explicitly forbidden, since by Antoine Pitrou · 14 years ago
  6. e033e06 Issue #10093: ResourceWarnings are now issued when files and sockets are by Antoine Pitrou · 14 years ago
  7. b46b9d5 Issue #9617: Signals received during a low-level write operation aren't by Antoine Pitrou · 14 years ago
  8. 32cfede Issue #9550: a BufferedReader could issue an additional read when the by Antoine Pitrou · 14 years ago
  9. c881f15 Issue #9448: Fix a leak of OS resources (mutexes or semaphores) when by Antoine Pitrou · 14 years ago
  10. 6be8876 Merged revisions 80720 via svnmerge from by Antoine Pitrou · 14 years ago
  11. bf5ff76 Merged revisions 76805 via svnmerge from by Benjamin Peterson · 15 years ago
  12. 1a0aaaa Merged revisions 76502 via svnmerge from by Mark Dickinson · 15 years ago
  13. 5800b27 Merged revisions 76007 via svnmerge from by Antoine Pitrou · 15 years ago
  14. cb9285c Merged revisions 75939 via svnmerge from by Mark Dickinson · 15 years ago
  15. d430ebe Merged revisions 75879 via svnmerge from by Mark Dickinson · 15 years ago
  16. 238b109 Merged revisions 75728 via svnmerge from by Mark Dickinson · 15 years ago
  17. e1b60d4 Merged revisions 75258 via svnmerge from by Amaury Forgeot d'Arc · 15 years ago
  18. a0ceb73 Merged revisions 74336 via svnmerge from by Antoine Pitrou · 15 years ago
  19. 680bf1a move to a naming scheme with all lowercase and underscores by Benjamin Peterson · 15 years ago
  20. 716c444 Issue #5761: Add the name of the underlying file to the repr() of various IO objects. by Antoine Pitrou · 15 years ago
  21. d2e0c79 implement a detach() method for BufferedIOBase and TextIOBase #5883 by Benjamin Peterson · 15 years ago
  22. 1fea321 use NULL for the ends of tables by Benjamin Peterson · 15 years ago
  23. cf4c749 Issue #5734: BufferedRWPair was poorly tested and had several glaring bugs. by Antoine Pitrou · 15 years ago
  24. 711af3a #5502: accelerate binary buffered IO (especially small operations). by Antoine Pitrou · 15 years ago
  25. dfd7344 Merge revision 71222 from trunk: #5615: make it possible to configure --without-threads again. by Georg Brandl · 15 years ago
  26. 8d8d630 Issue 5682: Move _io module into its own subdirectory. by Alexandre Vassalotti · 15 years ago[Renamed from Modules/_bufferedio.c]
  27. 00a9b73 Rewrite IOBase.readall to avoid costly string resizes, and plug a leak by Antoine Pitrou · 15 years ago
  28. 59406a9 officially deprecated max_buffer_size by Benjamin Peterson · 15 years ago
  29. 4fa88fa merge the io-c branch: C implementation of the io module by Benjamin Peterson · 15 years ago