summaryrefslogtreecommitdiff
path: root/tests/test_windows_events.py
Commit message (Expand)AuthorAgeFilesLines
* Python issue #23293: Rewrite IocpProactor.connect_pipe() as a coroutineVictor Stinner2015-01-261-0/+13
* Tulip issue 184: Fix test_pipe() on WindowsVictor Stinner2015-01-131-1/+2
* IocpProactor.wait_for_handle() test now also checks the result of the futureVictor Stinner2014-12-191-2/+6
* Removed duplicated words in in comments and docs. Patch written by SerhiyVictor Stinner2014-12-041-1/+1
* tests: rename "f" to "fut"Victor Stinner2014-07-251-13/+13
* Tulip issue #195: Don't call UnregisterWait() twice if a _WaitHandleFuture isVictor Stinner2014-07-251-1/+11
* tests: relax timings for slow buildbotsVictor Stinner2014-07-241-4/+4
* Fix pyflakes errorsVictor Stinner2014-06-181-0/+1
* Refactor tests: add a base TestCase classVictor Stinner2014-06-181-6/+2
* Fix pyflakes warnings: remove unused variables and importsVictor Stinner2014-02-261-2/+1
* Adjust unit tests regarding timings: tolerate slow buildbots, add a test on theVictor Stinner2014-02-041-1/+1
* Unit tests use the main asyncio module instead of submodules like eventsVictor Stinner2014-01-241-15/+10
* Fix ResourceWarning in test_windows_events:Victor Stinner2014-01-111-0/+1
* Relax some more timeouts.Guido van Rossum2013-12-181-2/+2
* From CPython: relax a timeout.Guido van Rossum2013-11-221-1/+1
* Satisfy (most) pep8 whitespace requirements.Guido van Rossum2013-11-011-1/+1
* Do not attempt to import _winapi on UNIX.Guido van Rossum2013-10-291-1/+2
* Make the IOCP proactor support "waitable" handles.Richard Oudkerk2013-10-251-0/+39
* Make various asyncio test files individually runnable.Guido van Rossum2013-10-201-0/+4
* 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/+91