Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython3
/
b042cf10c6084d14279c55a7e0d2d7595ff4e694
/
Doc
/
library
/
asyncio.rst
b042cf1
bpo-33649: Fix markup; add another note that asyncio.run is 3.7+ (GH-9389)
by Yury Selivanov
· 7 years ago
1fa2ec4
bpo-33649: A copy-editing pass on asyncio documentation (GH-9376)
by Elvis Pranskevichus
· 7 years ago
3085534
bpo-33649: Add a hello world example to asyncio.rst (GH-9374)
by Yury Selivanov
· 7 years ago
394374e
bpo-33649: Add low-level APIs index. (GH-9364)
by Yury Selivanov
· 7 years ago
805e27e
bpo-33649: Fix asyncio-dev (GH-9324)
by Yury Selivanov
· 7 years ago
7372c3b
bpo-33649: Add high-level APIs cheat-sheet (GH-9319)
by Yury Selivanov
· 7 years ago
6c73164
bpo-33649: Refresh asyncio docs landing page (GH-9322)
by Yury Selivanov
· 7 years ago
3faaa88
bpo-33649: Refresh Tasks and Futures pages (#9314)
by Yury Selivanov
· 7 years ago
7c7605f
bpo-33649: First asyncio docs improvement pass (GH-9142)
by Yury Selivanov
· 7 years ago
6db7a4b
docs: asyncio is no longer provisional
by Yury Selivanov
· 9 years ago
29b0a26
Fixed double hyphens that are rendered to literal en-dashes in the documenation.
by Serhiy Storchaka
· 9 years ago
fa089b9
Issue #22558: Add remaining doc links to source code for Python-coded modules.
by Terry Jan Reedy
· 9 years ago
c52e41d
Make asyncio provisional
by Yury Selivanov
· 10 years ago
75ead2b
Remove warning about asyncio being provisional (it's not in 3.5 and up).
by Guido van Rossum
· 10 years ago
532c69a
asyncio doc: begin with warnings on asyncio traps
by Victor Stinner
· 10 years ago
615a58e
asyncio doc: move queues to a new page
by Victor Stinner
· 10 years ago
b7354a6
Fixing broken links in doc, part 4: some more breaks and redirects
by Georg Brandl
· 11 years ago
af117ed
Issue #22346: also include asyncio PEP 411 notice in 3.4
by Nick Coghlan
· 11 years ago
9ff4180
Asyncio doc fixes: spelling, grammar, duplication.
by Terry Jan Reedy
· 11 years ago
aea8229
Issue #21680: Document asyncio event loops
by Victor Stinner
· 11 years ago
b73c833
Various formatting & grammar fixes in asyncio* docs.
by Eli Bendersky
· 12 years ago
a1afeec
Spelling corrections. Submitted to python-dev by python@mrabarnett.plus.com
by Brian Curtin
· 12 years ago
0844438
asyncio: document the new asyncio.subprocess module
by Victor Stinner
· 12 years ago
9592edb
asyncio doc: add "asyncio-" prefix to references
by Victor Stinner
· 12 years ago
24f8ebf
asyncio doc: Move streams to their own dedicated page
by Victor Stinner
· 12 years ago
db39a0d
asyncio: add a new "Develop with asyncio" section to the documentation
by Victor Stinner
· 12 years ago
fa5a765
Fix minor markup bug: sub-toctrees should not have :numbered:
by Georg Brandl
· 12 years ago
99c2ab4
asyncio doc: oh, asyncio module has its own Future class
by Victor Stinner
· 12 years ago
85a2be7
ayncio: replace the disclamer with a seealso section
by Victor Stinner
· 12 years ago
ea3183f
Split asyncio documentation into subfiles
by Victor Stinner
· 12 years ago
fa2ce78
asyncio doc: change level of titles
by Victor Stinner
· 12 years ago
b3be72c
asyncio doc: reorder sections
by Victor Stinner
· 12 years ago
34d8df5
asyncio: document wait() function
by Victor Stinner
· 12 years ago
dd339a2
asyncio doc
by Victor Stinner
· 12 years ago
0c924b8
asyncio: sort some methods
by Victor Stinner
· 12 years ago
b09f9b3
asyncio doc: group transport method by classes
by Victor Stinner
· 12 years ago
e91f180
asyncio: more documentation
by Victor Stinner
· 12 years ago
be49063
asyncio: document network functions, and stream reader/writer
by Victor Stinner
· 12 years ago
c37dd61
asyncio: document locks
by Victor Stinner
· 12 years ago
0da1d29
asyncio: document Queue classes
by Victor Stinner
· 12 years ago
60efaae
Document Task class and task functions
by Victor Stinner
· 12 years ago
3c3c4f5
asyncio: cleanup doc
by Victor Stinner
· 12 years ago
550a09e
Issue #19833: Document more asyncio.BaseEventLoop methods
by Victor Stinner
· 12 years ago
4e70bb8
Issue #19833: add 2 examples to asyncio doc (hello world)
by Victor Stinner
· 12 years ago
8dc434e
Issue #19833: asyncio doc: add class name to methods
by Victor Stinner
· 12 years ago
a30d82f
Document create_connection
by Antoine Pitrou
· 12 years ago
9a62a19
Start documenting the event loop
by Antoine Pitrou
· 12 years ago
4d1046c
Document asyncio transport APIs
by Antoine Pitrou
· 12 years ago
f8d0ff9
Add source link for asyncio.
by Guido van Rossum
· 12 years ago
74193af
Finish protocol documentation
by Antoine Pitrou
· 12 years ago
a035e1b
Start documenting protocols
by Antoine Pitrou
· 12 years ago
f0f5d38
Mention threadpool interface in asyncio overview.
by Guido van Rossum
· 12 years ago
bba8682
Issue #19291: add crude stubs to the asyncio docs
by Antoine Pitrou
· 12 years ago
7a46564
asyncio: Pass cancellation from wrapping Future to wrapped Future. By Saúl Ibarra Corretgé (mostly).
by Guido van Rossum
· 12 years ago