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 e96ec68101 Issue #12591: Allow io.TextIOWrapper to work with raw IO objects (without 15 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 #12062: Fix a flushing bug when doing a certain type of I/O sequence 15 years ago
bytesio.c correct logic when pos is after the string #10467 15 years ago
fileio.c Issue #9611, #9015: FileIO.read() clamps the length to INT_MAX on Windows. 15 years ago
iobase.c (Merge 3.1) Issue #12175: RawIOBase.readall() now returns None if read() 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