index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Doc
/
library
/
asyncio.rst
Commit message (
Expand
)
Author
Age
Files
Lines
*
gh-111151: Convert monospaced directives to :ref: (#111152)
InSync
2023-10-24
1
-3/+3
*
gh-109435: Add Doc/library/cmdline.rst (#109436)
Victor Stinner
2023-09-19
1
-0/+2
*
Added asyncio REPL example to docs. (#101243)
Carlton Gibson
2023-01-23
1
-0/+12
*
gh-95451: Update docs for wasm32-emscripten and -wasi platforms (GH-95452)
Christian Heimes
2022-08-02
1
-0/+1
*
gh-92417: `asyncio` docs: `asyncio.run()` is available on all supported Pytho...
Alex Waygood
2022-05-08
1
-1/+0
*
bpo-45099: Document asyncio internal API (GH-32166)
Andrew Svetlov
2022-03-31
1
-0/+1
*
bpo-47062: Implement asyncio.Runner context manager (GH-31799)
Andrew Svetlov
2022-03-24
1
-0/+1
*
docs: Add asyncio source code links (GH-16640)
Kyle Stanley
2019-10-10
1
-1/+4
*
bpo-33649: Add a high-level section about Futures; few quick fixes (GH-9403)
Yury Selivanov
2018-09-18
1
-0/+1
*
bpo-33649: Fix markup; add another note that asyncio.run is 3.7+ (GH-9389)
Yury Selivanov
2018-09-18
1
-1/+1
*
bpo-33649: A copy-editing pass on asyncio documentation (GH-9376)
Elvis Pranskevichus
2018-09-17
1
-2/+3
*
bpo-33649: Add a hello world example to asyncio.rst (GH-9374)
Yury Selivanov
2018-09-17
1
-0/+13
*
bpo-33649: Add low-level APIs index. (GH-9364)
Yury Selivanov
2018-09-17
1
-7/+7
*
bpo-33649: Fix asyncio-dev (GH-9324)
Yury Selivanov
2018-09-14
1
-10/+3
*
bpo-33649: Add high-level APIs cheat-sheet (GH-9319)
Yury Selivanov
2018-09-14
1
-2/+3
*
bpo-33649: Refresh asyncio docs landing page (GH-9322)
Yury Selivanov
2018-09-14
1
-28/+31
*
bpo-33649: Refresh Tasks and Futures pages (#9314)
Yury Selivanov
2018-09-14
1
-18/+31
*
bpo-33649: First asyncio docs improvement pass (GH-9142)
Yury Selivanov
2018-09-11
1
-1/+3
*
docs: asyncio is no longer provisional
Yury Selivanov
2016-12-15
1
-7/+0
*
Fixed double hyphens that are rendered to literal en-dashes in the documenation.
Serhiy Storchaka
2016-12-04
1
-2/+2
*
Issue #22558: Add remaining doc links to source code for Python-coded modules.
Terry Jan Reedy
2016-06-11
1
-4/+4
*
Make asyncio provisional
Yury Selivanov
2015-08-31
1
-0/+7
*
Remove warning about asyncio being provisional (it's not in 3.5 and up).
Guido van Rossum
2015-08-02
1
-7/+0
*
asyncio doc: begin with warnings on asyncio traps
Victor Stinner
2015-02-25
1
-0/+5
*
asyncio doc: move queues to a new page
Victor Stinner
2015-02-25
1
-0/+1
*
Fixing broken links in doc, part 4: some more breaks and redirects
Georg Brandl
2014-10-29
1
-1/+1
*
Issue #22346: also include asyncio PEP 411 notice in 3.4
Nick Coghlan
2014-09-06
1
-0/+7
*
Asyncio doc fixes: spelling, grammar, duplication.
Terry Jan Reedy
2014-07-24
1
-2/+2
*
Issue #21680: Document asyncio event loops
Victor Stinner
2014-07-08
1
-0/+1
*
Various formatting & grammar fixes in asyncio* docs.
Eli Bendersky
2014-02-09
1
-1/+1
*
Spelling corrections. Submitted to python-dev by python@mrabarnett.plus.com
Brian Curtin
2014-02-09
1
-1/+1
*
asyncio: document the new asyncio.subprocess module
Victor Stinner
2014-02-02
1
-0/+1
*
asyncio doc: add "asyncio-" prefix to references
Victor Stinner
2014-02-02
1
-3/+3
*
asyncio doc: Move streams to their own dedicated page
Victor Stinner
2014-01-23
1
-0/+1
*
asyncio: add a new "Develop with asyncio" section to the documentation
Victor Stinner
2014-01-16
1
-0/+1
*
Fix minor markup bug: sub-toctrees should not have :numbered:
Georg Brandl
2014-01-11
1
-1/+0
*
asyncio doc: oh, asyncio module has its own Future class
Victor Stinner
2013-12-03
1
-2/+2
*
ayncio: replace the disclamer with a seealso section
Victor Stinner
2013-12-03
1
-9/+6
*
Split asyncio documentation into subfiles
Victor Stinner
2013-12-03
1
-1555/+8
*
asyncio doc: change level of titles
Victor Stinner
2013-12-02
1
-115/+109
*
asyncio doc: reorder sections
Victor Stinner
2013-12-02
1
-428/+428
*
asyncio: document wait() function
Victor Stinner
2013-12-02
1
-0/+42
*
asyncio doc
Victor Stinner
2013-12-02
1
-7/+35
*
asyncio: sort some methods
Victor Stinner
2013-12-02
1
-76/+84
*
asyncio doc: group transport method by classes
Victor Stinner
2013-12-02
1
-94/+113
*
asyncio: more documentation
Victor Stinner
2013-12-02
1
-19/+83
*
asyncio: document network functions, and stream reader/writer
Victor Stinner
2013-12-02
1
-1/+152
*
asyncio: document locks
Victor Stinner
2013-12-02
1
-0/+216
*
asyncio: document Queue classes
Victor Stinner
2013-12-02
1
-0/+108
*
Document Task class and task functions
Victor Stinner
2013-12-02
1
-0/+200
[next]