cpython/Modules/_io
2017-04-15 13:28:08 +08:00
..
clinic Issue #27332: Fixed the type of the first argument of module-level functions 2016-07-07 17:35:15 +03:00
_iomodule.c Change order of io.UnsupportedOperation base classes. 2016-12-07 13:31:20 +02:00
_iomodule.h Issue #22413: Merge StringIO doc from 3.4 into 3.5 2015-10-10 10:15:21 +00:00
bufferedio.c bpo-25455: Fixed crashes in repr of recursive buffered file-like objects. (#514) (#727) 2017-03-20 00:51:16 +02:00
bytesio.c Issue #20699: Document that “io” methods accept bytes-like objects 2016-05-28 00:41:57 +00:00
fileio.c bpo-25455: Fixed crashes in repr of recursive buffered file-like objects. (#514) (#727) 2017-03-20 00:51:16 +02:00
iobase.c bpo-30068: add missing iter(self) in _io._IOBase.readlines when hint is present (#1130) (#1151) 2017-04-15 13:28:08 +08:00
stringio.c Fix spelling (inital), grammar (may translates) in documentation, comments 2016-04-19 04:03:41 +00:00
textio.c bpo-25455: Fixed crashes in repr of recursive buffered file-like objects. (#514) (#727) 2017-03-20 00:51:16 +02:00