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 94dc6736bd Issue #17106: Fix a segmentation fault in io.TextIOWrapper when an underlying 13 years ago
..
_iomodule.c Issue #15989: Fix several occurrences of integer overflow 13 years ago
_iomodule.h Fixes issue #12268: File readline, readlines and read() or readall() methods 14 years ago
bufferedio.c Issue #15487: Add a __sizeof__ implementation for buffered I/O objects. 14 years ago
bytesio.c Issue #15868: Fix refleak in bytesio.c (Coverity #715365). 14 years ago
fileio.c Issue #15989: Fix several occurrences of integer overflow 13 years ago
iobase.c Additional fix for Issue #12268: The io module file object writelines() methods no longer abort early when one of its write system calls is interrupted (EINTR). 13 years ago
stringio.c Issue #15841: The readable(), writable() and seekable() methods of BytesIO 14 years ago
textio.c Issue #17106: Fix a segmentation fault in io.TextIOWrapper when an underlying 13 years ago