COMMITS
/ Modules/_io/bufferedio.c February 17, 2024
M
[3.12] gh-95782: Fix io.BufferedReader.tell() etc. being able to return offsets < 0 (GH-99709) (GH-115599)
Miss Islington (bot) committed
February 9, 2024
M
[3.12] gh-115059: Flush the underlying write buffer in io.BufferedRandom.read1() (GH-115163) (GH-115205)
Miss Islington (bot) 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
March 4, 2020
A
bpo-39573: Finish converting to new Py_IS_TYPE() macro (GH-18601)
Andy Lester committed
February 21, 2020
B
bpo-35950: Raise UnsupportedOperation in BufferedReader.truncate() (GH-18586)
Berker Peksag committed
February 11, 2020
P
bpo-39245: Switch to public API for Vectorcall (GH-18460)
Petr Viktorin committed
February 4, 2020
P
closes bpo-39510: Fix use-after-free in BufferedReader.readinto() (GH-18295)
Philipp Gesang 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
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
November 21, 2018
V
bpo-35081: Add Include/internal/pycore_object.h (GH-10640)
Victor Stinner committed
November 12, 2018
V
bpo-35081: Rename internal headers (GH-10275)
Victor Stinner committed
October 31, 2018
V
bpo-35081: Add pycore_ prefix to internal header files (GH-10263)
Victor Stinner committed
S
bpo-33138: Change standard error message for non-pickleable and non-copyable types. (GH-6239)
Serhiy Storchaka committed
August 2, 2018
J
bpo-34287: Do not use second argument of METH_NOARGS functions (GH-8582)
jdemeyer committed
January 28, 2018
N
bpo-32228: Reset raw_pos after unwinding the raw stream (#4858)
Nitish Chandra 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 13, 2017
A
bpo-17852: Revert incorrect fix based on misunderstanding of _Py_PyAtExit() semantics (#4826)
Antoine Pitrou committed
November 10, 2017
B
bpo-31976: Fix race condition when flushing a file is slow. (#4331)
benfogle committed
September 22, 2017
N
bpo-17852: Maintain a list of BufferedWriter objects. Flush them on exit. (#3372)
Neil Schemenauer committed
September 8, 2017
E
bpo-30860: Consolidate stateful runtime globals. (#3397)
Eric Snow committed
September 7, 2017
A
bpo-31370: Remove support for threads-less builds (#3385)
Antoine Pitrou committed