summaryrefslogtreecommitdiff
path: root/tests/test_windows_utils.py
Commit message (Expand)AuthorAgeFilesLines
* Reuse socket.socketpair() on Windows if availableVictor Stinner2014-10-141-0/+4
* Fix tests on Windows: wait for the subprocess exitVictor Stinner2014-06-041-0/+2
* Make sure that socketpair() close sockets on errorVictor Stinner2014-06-041-0/+9
* Issue #159: Fix windows_utils.socketpair()Victor Stinner2014-03-051-4/+23
* Replace "unittest.mock" with "mock" in unit testsVictor Stinner2014-02-261-2/+2
* Increase timeout in test_popen() for buildbots.Guido van Rossum2013-11-151-1/+2
* Tweak import of _overlapped and add instructions README (mostly for myself :-).Guido van Rossum2013-10-291-5/+1
* Make various asyncio test files individually runnable.Guido van Rossum2013-10-201-0/+4
* MergeGuido van Rossum2013-10-171-1/+5
* Skip windows tests using unittest.SkipTest().Guido van Rossum2013-10-161-0/+4
* Rename tests from foo_test.py to test_foo.py, to match stdlib preference.Guido van Rossum2013-10-141-0/+132