cpython/Modules/_io
Serhiy Storchaka 1a2b24f02d Issue #27332: Fixed the type of the first argument of module-level functions
generated by Argument Clinic.  Patch by Petr Viktorin.
2016-07-07 17:35:15 +03: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 Issue #27332: Fixed the type of the first argument of module-level functions 2016-07-07 17:35:15 +03:00
_iomodule.h Issue #22413: Merge StringIO doc from 3.4 into 3.5 2015-10-10 10:15:21 +00:00
bufferedio.c Issue #20699: Document that “io” methods accept bytes-like objects 2016-05-28 00:41:57 +00:00
bytesio.c Issue #20699: Document that “io” methods accept bytes-like objects 2016-05-28 00:41:57 +00:00
fileio.c Fix a comment. 2016-06-08 17:55:49 -04:00
iobase.c Issue #20699: Document that “io” methods accept bytes-like objects 2016-05-28 00:41:57 +00:00
stringio.c Fix spelling (inital), grammar (may translates) in documentation, comments 2016-04-19 04:03:41 +00:00
textio.c Issue #22570: Renamed Py_SETREF to Py_XSETREF. 2016-04-06 09:45:48 +03:00