COMMITS
/ Modules/_io/textio.c July 11, 2019
J
bpo-37547: add _PyObject_CallMethodOneArg (GH-14685)
Jeroen Demeyer committed
July 8, 2019
J
bpo-37337: Add _PyObject_CallMethodNoArgs() (GH-14267)
Jeroen Demeyer committed
June 25, 2019
V
bpo-37388: Development mode check encoding and errors (GH-14341)
Victor Stinner committed
May 31, 2019
J
bpo-36974: tp_print -> tp_vectorcall_offset and tp_reserved -> tp_as_async (GH-13464)
Jeroen Demeyer committed
May 29, 2019
A
bpo-32388: Remove cross-version binary compatibility requirement in tp_flags (GH-4944)
Antoine Pitrou committed
May 16, 2019
I
bpo-36748: optimize TextIOWrapper.write() for ASCII string (GH-13002)
Inada Naoki committed
March 3, 2019
I
add missing break statement (GH-12147)
Inada Naoki committed
N
Use names SEEK_SET, etc instead of magic number (GH-12057)
ngie-eign committed
December 17, 2018
Z
bpo-35504: Fix segfaults and SystemErrors when deleting certain attrs. (GH-11175)
Zackery Spytz committed
November 21, 2018
V
bpo-35081: Add Include/internal/pycore_object.h (GH-10640)
Victor Stinner committed
November 5, 2018
S
bpo-35133: Fix mistakes when concatenate string literals on different lines. (GH-10284)
Serhiy Storchaka committed
October 31, 2018
X
bpo-35062: Fix parsing _io.IncrementalNewlineDecoder's *translate* argument. (GH-10217)
Xiang Zhang committed
S
bpo-33138: Change standard error message for non-pickleable and non-copyable types. (GH-6239)
Serhiy Storchaka committed
June 30, 2018
S
bpo-25862: Fix several bugs in the _io module. (GH-8026)
Serhiy Storchaka committed
June 29, 2018
Z
bpo-25862: Fix assertion failures in io.TextIOWrapper.tell(). (GH-3918)
Zackery Spytz committed
April 29, 2018
S
bpo-33012: Fix invalid function cast warnings with gcc 8 for METH_NOARGS. (GH-6030)
Siddhesh Poyarekar committed
January 25, 2018
S
bpo-32571: Avoid raising unneeded AttributeError and silencing it in C code (GH-5222)
Serhiy Storchaka committed
January 16, 2018
S
bpo-31572: Get rid of PyObject_HasAttr() and _PyObject_HasAttrId() in the _io module. (#3726)
Serhiy Storchaka committed
December 24, 2017
I
bpo-32402: io: Add missing NULL check. (GH-4971)
INADA Naoki committed
December 21, 2017
I
September 23, 2017
S
bpo-25359: Add missed "goto error" after setting an exception. (#3712)
Serhiy Storchaka committed
August 29, 2017
O
bpo-31243: Fixed PyArg_ParseTuple failure checks. (#3171)
Oren Milman committed
August 25, 2017
O
bpo-31271: Fix an assertion failure in io.TextIOWrapper.write. (#3201)
Oren Milman committed
August 24, 2017
August 20, 2017
O
bpo-28261: Fixed err msgs where PyArg_ParseTuple is used to parse normal tuples. (#3119)
Oren Milman committed
June 3, 2017
A
Fix bpo-30526: Add TextIOWrapper.reconfigure() and a TextIOWrapper.write_through attribute (#1922)
Antoine Pitrou committed
April 16, 2017
S
bpo-30022: Get rid of using EnvironmentError and IOError (except test… (#1051)
Serhiy Storchaka committed
March 30, 2017
S
bpo-29852: Argument Clinic Py_ssize_t converter now supports None (#716)
Serhiy Storchaka committed
S
bpo-29878: Add global instances of int for 0 and 1. (#852)
Serhiy Storchaka committed
March 19, 2017
S
bpo-25455: Fixed crashes in repr of recursive buffered file-like objects. (#514)
Serhiy Storchaka committed
March 12, 2017
S
bpo-24037: Add Argument Clinic converter `bool(accept={int})`. (#485)
Serhiy Storchaka committed
January 14, 2017
M
Merge doc fixes from 3.6
Martin Panter committed
M
Merge doc fixes from 3.5
Martin Panter committed
M
Fix grammar, typos and markup in documentation and code comments
Martin Panter committed
December 9, 2016
V
Use _PyObject_CallMethodIdObjArgs() in _io
Victor Stinner committed
December 8, 2016
V
Use _PyObject_CallMethodIdObjArgs()
Victor Stinner committed
November 20, 2016
S
Replaced outdated macros _PyUnicode_AsString and _PyUnicode_AsStringAndSize
Serhiy Storchaka committed
November 16, 2016
S
Issue #28701: Replace PyUnicode_CompareWithASCIIString with _PyUnicode_EqualToASCIIString.
Serhiy Storchaka committed
S
Issue #28701: Replace PyUnicode_CompareWithASCIIString with _PyUnicode_EqualToASCIIString.
Serhiy Storchaka committed
November 3, 2016
S
Issue #28387: Fixed possible crash in _io.TextIOWrapper deallocator when
Serhiy Storchaka committed
S
Issue #28387: Fixed possible crash in _io.TextIOWrapper deallocator when
Serhiy Storchaka committed
September 8, 2016
B
more PY_LONG_LONG to long long
Benjamin Peterson committed
April 17, 2016
S
Issue #26778: Fixed "a/an/and" typos in code comment, documentation and error
Serhiy Storchaka committed
April 6, 2016
S
Issue #22570: Renamed Py_SETREF to Py_XSETREF.
Serhiy Storchaka committed
S
Issue #22570: Renamed Py_SETREF to Py_XSETREF.
Serhiy Storchaka committed
December 27, 2015
S
Issue #20440: Applied yet one patch for using Py_SETREF.
Serhiy Storchaka committed
S
Issue #20440: Applied yet one patch for using Py_SETREF.
Serhiy Storchaka committed
December 25, 2015
S
Issue #25923: Added more const qualifiers to signatures of static and private functions.
Serhiy Storchaka committed
S
Issue #25923: Added the const qualifier to static constant arrays.
Serhiy Storchaka committed
November 2, 2015
M
Issue #25523: Merge "a" to "an" fixes from 3.4 into 3.5
Martin Panter committed