Yury Selivanov
|
abae67ebc2
|
Add asyncio.get_running_loop() function. (#4782)
|
2017-12-11 10:07:44 -05:00 |
Pablo Galindo
|
77106b2c21
|
bpo-32114: Updated the documentation for get_event_loop to reflect the policy change (#4510)
|
2017-12-10 12:34:59 -05:00 |
Antoine Pitrou
|
4135c89395
|
bpo-31950: Improve event loop policy doc (#4306)
|
2017-11-07 10:26:32 +01:00 |
lf
|
627d2c8e8d
|
Add the link to asyncio source code in the docs (GH-2373)
|
2017-07-25 16:03:51 -07:00 |
Guido van Rossum
|
f68afd8544
|
Issue #27700: Document AbstractEventLoop, not BaseEventLoop.
|
2016-08-08 09:41:21 -07:00 |
Georg Brandl
|
5d94134040
|
Closes #25910: fix dead and permanently redirected links in the docs. Thanks to SilentGhost for the patch.
|
2016-02-26 19:37:12 +01:00 |
Zachary Ware
|
ee1a0e4b8c
|
Issue #25767: Merge with 3.4
|
2015-11-30 22:57:01 -06:00 |
Zachary Ware
|
992bfe093e
|
Issue #25767: Link to English Wikipedia instead of French.
|
2015-11-30 22:56:17 -06:00 |
Guido van Rossum
|
26825bcb8d
|
Use sys.platform instead of os.name to detect Windows in asyncio docs. Patch by Akira Li. (Merge 3.4->3.5)
|
2015-11-02 09:16:37 -08:00 |
Guido van Rossum
|
8778c6b77e
|
Use sys.platform instead of os.name to detect Windows in asyncio docs. Patch by Akira Li.
|
2015-11-02 09:15:47 -08:00 |
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 |