cpython/Modules/_io
Antoine Pitrou 716c444edc Issue #5761: Add the name of the underlying file to the repr() of various IO objects. 2009-05-23 19:04:03 +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 use NULL for the ends of tables 2009-04-19 03:15:20 +00:00
textio.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