cpython/Modules/_io
Serhiy Storchaka fc153d1279
[2.7] bpo-34068: iobase_close could call PyObject_SetAttrString with an exception set (GH-8282). (GH-8312) (GH-8314)
(cherry picked from commit 28f07364f0)

Co-authored-by: Zackery Spytz <zspytz@gmail.com>.
(cherry picked from commit cc13016658)
2018-07-17 18:15:46 +03: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 bpo-31095: Fix potential crash during GC (GH-3197) 2017-09-04 12:31:41 +09:00
fileio.c [2.7] bpo-32186: Release the GIL during fstat and lseek calls (#4651) 2017-12-07 21:25:39 +01:00
iobase.c [2.7] bpo-34068: iobase_close could call PyObject_SetAttrString with an exception set (GH-8282). (GH-8312) (GH-8314) 2018-07-17 18:15:46 +03:00
stringio.c Fix spelling (inital), grammar (may translates) in documentation, comments 2016-04-19 04:03:41 +00:00
textio.c [2.7] bpo-25862: Fix assertion failures in io.TextIOWrapper.tell(). (GH-3918). (GH-8013) 2018-06-29 23:07:13 +03:00