Victor Stinner
|
4ec042278f
|
Issue #22560, asyncio doc: ProactorEventLoop now supports SSL!
|
2015-01-14 00:30:22 +01:00 |
Victor Stinner
|
7eb10311be
|
asyncio: SelectSelector is limited to 512 sockets on Windows
|
2015-01-09 15:59:44 +01:00 |
Victor Stinner
|
1deee54e0c
|
asyncio doc: reformat event loop policy doc
|
2014-11-28 13:58:28 +01:00 |
Victor Stinner
|
33f6abe4ae
|
asyncio doc: reformat create_server() doc
Fix also the reate_unix_connection() doc: the method is not support on Windows,
not need to mention that ssl is not support with ProactorEventLoop.
|
2014-10-12 20:36:04 +02:00 |
Victor Stinner
|
41f3c3f226
|
Closes #22275: asyncio: enhance documentation of OS support
|
2014-08-31 14:47:37 +02:00 |
Victor Stinner
|
778015b3bc
|
asyncio: enhance documentation of platform support
|
2014-07-11 12:13:39 +02:00 |
Victor Stinner
|
aea82293be
|
Issue #21680: Document asyncio event loops
|
2014-07-08 23:42:38 +02:00 |