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 6f84659e5e (Merge 3.2) Issue #16367: Fix FileIO.readall() on Windows for files larger than 2 GB. 13 years ago
..
_iomodule.c Issue #16714: use 'raise' exceptions, don't 'throw'. 13 years ago
_iomodule.h Fixes issue #12268: File readline, readlines and read() or readall() methods 14 years ago
bufferedio.c call close on the underlying stream even if flush raises (closes #16597) 13 years ago
bytesio.c Merge 3.2. 14 years ago
fileio.c (Merge 3.2) Issue #16367: Fix FileIO.readall() on Windows for files larger than 2 GB. 13 years ago
iobase.c #15796: merge with 3.2. 14 years ago
stringio.c Issue #15841: The readable(), writable() and seekable() methods of BytesIO 14 years ago
textio.c call close on the underlying stream even if flush raises (closes #16597) 13 years ago