Guido van Rossum
|
21c85a7124
|
asyncio: Add server_hostname as create_connection() argument, with secure default.
|
2013-11-01 14:16:54 -07:00 |
Guido van Rossum
|
3317a13253
|
asyncio: Pause accepting whenever accept() returns certain errors. Fixes asyncio issue #78.
|
2013-11-01 14:12:50 -07:00 |
Antoine Pitrou
|
7d61800489
|
Skip one asyncio test when IPv6 isn't supported (Windows buildbots)
|
2013-10-20 21:45:29 +02:00 |
Antoine Pitrou
|
cb1fe98f76
|
Make various asyncio test files individually runnable
|
2013-10-20 21:02:53 +02:00 |
Guido van Rossum
|
051a331488
|
Relax some asyncio test timeouts (http://bugs.python.org/issue19285).
|
2013-10-18 15:15:56 -07:00 |
Guido van Rossum
|
fc29e0f37e
|
Rename the logger to plain "logger".
|
2013-10-17 15:39:45 -07:00 |
Guido van Rossum
|
27b7c7ebf1
|
Initial checkin of asyncio package (== Tulip, == PEP 3156).
|
2013-10-17 13:40:50 -07:00 |