index
:
delta/cpython.git
2.0
2.1
2.2
2.3
2.4
2.5
2.6
2.7
3.0
3.1
3.2
3.3
3.4
3.5
3.6
baserock/2.7.9-mips64
baserock/markdoffman/py2-symlink
baserock/markdoffman/py2-symlink-v2
baserock/morph-2.7
legacy-trunk
master
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Modules
/
_io
/
winconsoleio.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge from 3.6
Steve Dower
2017-02-04
1
-12
/
+2
|
\
|
*
Merge issue #28164 and issue #29409
Steve Dower
2017-02-04
1
-20
/
+37
|
|
\
|
*
|
Use _PyObject_CallMethodIdObjArgs() in _io
Victor Stinner
2016-12-09
1
-3
/
+3
*
|
|
Adds precheck for console filename to fix Windows 7.
Steve Dower
2017-02-04
1
-1
/
+13
|
|
/
|
/
|
*
|
Issue #28164: Correctly handle special console filenames (patch by Eryk Sun)
Steve Dower
2017-02-04
1
-20
/
+47
|
/
*
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-19
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-30
1
-0
/
+1096