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 d42c1d09e9 Issue #12591: Allow io.TextIOWrapper to work with raw IO objects (without 15 years ago
..
_iomodule.c Issue #12175: BufferedReader.read(-1) now calls raw.readall() if available. 15 years ago
_iomodule.h Issue #12175: BufferedReader.read(-1) now calls raw.readall() if available. 15 years ago
bufferedio.c Close #12229: Remove an unused argument of _bufferedreader_peek_unlocked(), 15 years ago
bytesio.c Issue #8914: fix various warnings from the Clang static analyzer v254. 15 years ago
fileio.c Closes #12391: temporary files are now cleaned up. 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.2. 15 years ago
textio.c Issue #12591: Allow io.TextIOWrapper to work with raw IO objects (without 15 years ago