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
*
bpo-35436: Add missing PyErr_NoMemory() calls and other minor bug fixes. (GH-...
Zackery Spytz
2018-12-07
1
-2/+4
*
bpo-30237: Output error when ReadConsole is canceled by CancelSynchronousIo. ...
Miss Islington (bot)
2018-07-29
1
-1/+5
*
bpo-31966: Fixed WindowsConsoleIO.write() for writing empty data. (GH-5754)
Miss Islington (bot)
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