1. 90ce72d Raise ValueError when attempting to set the _CHUNK_SIZE attribute of a TextIOWrapper to a huge value, not TypeError. by Antoine Pitrou · 13 years ago
  2. cb4ae81 Raise ValueError when attempting to set the _CHUNK_SIZE attribute of a TextIOWrapper to a huge value, not TypeError. by Antoine Pitrou · 13 years ago
  3. fd82113 Fast path for IncrementalNewlineDecoder.decode() in io.TextIOWrapper.read(-1) by Victor Stinner · 13 years ago
  4. 211b81d Issue #11114: Fix catastrophic performance of tell() on text files (up by Antoine Pitrou · 14 years ago
  5. a4815ca Issue #10872: The repr() of TextIOWrapper objects now includes the mode by Antoine Pitrou · 14 years ago
  6. 243757e Issue #10180: Pickling file objects is now explicitly forbidden, since by Antoine Pitrou · 14 years ago
  7. e033e06 Issue #10093: ResourceWarnings are now issued when files and sockets are by Antoine Pitrou · 14 years ago
  8. 0d739d7 Issue #9293: I/O streams now raise `io.UnsupportedOperation` when an by Antoine Pitrou · 14 years ago
  9. f6c5783 Issue #6697: Check that _PyUnicode_AsString() result is not NULL in textio.c by Victor Stinner · 14 years ago
  10. 6be8876 Merged revisions 80720 via svnmerge from by Antoine Pitrou · 14 years ago
  11. 905a2ff Merged revisions 77890 via svnmerge from by Antoine Pitrou · 15 years ago
  12. bf5ff76 Merged revisions 76805 via svnmerge from by Benjamin Peterson · 15 years ago
  13. ca767bd Merged revisions 75007 via svnmerge from by Antoine Pitrou · 15 years ago
  14. ccd686a Merged revisions 74581 via svnmerge from by Amaury Forgeot d'Arc · 15 years ago
  15. 680bf1a move to a naming scheme with all lowercase and underscores by Benjamin Peterson · 15 years ago
  16. 2cfca79 stop throwing out all errors when PyObject_GetAttr fails by Benjamin Peterson · 15 years ago
  17. 0926ad1 give the C implementation of TextIOWrapper the errors property #6217 by Benjamin Peterson · 15 years ago
  18. 716c444 Issue #5761: Add the name of the underlying file to the repr() of various IO objects. by Antoine Pitrou · 15 years ago
  19. 81971ea correctly handle invalid operations on streams (like writing on a non-writable one) by Benjamin Peterson · 15 years ago
  20. e450185 Issue #5006: Better handling of unicode byte-order marks (BOM) in the io library. 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. 8d8d630 Issue 5682: Move _io module into its own subdirectory. by Alexandre Vassalotti · 15 years ago[Renamed from Modules/_textio.c]
  24. a1b4901 fix TextIOWrapper.read() when the buffer is not readable #5628 by Benjamin Peterson · 15 years ago
  25. 24f3629 Issue #5592: make the encodefuncs symbol static by Antoine Pitrou · 15 years ago
  26. c4c0eae give TextIOWrapper a repr that tells you the encoding by Benjamin Peterson · 16 years ago
  27. 0e94189 Remove double negative by Antoine Pitrou · 16 years ago
  28. 66913e2 Issue #5433: Excessive newline detection optimization in IncrementalNewlineDecoder by Antoine Pitrou · 16 years ago
  29. 2db74c2 Issue #5429: unaligned access in TextIOWrapper cookie parsing (segfaults on SPARC CPUs, and possibly others) by Antoine Pitrou · 16 years ago
  30. 4fa88fa merge the io-c branch: C implementation of the io module by Benjamin Peterson · 16 years ago