summaryrefslogtreecommitdiffstats
path: root/Doc/library/asyncio-eventloops.rst
Commit message (Expand)AuthorAgeFilesLines
* bpo-33649: First asyncio docs improvement pass (GH-9142)Yury Selivanov2018-09-111-244/+0
* bpo-30935: update get_event_loop docs (GH-2731)Mandeep Singh2018-05-291-1/+4
* Add asyncio.get_running_loop() function. (#4782)Yury Selivanov2017-12-111-0/+7
* bpo-32114: Updated the documentation for get_event_loop to reflect the policy...Pablo Galindo2017-12-101-4/+9
* bpo-31950: Improve event loop policy doc (#4306)Antoine Pitrou2017-11-071-3/+30
* Add the link to asyncio source code in the docs (GH-2373)lf2017-07-251-0/+2
* 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-12-011-1/+1
|\
| * Issue #25767: Link to English Wikipedia instead of French.Zachary Ware2015-12-011-1/+1
* | Use sys.platform instead of os.name to detect Windows in asyncio docs. Patch ...Guido van Rossum2015-11-021-3/+2
|\ \ | |/
| * 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-131-2/+4
|/
* 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