summaryrefslogtreecommitdiffstats
path: root/Doc/library/asyncio.rst
Commit message (Collapse)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
| | | Co-authored-by: Elvis Pranskevichus <elvis@magic.io>
* 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: Refresh Tasks and Futures pages * Fixes * Fix markup
* bpo-33649: First asyncio docs improvement pass (GH-9142)Yury Selivanov2018-09-111-1/+3
| | | | | | | | | | | | | Rewritten/updated sections: * Event Loop APIs * Transports & Protocols * Streams * Exceptions * Policies * Queues * Subprocesses * Platforms
* 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
| | | | | Reformat header above separator line (added if missing) to a common format. Patch by Yoni Lavi.
* 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-091-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
| | | | | Improve also wait() documentation: mention that the first parameter is a sequence
* 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-021-115/+109
| | | | Remove also a duplicated Protocols section!
* asyncio doc: reorder sectionsVictor Stinner2013-12-021-428/+428
|
* asyncio: document wait() functionVictor Stinner2013-12-021-0/+42
|
* asyncio docVictor Stinner2013-12-021-7/+35
| | | | | | * complete create_connection() prototype * link to Server * document get_extra_info() keys
* asyncio: sort some methodsVictor Stinner2013-12-021-76/+84
|
* asyncio doc: group transport method by classesVictor Stinner2013-12-021-94/+113
| | | | Declare classes because they are mentionned in documentation of other functions
* 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
|