Elvis Pranskevichus
|
1fa2ec49be
|
bpo-33649: A copy-editing pass on asyncio documentation (GH-9376)
|
2018-09-17 19:16:44 -04:00 |
Yury Selivanov
|
7372c3bbef
|
bpo-33649: Add high-level APIs cheat-sheet (GH-9319)
|
2018-09-14 15:11:24 -07:00 |
Yury Selivanov
|
6c7316439d
|
bpo-33649: Refresh asyncio docs landing page (GH-9322)
|
2018-09-14 14:57:39 -07:00 |
Carol Willing
|
c9d66f0ed4
|
bpo-33649 Polish asyncio docs on queues, protocols, and subproccesses (#9306)
* small clarification
* edits to protocols doc
* Edit async queue doc
|
2018-09-14 10:06:55 -07:00 |
Yury Selivanov
|
7c7605ff11
|
bpo-33649: First asyncio docs improvement pass (GH-9142)
Rewritten/updated sections:
* Event Loop APIs
* Transports & Protocols
* Streams
* Exceptions
* Policies
* Queues
* Subprocesses
* Platforms
|
2018-09-11 09:54:40 -07:00 |
Andrew Svetlov
|
8874342cf3
|
bpo-32258: Replace 'yield from' to 'await' in asyncio docs (#4779)
* Replace 'yield from' to 'await' in asyncio docs
* Fix docstrings
|
2017-12-11 17:35:49 +02:00 |
lf
|
627d2c8e8d
|
Add the link to asyncio source code in the docs (GH-2373)
|
2017-07-25 16:03:51 -07:00 |
R David Murray
|
e81a773352
|
#23464: remove JoinableQueue that was deprecated in 3.4.4.
Patch by A. Jesse Jiryu Davis.
|
2015-04-12 18:47:56 -04:00 |
Victor Stinner
|
84c717dd9e
|
asyncio doc: changes on the Queue API missed Python 3.4.3 release
|
2015-03-10 16:27:54 +01:00 |
Victor Stinner
|
83704963c0
|
asyncio: add a note about (non) thread safety in each class
|
2015-02-25 14:24:15 +01:00 |
Victor Stinner
|
615a58eaab
|
asyncio doc: move queues to a new page
|
2015-02-25 13:55:43 +01:00 |