cpython/Modules/_io
Benjamin Peterson 2cfca7977e stop throwing out all errors when PyObject_GetAttr fails 2009-06-06 20:46:48 +00:00
..
_iomodule.c Issue #5006: Better handling of unicode byte-order marks (BOM) in the io library. 2009-05-14 18:55:55 +00:00
_iomodule.h Issue #5006: Better handling of unicode byte-order marks (BOM) in the io library. 2009-05-14 18:55:55 +00:00
bufferedio.c Issue #5761: Add the name of the underlying file to the repr() of various IO objects. 2009-05-23 19:04:03 +00:00
bytesio.c use NULL for the ends of tables 2009-04-19 03:15:20 +00:00
fileio.c Issue #5761: Add the name of the underlying file to the repr() of various IO objects. 2009-05-23 19:04:03 +00:00
iobase.c use NULL for the ends of tables 2009-04-19 03:15:20 +00:00
stringio.c give the C implementation of TextIOWrapper the errors property #6217 2009-06-06 18:02:12 +00:00
textio.c stop throwing out all errors when PyObject_GetAttr fails 2009-06-06 20:46:48 +00:00