summaryrefslogtreecommitdiff
path: root/Doc/library/asyncio.rst
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* Add source link for asyncio.Guido van Rossum2013-11-221-0/+3
* Finish protocol documentationAntoine Pitrou2013-11-231-12/+54
* Start documenting protocolsAntoine Pitrou2013-11-231-0/+130
* Mention threadpool interface in asyncio overview.Guido van Rossum2013-11-221-0/+4
* Issue #19291: add crude stubs to the asyncio docsAntoine Pitrou2013-11-231-5/+94
* asyncio: Pass cancellation from wrapping Future to wrapped Future. By Sa?l Ib...Guido van Rossum2013-11-221-0/+20