COMMITS
/ Modules/_io/bufferedio.c 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
February 8, 2022
October 26, 2021
B
Remove unused variables. (GH-29231)
Benjamin Peterson committed
October 12, 2021
V
bpo-45439: Move _PyObject_CallNoArgs() to pycore_call.h (GH-28895)
Victor Stinner committed
October 11, 2021
V
bpo-45439: Rename _PyObject_CallNoArg() to _PyObject_CallNoArgs() (GH-28891)
Victor Stinner committed
October 1, 2021
June 15, 2020
D
closes bpo-28557: error message for bad raw readinto (GH-7496)
David Szotten committed
April 15, 2020
V
bpo-40268: Remove unused structmember.h includes (GH-19530)
Victor Stinner committed
V
bpo-40268: Remove explicit pythread.h includes (#19529)
Victor Stinner committed
April 14, 2020
V
bpo-40268: Remove a few pycore_pystate.h includes (GH-19510)
Victor Stinner committed
March 25, 2020
V
bpo-39882: Add _Py_FatalErrorFormat() function (GH-19157)
Victor Stinner committed