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 5aa7df320f Issue #13322: Fix BufferedWriter.write() to ensure that BlockingIOError is 14 years ago
..
_iomodule.c Merged revisions 85864 via svnmerge from 15 years ago
_iomodule.h accept None as the same as having passed no argument in file types #7349 16 years ago
bufferedio.c Issue #13322: Fix BufferedWriter.write() to ensure that BlockingIOError is 14 years ago
bytesio.c Merged revisions 86587 via svnmerge from 15 years ago
fileio.c Issue #13159: Replace FileIO's quadratic-time buffer growth algorithm with a linear-time one. 14 years ago
iobase.c Issue #12175: RawIOBase.readall() now returns None if read() returns None. 15 years ago
stringio.c Merge #12417 followup, also removing an extra docstring 15 years ago
textio.c Issue #7865: The close() method of :mod:`io` objects should not swallow 16 years ago