summaryrefslogtreecommitdiffstats
path: root/Doc/library/asyncio-eventloops.rst
Commit message (Collapse)AuthorAgeFilesLines
* 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
|\ \ | |/ | | | | by Akira Li. (Merge 3.4->3.5)
| * Use sys.platform instead of os.name to detect Windows in asyncio docs. Patch ↵Guido van Rossum2015-11-021-3/+2
| | | | | | | | by Akira Li.
* | 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
| | | | | 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.
* 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