cpython/Modules/_io
Victor Stinner 928bff0b26 cleanup iobase.c
casting iobase_finalize to destructor is not needed
2016-03-19 10:36:36 +01:00
..
clinic Issue #24007: Argument Clinic now writes the format of PyArg_Parse*() at the 2015-04-24 00:40:51 +03:00
_iomodule.c Issue #25523: Merge a-to-an corrections from 3.5 2015-11-02 04:27:17 +00:00
_iomodule.h Issue #25923: Added more const qualifiers to signatures of static and private functions. 2015-12-25 20:01:53 +02:00
bufferedio.c Issue #20440: Applied yet one patch for using Py_SETREF. 2015-12-27 12:38:28 +02:00
bytesio.c Issue #20440: Cleaning up the code by using Py_SETREF and Py_CLEAR. 2015-12-27 15:51:32 +02:00
fileio.c On ResourceWarning, log traceback where the object was allocated 2016-03-19 01:03:51 +01:00
iobase.c cleanup iobase.c 2016-03-19 10:36:36 +01:00
stringio.c Issue #22413: Remove comment made out of date by Argument Clinic 2015-10-10 10:17:57 +00:00
textio.c Issue #20440: Applied yet one patch for using Py_SETREF. 2015-12-27 12:38:28 +02:00