summaryrefslogtreecommitdiff
path: root/tests/events_test.py
Commit message (Expand)AuthorAgeFilesLines
* Don't skip polling even if the self-pipe is th eonly registered fdSa?l Ibarra Corretg?2013-03-241-2/+22
* Switch to BlockingIOError instead of errno checkingNikolay Kim2013-03-231-6/+2
* code cleanupNikolay Kim2013-03-221-0/+1
* better nameNikolay Kim2013-03-221-30/+37
* udp api refactoringNikolay Kim2013-03-221-129/+72
* Use tail recursion idiom for protocol callbacks, cleanup testsAndrew Svetlov2013-03-221-18/+0
* Implement transport/protocol pair for unix pipesAndrew Svetlov2013-03-201-0/+137
* disallow all forms of nested runningNikolay Kim2013-03-201-0/+32
* run_until_complete accepts coroutineNikolay Kim2013-03-201-31/+27
* timeout support for FutureNikolay Kim2013-03-201-20/+28
* Suppress tracebacks from test server.Guido van Rossum2013-03-191-2/+6
* Handler renamed to HandleNikolay Kim2013-03-191-35/+35
* Fix events tests for WindowsNikolay Kim2013-03-141-2/+3
* Get rid of network interaction in testsAndrew Svetlov2013-03-191-53/+97
* Make python.org 302 test more robust.Guido van Rossum2013-03-181-1/+2
* Fix udp tests for WindowsNikolay Kim2013-03-141-6/+10
* basic udp supportNikolay Kim2013-03-131-16/+307
* proactor socket transport optimizationNikolay Kim2013-03-081-2/+0
* Added Handler.runSa?l Ibarra Corretg?2013-03-081-0/+17
* Avoid using event_loop._socketpair in testsSa?l Ibarra Corretg?2013-03-071-6/+6
* Fix tests for Windows.Guido van Rossum2013-03-041-1/+1
* tests moved to separate directoryNikolay Kim2013-02-221-0/+897