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.
 
 
 
 
 
 
Ezio Melotti 6d10b4d591 #15796: merge with 3.2. 13 years ago
..
_iomodule.c #15796: merge with 3.2. 13 years ago
_iomodule.h Fixes issue #12268: File readline, readlines and read() or readall() methods 14 years ago
bufferedio.c Fixed reference leak in error branch of _bufferedreader_read_all(). The variable data can contain a bytes object but it wasn't cleaned up when PyList_New() failed. CID 715364 13 years ago
bytesio.c Merge 3.2. 14 years ago
fileio.c Issue #15247: FileIO now raises an error when given a file descriptor pointing to a directory. 14 years ago
iobase.c #15796: merge with 3.2. 13 years ago
stringio.c Issue #15841: The readable(), writable() and seekable() methods of BytesIO 14 years ago
textio.c #15796: merge with 3.2. 13 years ago