COMMITS
/ Modules/_io/textio.c November 8, 2024
P
[3.11] gh-111942: Remove an extra incref in textiowrapper_change_encoding (#126542)
Petr Viktorin committed
August 9, 2024
I
[3.11] gh-119506: fix _io.TextIOWrapper.write() write during flush (#119507) (#120314)
Inada Naoki committed
January 8, 2024
M
[3.11] gh-80109: Fix io.TextIOWrapper dropping the internal buffer during write() (GH-22535) (GH-113809)
Miss Islington (bot) committed
November 15, 2023
M
[3.11] gh-111942: Fix crashes in TextIOWrapper.reconfigure() (GH-111976) (GH-112059)
Miss Islington (bot) committed
August 27, 2023
E
[3.11] gh-107801: Document io.TextIOWrapper.tell (#108265) (#108548)
Erlend E. Aasland committed
August 22, 2023
E
[3.11] gh-107801: Improve the accuracy of io.TextIOWrapper.seek docs (#107933) (#108264)
Erlend E. Aasland committed
November 28, 2022
K
July 20, 2022
M
GH-90699: fix ref counting of static immortal strings (gh-94850)
Miss Islington (bot) committed
July 18, 2022
M
GH-94857: fix test_io refleak (GH-94858)
Miss Islington (bot) committed
June 22, 2022
M
Fix typo in _io.TextIOWrapper Clinic input (GH-94037) (GH-94116)
Miss Islington (bot) committed
May 1, 2022
I
gh-91952: Make TextIOWrapper.reconfigure() supports "locale" encoding (GH-91982)
Inada Naoki committed
April 19, 2022
K
bpo-46712: share more global strings in deepfreeze (gh-32152)
Kumar Aditya committed
I
gh-91526: io: Remove device encoding support from TextIOWrapper (GH-91529)
Inada Naoki committed
April 14, 2022
I
gh-91156: Fix `encoding="locale"` in UTF-8 mode (GH-70056)
Inada Naoki committed
April 9, 2022
I
bpo-47000: Add `locale.getencoding()` (GH-32068)
Inada Naoki committed
March 4, 2022
S
bpo-25415: Remove confusing sentence from IOBase docstrings (PR-31631)
slateny committed
February 23, 2022
February 8, 2022
April 2, 2021
I
bpo-43510: Fix emitting EncodingWarning from _io module. (GH-25146)
Inada Naoki committed
March 29, 2021
I
bpo-43510: Implement PEP 597 opt-in EncodingWarning. (GH-19481)
Inada Naoki committed
February 21, 2021
I
bpo-43260: io: Prevent large data remains in textio buffer. (GH-24592)
Inada Naoki committed
November 1, 2020
V
bpo-42236: Enhance _locale._get_locale_encoding() (GH-23083)
Victor Stinner committed
October 31, 2020
V
bpo-42208: Add _Py_GetLocaleEncoding() (GH-23050)
Victor Stinner committed
October 27, 2020
V
bpo-42161: Modules/ uses _PyLong_GetZero() and _PyLong_GetOne() (GH-22998)
Victor Stinner committed
May 13, 2020
V
bpo-40521: Add PyInterpreterState.unicode (GH-20081)
Victor Stinner committed
April 15, 2020
V
bpo-40268: Remove unused structmember.h includes (GH-19530)
Victor Stinner committed
April 14, 2020
V
bpo-40268: Remove a few pycore_pystate.h includes (GH-19510)
Victor Stinner committed
V
bpo-40268: Rename _PyInterpreterState_GET_UNSAFE() (GH-19509)
Victor Stinner committed
April 13, 2020
V
bpo-40268: Add _PyInterpreterState_GetConfig() (GH-19492)
Victor Stinner committed
April 12, 2020
S
bpo-39943: Add the const qualifier to pointers on non-mutable PyBytes data. (GH-19472)
Serhiy Storchaka committed
April 11, 2020
S
bpo-39943: Add the const qualifier to pointers on non-mutable PyUnicode data. (GH-19345)
Serhiy Storchaka committed
March 4, 2020
A
bpo-39573: Finish converting to new Py_IS_TYPE() macro (GH-18601)
Andy Lester committed
February 12, 2020
A
closes bpo-39605: Fix some casts to not cast away const. (GH-18453)
Andy Lester committed
February 11, 2020
P
bpo-39245: Switch to public API for Vectorcall (GH-18460)
Petr Viktorin committed
February 7, 2020
V
bpo-39573: Use Py_TYPE() macro in Modules directory (GH-18393)
Victor Stinner committed
September 14, 2019
S
bpo-37206: Unrepresentable default values no longer represented as None. (GH-13933)
Serhiy Storchaka committed
September 1, 2019
S
bpo-15999: Clean up of handling boolean arguments. (GH-15610)
Serhiy Storchaka committed
August 29, 2019
S
bpo-37960: Silence only necessary errors in repr() of buffered and text streams. (GH-15543)
Serhiy Storchaka committed
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