index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Modules
/
_io
/
winconsoleio.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
gh-110913: Fix WindowsConsoleIO chunking of UTF-8 text (GH-111007)
Tamás Hegedűs
2023-10-20
1
-16/+20
*
gh-106320: winconsoleio.c includes pycore_pyerrors.h (#108720)
Victor Stinner
2023-08-31
1
-0/+1
*
gh-107913: Fix possible losses of OSError error codes (GH-107930)
Serhiy Storchaka
2023-08-26
1
-1/+1
*
gh-108444: Replace _PyLong_AsInt() with PyLong_AsInt() (#108459)
Victor Stinner
2023-08-24
1
-1/+1
*
gh-106869: Use new PyMemberDef constant names (#106871)
Victor Stinner
2023-07-25
1
-5/+5
*
gh-104922: remove PY_SSIZE_T_CLEAN (#106315)
Inada Naoki
2023-07-02
1
-1/+0
*
gh-101819: Isolate `_io` (#101948)
Erlend E. Aasland
2023-05-15
1
-1/+1
*
gh-101819: Fix inverted debug preprocessor check in winconsoleio.c (#104388)
Erlend E. Aasland
2023-05-11
1
-1/+1
*
gh-101819: Refactor `_io` futher in preparation for module isolation (#104369)
Erlend E. Aasland
2023-05-11
1
-23/+37
*
gh-101819: Clean up _io windows console io after gh-104197 (#104354)
Erlend E. Aasland
2023-05-10
1
-1/+1
*
gh-101819: Adapt _io.PyWindowsConsoleIO_Type to heap type (#104197)
Erlend E. Aasland
2023-05-07
1
-56/+35
*
gh-102255: Improve build support for Windows API partitions (GH-102256)
Max Bachmann
2023-03-09
1
-2/+4
*
gh-102192: Replace PyErr_Fetch/Restore etc by more efficient alternatives (in...
Irit Katriel
2023-02-24
1
-6/+9
*
gh-101819: Remove _PyWindowsConsoleIO_Type from the Windows DLL (GH-101904)
Erlend E. Aasland
2023-02-15
1
-3/+1
*
gh-82052: Don't send partial UTF-8 sequences to the Windows API (GH-101103)
Paul Moore
2023-01-17
1
-1/+16
*
bpo-15999: Accept arbitrary values for boolean parameters. (#15609)
Serhiy Storchaka
2022-12-03
1
-2/+2
*
bpo-46541: Replace core use of _Py_IDENTIFIER() with statically initialized g...
Eric Snow
2022-02-08
1
-6/+3
*
bpo-45434: Move _Py_BEGIN_SUPPRESS_IPH to pycore_fileutils.h (GH-28922)
Victor Stinner
2021-10-13
1
-1/+2
*
bpo-30555: Fix WindowsConsoleIO fails in the presence of fd redirection (GH-1...
Segev Finer
2021-04-23
1
-65/+68
*
bpo-37999: No longer use __int__ in implicit integer conversions. (GH-15636)
Serhiy Storchaka
2020-05-26
1
-6/+0
*
bpo-40268: Remove unused structmember.h includes (GH-19530)
Victor Stinner
2020-04-15
1
-1/+1
*
bpo-37547: Fix a compiler warning in winconsoleio.c (GH-14785)
Zackery Spytz
2019-07-19
1
-1/+1
*
bpo-37547: add _PyObject_CallMethodOneArg (GH-14685)
Jeroen Demeyer
2019-07-11
1
-2/+2
*
bpo-36974: tp_print -> tp_vectorcall_offset and tp_reserved -> tp_as_async (G...
Jeroen Demeyer
2019-05-31
1
-2/+2
*
bpo-32388: Remove cross-version binary compatibility requirement in tp_flags ...
Antoine Pitrou
2019-05-29
1
-1/+1
*
bpo-36254: Fix invalid uses of %d in format strings in C. (GH-12264)
Serhiy Storchaka
2019-03-13
1
-1/+1
*
bpo-35436: Add missing PyErr_NoMemory() calls and other minor bug fixes. (GH-...
Zackery Spytz
2018-12-07
1
-2/+4
*
bpo-35081: Add Include/internal/pycore_object.h (GH-10640)
Victor Stinner
2018-11-21
1
-1/+2
*
bpo-33138: Change standard error message for non-pickleable and non-copyable ...
Serhiy Storchaka
2018-10-31
1
-9/+0
*
closes bpo-34646: Remove PyAPI_* macros from declarations. (GH-9218)
Benjamin Peterson
2018-09-12
1
-1/+1
*
bpo-30237: Output error when ReadConsole is canceled by CancelSynchronousIo. ...
ValeriyaSinevich
2018-07-19
1
-1/+5
*
bpo-33012: Fix invalid function cast warnings with gcc 8 for METH_NOARGS. (GH...
Siddhesh Poyarekar
2018-04-29
1
-1/+1
*
bpo-31966: Fixed WindowsConsoleIO.write() for writing empty data. (GH-5754)
Serhiy Storchaka
2018-02-24
1
-0/+3
*
Replace KB unit with KiB (#4293)
Victor Stinner
2017-11-08
1
-1/+1
*
bpo-30708: Check for null characters in PyUnicode_AsWideCharString(). (#2285)
Serhiy Storchaka
2017-06-27
1
-8/+1
*
bpo-30601: Fix a refleak in WindowsConsoleIO (#2003)
Victor Stinner
2017-06-08
1
-3/+2
*
bpo-30544: _io._WindowsConsoleIO.write raises the wrong error when WriteConso...
Segev Finer
2017-06-02
1
-1/+1
*
bpo-29852: Argument Clinic Py_ssize_t converter now supports None (#716)
Serhiy Storchaka
2017-03-30
1
-9/+2
*
bpo-24037: Add Argument Clinic converter `bool(accept={int})`. (#485)
Serhiy Storchaka
2017-03-12
1
-2/+2
*
Merge from 3.6
Steve Dower
2017-02-05
1
-1/+13
|
\
|
*
Adds precheck for console filename to fix Windows 7.
Steve Dower
2017-02-05
1
-1/+13
*
|
Merge issue #28164 and issue #29409
Steve Dower
2017-02-04
1
-20/+37
|
\
\
|
|
/
|
*
Issue #28164: Correctly handle special console filenames (patch by Eryk Sun)
Steve Dower
2017-02-04
1
-20/+47
*
|
Use _PyObject_CallMethodIdObjArgs() in _io
Victor Stinner
2016-12-09
1
-3/+3
|
/
*
Issue #28701: Replace PyUnicode_CompareWithASCIIString with _PyUnicode_EqualT...
Serhiy Storchaka
2016-11-16
1
-3/+3
*
Issue #28162: Fixes Ctrl+Z handling in console readall()
Steve Dower
2016-10-08
1
-20/+29
*
Issue #28217: Adds _testconsole module to test console input. Fixes some issu...
Steve Dower
2016-10-03
1
-11/+43
*
merge 3.5 (#28184)
Benjamin Peterson
2016-09-20
1
-6/+6
*
Issue #28161: Opening CON for write access fails
Steve Dower
2016-09-17
1
-14/+31
*
Issue #1602: Windows console doesn't input or print Unicode (PEP 528)
Steve Dower
2016-08-31
1
-0/+1096