COMMITS
/ Modules/_io/textio.c June 19, 2024
M
[3.12] gh-119506: fix `_io.TextIOWrapper.write()` write during flush (GH-119507) (#119965)
Miss Islington (bot) committed
January 8, 2024
M
[3.12] gh-80109: Fix io.TextIOWrapper dropping the internal buffer during write() (GH-22535) (GH-113808)
Miss Islington (bot) committed
November 15, 2023
V
[3.12] gh-111942: Fix SystemError in the TextIOWrapper constructor (GH-112061) (GH-112089)
Victor Stinner committed
November 14, 2023
M
[3.12] gh-111942: Fix crashes in TextIOWrapper.reconfigure() (GH-111976) (GH-112058)
Miss Islington (bot) committed
August 27, 2023
E
[3.12] gh-107801: Document io.TextIOWrapper.tell (#108265) (#108547)
Erlend E. Aasland committed
August 22, 2023
E
[3.12] gh-107801: Improve the accuracy of io.TextIOWrapper.seek docs (#107933) (#108262)
Erlend E. Aasland committed
May 16, 2023
K
GH-104510: Fix refleaks in `_io` base types (#104516)
Kumar Aditya committed
May 15, 2023
E
gh-101819: Fix _io clinic input for unused base class method stubs (#104418)
Erlend E. Aasland committed
E
gh-101819: Isolate `_io` (#101948)
Erlend E. Aasland committed
May 11, 2023
E
gh-101819: Refactor `_io` futher in preparation for module isolation (#104369)
Erlend E. Aasland committed
E
gh-101819: Adapt _io.TextIOBase methods to Argument Clinic (#104383)
Erlend E. Aasland committed
May 7, 2023
E
gh-101819: Port _io.PyIncrementalNewlineDecoder_Type to heap type (#104249)
Erlend E. Aasland committed
May 5, 2023
V
gh-101819: Prepare to modernize the _io extension (#104178)
Victor Stinner committed
February 24, 2023
I
February 20, 2023
E
gh-101819: Adapt _io types to heap types, batch 1 (GH-101949)
Erlend E. Aasland committed
February 9, 2023
P
GH-101228: Fix typo in docstring for read method of `_io.TextIOWrapper` class (#101227)
Partha P. Mukherjee committed
December 3, 2022
S
bpo-15999: Accept arbitrary values for boolean parameters. (#15609)
Serhiy Storchaka committed
November 28, 2022
Z
bpo-31718: Fix io.IncrementalNewlineDecoder SystemErrors and segfaults (#18640)
Zackery Spytz committed
November 22, 2022
V
gh-99537: Use Py_SETREF() function in C code (#99656)
Victor Stinner committed
November 14, 2022
V
gh-99300: Use Py_NewRef() in Modules/ directory (#99467)
Victor Stinner committed
July 20, 2022
K
GH-90699: fix ref counting of static immortal strings (gh-94850)
Kumar Aditya committed
July 18, 2022
K
GH-94857: fix test_io refleak (GH-94858)
Kumar Aditya committed
June 22, 2022
F
Fix typo in _io.TextIOWrapper Clinic input (#94037)
fikotta 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