cpython/Modules/_io
Antoine Pitrou c5eec0e387 Issue #15841: The readable(), writable() and seekable() methods of io.BytesIO
and io.StringIO objects now raise ValueError when the object has been closed.
Patch by Alessandro Moura.
2012-09-05 20:11:49 +02: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 Issue #12175: RawIOBase.readall() now returns None if read() returns None. 2011-05-25 22:52:37 +02: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