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.
 
 
 
 
 
 
Victor Stinner a80987f20d Issue #12175: RawIOBase.readall() now returns None if read() returns None. 15 years ago
..
_iomodule.c Merged revisions 85864 via svnmerge from 15 years ago
_iomodule.h Merged revisions 76806,76808 via svnmerge from 16 years ago
bufferedio.c Issue #12062: Fix a flushing bug when doing a certain type of I/O sequence 15 years ago
bytesio.c Merged revisions 86587 via svnmerge from 15 years ago
fileio.c Issue #12175: FileIO.readall() now raises a ValueError instead of an IOError if 15 years ago
iobase.c Issue #12175: RawIOBase.readall() now returns None if read() returns None. 15 years ago
stringio.c #11565: Fix several typos. Patch by Piotr Kasprzyk. 15 years ago
textio.c Merged revisions 80722 via svnmerge from 16 years ago