COMMITS
/ Modules/_io/winconsoleio.c November 11, 2025
V
gh-141376: Fix exported symbols (GH-141377)
Victor Stinner committed
June 30, 2025
X
April 1, 2025
B
gh-111178: remove redundant casts for functions with correct signatures (#131673)
Bénédikt Tran committed
March 20, 2025
V
Fix Windows build warnings (#131487)
Victor Stinner committed
March 11, 2025
M
gh-131082: Add missing guards for WIN32_LEAN_AND_MEAN (#131044)
Max Bachmann committed
February 8, 2025
B
gh-111178: fix UBSan failures in `Modules/_io/*.c` (GH-129083)
Bénédikt Tran committed
November 27, 2024
S
gh-124008: Fix calculation of the number of written bytes for the Windows console (GH-124059)
Serhiy Storchaka committed
October 8, 2024
C
gh-90102: Remove isatty call during regular open (#124922)
Cody Maloney committed
March 18, 2024
January 10, 2024
V
gh-77046: os.pipe() sets _O_NOINHERIT flag on fds (#113817)
Victor Stinner committed
January 9, 2024
A
gh-66060: Use actual class name in _io type's __repr__ (#30824)
AN Long committed
October 20, 2023
T
gh-110913: Fix WindowsConsoleIO chunking of UTF-8 text (GH-111007)
Tamás Hegedűs committed
August 31, 2023
V
gh-106320: winconsoleio.c includes pycore_pyerrors.h (#108720)
Victor Stinner committed
August 26, 2023
S
gh-107913: Fix possible losses of OSError error codes (GH-107930)
Serhiy Storchaka committed
August 24, 2023
V
gh-108444: Replace _PyLong_AsInt() with PyLong_AsInt() (#108459)
Victor Stinner committed
July 25, 2023
V
gh-106869: Use new PyMemberDef constant names (#106871)
Victor Stinner committed
July 2, 2023
I
gh-104922: remove PY_SSIZE_T_CLEAN (#106315)
Inada Naoki committed
May 15, 2023
E
gh-101819: Isolate `_io` (#101948)
Erlend E. Aasland committed
May 11, 2023
E
gh-101819: Fix inverted debug preprocessor check in winconsoleio.c (#104388)
Erlend E. Aasland committed
E
gh-101819: Refactor `_io` futher in preparation for module isolation (#104369)
Erlend E. Aasland committed
May 10, 2023
E
gh-101819: Clean up _io windows console io after gh-104197 (#104354)
Erlend E. Aasland committed
May 7, 2023
E
gh-101819: Adapt _io.PyWindowsConsoleIO_Type to heap type (#104197)
Erlend E. Aasland committed
March 9, 2023
M
gh-102255: Improve build support for Windows API partitions (GH-102256)
Max Bachmann committed
February 24, 2023
I
February 15, 2023
E
gh-101819: Remove _PyWindowsConsoleIO_Type from the Windows DLL (GH-101904)
Erlend E. Aasland committed
January 17, 2023
P
gh-82052: Don't send partial UTF-8 sequences to the Windows API (GH-101103)
Paul Moore committed
December 3, 2022
S
bpo-15999: Accept arbitrary values for boolean parameters. (#15609)
Serhiy Storchaka committed
February 8, 2022
October 13, 2021
V
bpo-45434: Move _Py_BEGIN_SUPPRESS_IPH to pycore_fileutils.h (GH-28922)
Victor Stinner committed
April 23, 2021
S
bpo-30555: Fix WindowsConsoleIO fails in the presence of fd redirection (GH-1927)
Segev Finer committed
May 26, 2020
S
bpo-37999: No longer use __int__ in implicit integer conversions. (GH-15636)
Serhiy Storchaka committed
April 15, 2020
V
bpo-40268: Remove unused structmember.h includes (GH-19530)
Victor Stinner committed
July 19, 2019
Z
bpo-37547: Fix a compiler warning in winconsoleio.c (GH-14785)
Zackery Spytz committed
July 11, 2019
J
bpo-37547: add _PyObject_CallMethodOneArg (GH-14685)
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
March 13, 2019
S
bpo-36254: Fix invalid uses of %d in format strings in C. (GH-12264)
Serhiy Storchaka committed
December 7, 2018
Z
bpo-35436: Add missing PyErr_NoMemory() calls and other minor bug fixes. (GH-11015)
Zackery Spytz committed
November 21, 2018
V
bpo-35081: Add Include/internal/pycore_object.h (GH-10640)
Victor Stinner committed
October 31, 2018
S
bpo-33138: Change standard error message for non-pickleable and non-copyable types. (GH-6239)
Serhiy Storchaka committed
September 12, 2018
B
closes bpo-34646: Remove PyAPI_* macros from declarations. (GH-9218)
Benjamin Peterson committed
July 19, 2018
V
bpo-30237: Output error when ReadConsole is canceled by CancelSynchronousIo. (GH-7911)
ValeriyaSinevich committed
April 29, 2018
S
bpo-33012: Fix invalid function cast warnings with gcc 8 for METH_NOARGS. (GH-6030)
Siddhesh Poyarekar committed
February 24, 2018
S
bpo-31966: Fixed WindowsConsoleIO.write() for writing empty data. (GH-5754)
Serhiy Storchaka committed
November 8, 2017
V
Replace KB unit with KiB (#4293)
Victor Stinner committed
June 27, 2017
S
bpo-30708: Check for null characters in PyUnicode_AsWideCharString(). (#2285)
Serhiy Storchaka committed
June 8, 2017
V
bpo-30601: Fix a refleak in WindowsConsoleIO (#2003)
Victor Stinner committed
June 2, 2017
March 30, 2017
S
bpo-29852: Argument Clinic Py_ssize_t converter now supports None (#716)
Serhiy Storchaka committed
March 12, 2017
S
bpo-24037: Add Argument Clinic converter `bool(accept={int})`. (#485)
Serhiy Storchaka committed