summaryrefslogtreecommitdiff
path: root/Doc/library/asyncio-eventloops.rst
Commit message (Expand)AuthorAgeFilesLines
* Issue #27700: Document AbstractEventLoop, not BaseEventLoop.Guido van Rossum2016-08-081-14/+14
* Closes #25910: fix dead and permanently redirected links in the docs. Thanks ...Georg Brandl2016-02-261-3/+3
* Issue #25767: Merge with 3.4Zachary Ware2015-11-301-2/+4
|\
| * Use sys.platform instead of os.name to detect Windows in asyncio docs. Patch ...Guido van Rossum2015-11-021-3/+2
| |\
| * | Issue #22560, asyncio doc: ProactorEventLoop now supports SSL!Victor Stinner2015-01-141-2/+4
* | | Issue #25767: Link to English Wikipedia instead of French.Zachary Ware2015-11-301-1/+1
| |/ |/|
* | Use sys.platform instead of os.name to detect Windows in asyncio docs. Patch ...Guido van Rossum2015-11-021-3/+2
|/
* asyncio: SelectSelector is limited to 512 sockets on WindowsVictor Stinner2015-01-091-1/+2
* asyncio doc: reformat event loop policy docVictor Stinner2014-11-281-8/+18
* asyncio doc: reformat create_server() docVictor Stinner2014-10-121-1/+1
* Closes #22275: asyncio: enhance documentation of OS supportVictor Stinner2014-08-311-3/+5
* asyncio: enhance documentation of platform supportVictor Stinner2014-07-111-9/+19
* Issue #21680: Document asyncio event loopsVictor Stinner2014-07-081-0/+176