COMMITS
/ Modules/_io/winconsoleio.c 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
February 5, 2017
S
Merge from 3.6
Steve Dower committed
S
Adds precheck for console filename to fix Windows 7.
Steve Dower committed
February 4, 2017
S
Merge issue #28164 and issue #29409
Steve Dower committed
S
Issue #28164: Correctly handle special console filenames (patch by Eryk Sun)
Steve Dower committed
December 9, 2016
V
Use _PyObject_CallMethodIdObjArgs() in _io
Victor Stinner committed
November 16, 2016
S
Issue #28701: Replace PyUnicode_CompareWithASCIIString with _PyUnicode_EqualToASCIIString.
Serhiy Storchaka committed
October 8, 2016
S
Issue #28162: Fixes Ctrl+Z handling in console readall()
Steve Dower committed
October 3, 2016
September 20, 2016
B
merge 3.5 (#28184)
Benjamin Peterson committed
September 17, 2016
S
Issue #28161: Opening CON for write access fails
Steve Dower committed
August 31, 2016
S
Issue #1602: Windows console doesn't input or print Unicode (PEP 528)
Steve Dower committed