summaryrefslogtreecommitdiffstats
path: root/Modules/_io/textio.c
Commit message (Expand)AuthorAgeFilesLines
* move to a naming scheme with all lowercase and underscoresBenjamin Peterson2009-06-121-172/+169
* stop throwing out all errors when PyObject_GetAttr failsBenjamin Peterson2009-06-061-6/+19
* give the C implementation of TextIOWrapper the errors property #6217Benjamin Peterson2009-06-061-0/+21
* Issue #5761: Add the name of the underlying file to the repr() of various IO ...Antoine Pitrou2009-05-231-2/+19
* correctly handle invalid operations on streams (like writing on a non-writabl...Benjamin Peterson2009-05-141-1/+6
* Issue #5006: Better handling of unicode byte-order marks (BOM) in the io libr...Antoine Pitrou2009-05-141-22/+104
* implement a detach() method for BufferedIOBase and TextIOBase #5883Benjamin Peterson2009-05-011-4/+47
* use NULL for the ends of tablesBenjamin Peterson2009-04-191-4/+4
* Issue 5682: Move _io module into its own subdirectory.Alexandre Vassalotti2009-04-041-0/+2420