summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Replace % with format() everywhere, and logging.warn() with warning().A. Jesse Jiryu Davis2013-03-275-23/+24
* coroutine wrapper for non generator functionsNikolay Kim2013-03-251-0/+30
* 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-233-139/+44
* code cleanupNikolay Kim2013-03-226-14/+31
* 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-222-166/+96
* http serverNikolay Kim2013-03-211-0/+242
* Implement transport/protocol pair for unix pipesAndrew Svetlov2013-03-202-0/+543
* Initial queues implementation (Fixes issue 7)A. Jesse Jiryu Davis2013-03-201-0/+370
* disallow all forms of nested runningNikolay Kim2013-03-201-0/+32
* run_until_complete accepts coroutineNikolay Kim2013-03-204-204/+153
* Tests should not have docstrings, they pollute the output.Guido van Rossum2013-03-203-12/+12
* timeout support for FutureNikolay Kim2013-03-203-21/+64
* http Response and Request helpersNikolay Kim2013-03-201-176/+638
* Suppress tracebacks from test server.Guido van Rossum2013-03-191-2/+6
* Handler renamed to HandleNikolay Kim2013-03-199-79/+110
* Fix events tests for WindowsNikolay Kim2013-03-141-2/+3
* Get rid of network interaction in testsAndrew Svetlov2013-03-193-53/+126
* Make python.org 302 test more robust.Guido van Rossum2013-03-181-1/+2
* Fix udp tests for WindowsNikolay Kim2013-03-141-6/+10
* move HttpClientProtocol.write_xxx methods to separate classNikolay Kim2013-03-131-0/+44
* basic udp supportNikolay Kim2013-03-133-40/+660
* http message helperNikolay Kim2013-03-131-0/+142
* StreamReader.line_count is not requiredNikolay Kim2013-03-131-16/+1
* http message payload related helpersNikolay Kim2013-03-132-1/+211
* read_headers helper for http protocolNikolay Kim2013-03-111-0/+61
* helper coroutines for http protocolNikolay Kim2013-03-111-0/+142
* 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
* winsocketpair testsNikolay Kim2013-03-061-0/+32
* Fix tests for Windows.Guido van Rossum2013-03-041-1/+1
* Move StreamReader to separate moduleNikolay Kim2013-02-251-29/+29
* Move http_client to submoduleNikolay Kim2013-02-251-23/+23
* tests moved to separate directoryNikolay Kim2013-02-2211-0/+4453