COMMITS
/ Modules/_io/bufferedio.c February 2, 2026
R
gh-144380: Fix incorrect type check in `buffered_iternext()` (#144381)
Ruiyang Ke committed
January 19, 2026
Y
gh-143689: Fix BufferedReader.read1 leaving object in reentrant state on error (#143690)
Yongtao Huang committed
November 11, 2025
V
gh-141376: Fix exported symbols (GH-141377)
Victor Stinner committed
November 5, 2025
S
gh-140650: Fix write(), flush() and close() methods of io.BufferedWriter (GH-140653)
Sachin Shah committed
September 18, 2025
V
gh-129813, PEP 782: Use PyBytesWriter in bufferedio.c (#139121)
Victor Stinner committed
C
gh-138720: Make Buffered closed check match flush (GH-138724)
Cody Maloney committed
September 15, 2025
V
gh-129813, PEP 782: Use PyBytesWriter in bufferedio.c (#138954)
Victor Stinner committed
August 18, 2025
A
GH-137623: Use an AC decorator for docstring line length enforcement (#137690)
Adam Turner committed
June 30, 2025
X
May 4, 2025
S
gh-122559: Synchronize C and Python implementation of the io module about pickling (GH-122628)
Serhiy Storchaka committed
March 19, 2025
V
gh-111178: Fix function signatures for test_iter (#131456)
Victor Stinner committed
March 17, 2025
M
GH-131238: More refactoring of core header files (GH-131351)
Mark Shannon committed
March 13, 2025
V
gh-111178: Fix function signatures in misc files (#131180)
Victor Stinner committed
March 11, 2025
V
gh-111178: Change Argument Clinic signature for METH_O (#130682)
Victor Stinner committed
February 8, 2025
B
gh-111178: fix UBSan failures in `Modules/_io/*.c` (GH-129083)
Bénédikt Tran committed
August 30, 2024
V
gh-121645: Add PyBytes_Join() function (#121646)
Victor Stinner committed
July 25, 2024
M
gh-121489: Export private _PyBytes_Join() again (#122267)
Marc Mueller committed
April 23, 2024
April 12, 2024
S
gh-117764: Add signatures for __reduce__ and __reduce_ex__ in the _io module (GH-117773)
Serhiy Storchaka committed
February 17, 2024
February 9, 2024
S
gh-115059: Flush the underlying write buffer in io.BufferedRandom.read1() (GH-115163)
Serhiy Storchaka committed
December 13, 2023
D
gh-112205: Support `@setter` annotation from AC (gh-112922)
Donghee Na committed
November 30, 2023
D
gh-112205: Support @getter annotation from AC (gh-112396)
Donghee Na committed
November 22, 2023
M
November 19, 2023
D
gh-111903: Update AC to support "pycore_critical_section.h" header (gh-112251)
Donghee Na committed
November 14, 2023
S
gh-111903: Add `@critical_section` directive to Argument Clinic. (#111904)
Sam Gross committed
September 23, 2023
S
gh-109611: Add convenient C API function _PyFile_Flush() (GH-109612)
Serhiy Storchaka committed
July 25, 2023
V
gh-106869: Use new PyMemberDef constant names (#106871)
Victor Stinner committed
July 23, 2023
V
gh-106320: Remove _PyBytes_Join() C API (#107144)
Victor Stinner committed
July 12, 2023
S
gh-106521: Remove _PyObject_LookupAttr() function (GH-106642)
Serhiy Storchaka committed
July 4, 2023
V
gh-106320: Remove private pylifecycle.h functions (#106400)
Victor Stinner committed
July 3, 2023
V
gh-106320: Remove private _PyErr C API functions (#106356)
Victor Stinner committed
July 2, 2023
V
gh-106320: Use _PyInterpreterState_GET() (#106336)
Victor Stinner committed
I
gh-104922: remove PY_SSIZE_T_CLEAN (#106315)
Inada Naoki committed
May 16, 2023
K
GH-104510: Fix refleaks in `_io` base types (#104516)
Kumar Aditya committed
May 15, 2023
E
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: Adapt _io._Buffered* methods to Argument Clinic (#104367)
Erlend E. Aasland committed
May 10, 2023
E
gh-101819: Adapt _io._BufferedIOBase_Type methods to Argument Clinic (#104355)
Erlend E. Aasland committed
May 9, 2023
E
gh-101819: Refactor _io in preparation for module isolation (#104334)
Erlend E. Aasland committed
May 5, 2023
V
gh-101819: Prepare to modernize the _io extension (#104178)
Victor Stinner committed
March 8, 2023
J
gh-102507 Remove invisible pagebreak characters (#102531)
JosephSBoyle 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
December 7, 2022
E
gh-81057: Move More Globals to _PyRuntimeState (gh-100092)
Eric Snow committed
November 30, 2022
V
gh-99845: Use size_t type in __sizeof__() methods (#99846)
Victor Stinner committed
November 14, 2022
V
gh-99300: Use Py_NewRef() in Modules/ directory (#99467)
Victor Stinner committed
June 20, 2022
C
gh-84461: Silence some compiler warnings on WASM (GH-93978)
Christian Heimes committed
February 23, 2022