cpython/Modules/_io
Ezio Melotti 6d10b4d591 #15796: merge with 3.2. 2012-09-18 07:21:18 +03:00
..
_iomodule.c #15796: merge with 3.2. 2012-09-18 07:21:18 +03:00
_iomodule.h Fixes issue #12268: File readline, readlines and read() or readall() methods 2012-06-24 00:23:47 -07:00
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 2012-09-10 17:46:09 +02:00
bytesio.c Merge 3.2. 2012-09-08 11:19:27 +02:00
fileio.c Issue #15247: FileIO now raises an error when given a file descriptor pointing to a directory. 2012-07-06 18:52:58 +02:00
iobase.c #15796: merge with 3.2. 2012-09-18 07:21:18 +03:00
stringio.c Issue #15841: The readable(), writable() and seekable() methods of BytesIO 2012-09-05 20:13:48 +02:00
textio.c #15796: merge with 3.2. 2012-09-18 07:21:18 +03:00