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.
 
 
 
 
 
 
Nadeem Vawda d41a98bdd9 Issue #13159: Replace FileIO's quadratic-time buffer growth algorithm with a linear-time one. 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 #13070: Fix a crash when a TextIOWrapper caught in a reference cycle 14 years ago
bytesio.c correct logic when pos is after the string #10467 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 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