summaryrefslogtreecommitdiffstats
path: root/Lib/test/win_console_handler.py
Commit message (Collapse)AuthorAgeFilesLines
* Fixed typo in comment.Hirokazu Yamamoto2010-12-091-1/+1
|
* Issue #9978: Wait until subprocess completes initialization. (Win32KillTests ↵Hirokazu Yamamoto2010-10-081-0/+6
| | | | in test_os)
* Fix #9978. WINFUNCTYPE is from ctypes, not from ctypes.wintypes.Brian Curtin2010-09-291-2/+2
| | | | | r85073 changed the importing in wintypes to not use *, so the previous usage here became even more incorrect.
* Port #1220212 (os.kill for Win32) to py3k.Brian Curtin2010-04-121-0/+43