cpython/Modules/_io
Serhiy Storchaka 52b0888dbd Issue #28387: Fixed possible crash in _io.TextIOWrapper deallocator when
the garbage collector is invoked in other thread.
Based on patch by Sebastian Cufre.
2016-11-03 15:36:50 +02:00
..
_iomodule.c Issue #25523: Correct "a" article to "an" article 2015-11-02 03:37:02 +00:00
_iomodule.h Issue #22413: Document newline effect on StringIO initializer and getvalue 2015-10-10 02:52:30 +00:00
bufferedio.c Issue #20699: Document that “io” methods should accept memoryview 2016-06-03 05:59:20 +00:00
bytesio.c Issue #20699: Document that “io” methods should accept memoryview 2016-06-03 05:59:20 +00:00
fileio.c Issue #23908: os functions, open() and the io.FileIO constructor now reject 2016-07-01 23:34:44 +03:00
iobase.c Issue #27895: Spelling fixes (Contributed by Ville Skyttä). 2016-09-07 12:03:06 +00:00
stringio.c Fix spelling (inital), grammar (may translates) in documentation, comments 2016-04-19 04:03:41 +00:00
textio.c Issue #28387: Fixed possible crash in _io.TextIOWrapper deallocator when 2016-11-03 15:36:50 +02:00