summaryrefslogtreecommitdiff
path: root/Doc/library/asyncio.rst
Commit message (Expand)AuthorAgeFilesLines
* docs: Add asyncio source code links (GH-16640)Kyle Stanley2019-10-101-1/+4
* bpo-33649: Add a high-level section about Futures; few quick fixes (GH-9403)Yury Selivanov2018-09-181-0/+1
* bpo-33649: Fix markup; add another note that asyncio.run is 3.7+ (GH-9389)Yury Selivanov2018-09-181-1/+1
* bpo-33649: A copy-editing pass on asyncio documentation (GH-9376)Elvis Pranskevichus2018-09-171-2/+3
* bpo-33649: Add a hello world example to asyncio.rst (GH-9374)Yury Selivanov2018-09-171-0/+13
* bpo-33649: Add low-level APIs index. (GH-9364)Yury Selivanov2018-09-171-7/+7
* bpo-33649: Fix asyncio-dev (GH-9324)Yury Selivanov2018-09-141-10/+3
* bpo-33649: Add high-level APIs cheat-sheet (GH-9319)Yury Selivanov2018-09-141-2/+3
* bpo-33649: Refresh asyncio docs landing page (GH-9322)Yury Selivanov2018-09-141-28/+31
* bpo-33649: Refresh Tasks and Futures pages (#9314)Yury Selivanov2018-09-141-18/+31
* bpo-33649: First asyncio docs improvement pass (GH-9142)Yury Selivanov2018-09-111-1/+3
* docs: asyncio is no longer provisionalYury Selivanov2016-12-151-7/+0
* Fixed double hyphens that are rendered to literal en-dashes in the documenation.Serhiy Storchaka2016-12-041-2/+2
* Issue #22558: Add remaining doc links to source code for Python-coded modules.Terry Jan Reedy2016-06-111-4/+4
* Make asyncio provisionalYury Selivanov2015-08-311-0/+7
* Remove warning about asyncio being provisional (it's not in 3.5 and up).Guido van Rossum2015-08-021-7/+0
* asyncio doc: begin with warnings on asyncio trapsVictor Stinner2015-02-251-0/+5
* asyncio doc: move queues to a new pageVictor Stinner2015-02-251-0/+1
* Fixing broken links in doc, part 4: some more breaks and redirectsGeorg Brandl2014-10-291-1/+1
* Issue #22346: also include asyncio PEP 411 notice in 3.4Nick Coghlan2014-09-061-0/+7
* Asyncio doc fixes: spelling, grammar, duplication.Terry Jan Reedy2014-07-241-2/+2
* Issue #21680: Document asyncio event loopsVictor Stinner2014-07-081-0/+1
* Various formatting & grammar fixes in asyncio* docs.Eli Bendersky2014-02-091-1/+1
* Spelling corrections. Submitted to python-dev by python@mrabarnett.plus.comBrian Curtin2014-02-081-1/+1
* asyncio: document the new asyncio.subprocess moduleVictor Stinner2014-02-021-0/+1
* asyncio doc: add "asyncio-" prefix to referencesVictor Stinner2014-02-021-3/+3
* asyncio doc: Move streams to their own dedicated pageVictor Stinner2014-01-231-0/+1
* asyncio: add a new "Develop with asyncio" section to the documentationVictor Stinner2014-01-161-0/+1
* Fix minor markup bug: sub-toctrees should not have :numbered:Georg Brandl2014-01-111-1/+0
* asyncio doc: oh, asyncio module has its own Future classVictor Stinner2013-12-031-2/+2
* ayncio: replace the disclamer with a seealso sectionVictor Stinner2013-12-031-9/+6
* Split asyncio documentation into subfilesVictor Stinner2013-12-031-1555/+8
* asyncio doc: change level of titlesVictor Stinner2013-12-031-115/+109
* asyncio doc: reorder sectionsVictor Stinner2013-12-031-428/+428
* asyncio: document wait() functionVictor Stinner2013-12-031-0/+42
* asyncio docVictor Stinner2013-12-031-7/+35
* asyncio: sort some methodsVictor Stinner2013-12-021-76/+84
* asyncio doc: group transport method by classesVictor Stinner2013-12-021-94/+113
* asyncio: more documentationVictor Stinner2013-12-021-19/+83
* asyncio: document network functions, and stream reader/writerVictor Stinner2013-12-021-1/+152
* asyncio: document locksVictor Stinner2013-12-021-0/+216
* asyncio: document Queue classesVictor Stinner2013-12-021-0/+108
* Document Task class and task functionsVictor Stinner2013-12-021-0/+200
* asyncio: cleanup docVictor Stinner2013-12-021-26/+40
* Issue #19833: Document more asyncio.BaseEventLoop methodsVictor Stinner2013-12-021-2/+143
* Issue #19833: add 2 examples to asyncio doc (hello world)Victor Stinner2013-12-021-0/+36
* Issue #19833: asyncio doc: add class name to methodsVictor Stinner2013-12-021-34/+34
* Document create_connectionAntoine Pitrou2013-11-231-0/+71
* Start documenting the event loopAntoine Pitrou2013-11-231-0/+57
* Document asyncio transport APIsAntoine Pitrou2013-11-231-0/+170