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.
 
 
 
 
 
 
Serhiy Storchaka 61e2493b83 Issue #17671: Fixed a crash when use non-initialized io.BufferedRWPair. 12 years ago
..
_iomodule.c Describe 'surrogateescape' in the documentation. 13 years ago
_iomodule.h Fixes issue #12268: File readline, readlines and read() or readall() methods 14 years ago
bufferedio.c Issue #17671: Fixed a crash when use non-initialized io.BufferedRWPair. 12 years ago
bytesio.c Merge 3.2. 14 years ago
fileio.c Issue #18876: The FileIO.mode attribute now better reflects the actual mode under which the file was opened. 13 years ago
iobase.c Merge 3.2, Issue #17047: remove doubled words found in 2.7 to 3.4 13 years ago
stringio.c Issue #15841: The readable(), writable() and seekable() methods of BytesIO 14 years ago
textio.c Issue #19356: Avoid using a C variabled named "_self", it's a reserved word in some C compilers. 12 years ago