You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Antoine Pitrou c5eec0e387 Issue #15841: The readable(), writable() and seekable() methods of io.BytesIO 14 years ago
..
_iomodule.c Fix typo “seperator” 14 years ago
_iomodule.h Issue #14437: Fix building the _io module under Cygwin. 14 years ago
bufferedio.c Issue #15487: Add a __sizeof__ implementation for buffered I/O objects. 14 years ago
bytesio.c Issue #15841: The readable(), writable() and seekable() methods of io.BytesIO 14 years ago
fileio.c Issue #15247: FileIO now raises an error when given a file descriptor pointing to a directory. 14 years ago
iobase.c Issue #12175: RawIOBase.readall() now returns None if read() returns None. 15 years ago
stringio.c Issue #15841: The readable(), writable() and seekable() methods of io.BytesIO 14 years ago
textio.c Issue #15604: Update uses of PyObject_IsTrue() to check for and handle errors correctly. 14 years ago