Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython3
/
019f0a0cb85ebc234356415f3638b9bd77528e55
/
Modules
/
_io
/
winconsoleio.c
ce75df3
bpo-30237: Output error when ReadConsole is canceled by CancelSynchronousIo. (GH-7911)
by ValeriyaSinevich
· 7 years ago
55edd0c
bpo-33012: Fix invalid function cast warnings with gcc 8 for METH_NOARGS. (GH-6030)
by Siddhesh Poyarekar
· 7 years ago
42c35d9
bpo-31966: Fixed WindowsConsoleIO.write() for writing empty data. (GH-5754)
by Serhiy Storchaka
· 7 years ago
8c663fd
Replace KB unit with KiB (#4293)
by Victor Stinner
· 8 years ago
e613e6a
bpo-30708: Check for null characters in PyUnicode_AsWideCharString(). (#2285)
by Serhiy Storchaka
· 8 years ago
29adc13
bpo-30601: Fix a refleak in WindowsConsoleIO (#2003)
by Victor Stinner
· 8 years ago
523776c
bpo-30544: _io._WindowsConsoleIO.write raises the wrong error when WriteConsoleW fails (#1912)
by Segev Finer
· 8 years ago
762bf40
bpo-29852: Argument Clinic Py_ssize_t converter now supports None (#716)
by Serhiy Storchaka
· 8 years ago
202fda5
bpo-24037: Add Argument Clinic converter `bool(accept={int})`. (#485)
by Serhiy Storchaka
· 8 years ago
8c67fdd
Merge from 3.6
by Steve Dower
· 9 years ago
a7e1648
Adds precheck for console filename to fix Windows 7.
by Steve Dower
· 9 years ago
43fec9b
Merge issue #28164 and issue #29409
by Steve Dower
· 9 years ago
722e3e2
Issue #28164: Correctly handle special console filenames (patch by Eryk Sun)
by Steve Dower
· 9 years ago
61bdb0d
Use _PyObject_CallMethodIdObjArgs() in _io
by Victor Stinner
· 9 years ago
3b73ea1
Issue #28701: Replace PyUnicode_CompareWithASCIIString with _PyUnicode_EqualToASCIIString.
by Serhiy Storchaka
· 9 years ago
c6f9b2b
Issue #28162: Fixes Ctrl+Z handling in console readall()
by Steve Dower
· 9 years ago
312cef7
Issue #28217: Adds _testconsole module to test console input. Fixes some issues found by the tests.
by Steve Dower
· 9 years ago
e2e792d
merge 3.5 (#28184)
by Benjamin Peterson
· 9 years ago
27f26ad
Issue #28161: Opening CON for write access fails
by Steve Dower
· 9 years ago
3929499
Issue #1602: Windows console doesn't input or print Unicode (PEP 528)
by Steve Dower
· 9 years ago