cpython/Modules/_io
Ezio Melotti ba372a59d1 #15796: Fix \n in readline docstring. 2012-09-18 07:17:49 +03:00
..
_iomodule.c Fix typo “seperator” 2012-02-26 01:41:39 +01:00
_iomodule.h Issue #14437: Fix building the _io module under Cygwin. 2012-03-31 23:53:07 +02:00
bufferedio.c Issue #15487: Add a __sizeof__ implementation for buffered I/O objects. 2012-07-29 19:02:46 +02:00
bytesio.c Issue #15841: The readable(), writable() and seekable() methods of io.BytesIO 2012-09-05 20:11:49 +02:00
fileio.c Issue #15247: FileIO now raises an error when given a file descriptor pointing to a directory. 2012-07-06 18:48:24 +02:00
iobase.c #15796: Fix \n in readline docstring. 2012-09-18 07:17:49 +03:00
stringio.c Issue #15841: The readable(), writable() and seekable() methods of io.BytesIO 2012-09-05 20:11:49 +02:00
textio.c Issue #15604: Update uses of PyObject_IsTrue() to check for and handle errors correctly. 2012-08-15 23:16:51 +02:00