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 c345ce1a69 Issue #10350: Read and save errno before calling a function which might overwrite it. 14 years ago
..
_iomodule.c In open(), only set the buffer size from st.st_blksize when it is greater 15 years ago
_iomodule.h Issue #5506: BytesIO objects now have a getbuffer() method exporting a 16 years ago
bufferedio.c Issue #13322: Fix BufferedWriter.write() to ensure that BlockingIOError is 14 years ago
bytesio.c correct logic when pos is after the string #10467 15 years ago
fileio.c Issue #10350: Read and save errno before calling a function which might overwrite it. 14 years ago
iobase.c cast to getter 15 years ago
stringio.c #11565: Merge with 3.1. 15 years ago
textio.c Issue #12591: Allow io.TextIOWrapper to work with raw IO objects (without 15 years ago