<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/cpython-git.git/Doc/library/asyncio-queue.rst, branch alex-patch-1</title>
<subtitle>github.com: python/cpython.git
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/'/>
<entry>
<title>Fixes typo in asyncio.queue doc (GH-11581)</title>
<updated>2019-01-17T11:52:17+00:00</updated>
<author>
<name>Slam</name>
<email>3lnc.slam@gmail.com</email>
</author>
<published>2019-01-17T11:52:17+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=97e12996f31f6ada4173e2cd4b6807c98ba379a4'/>
<id>97e12996f31f6ada4173e2cd4b6807c98ba379a4</id>
<content type='text'>
Typo fix for method doc, I'm pretty sure coro is meant, because there's no consumer threads for thread-unsafe queue.

Most probably this piece of doc was copied from `queue.Queue`

There's not BPO bug for this, afaik.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Typo fix for method doc, I'm pretty sure coro is meant, because there's no consumer threads for thread-unsafe queue.

Most probably this piece of doc was copied from `queue.Queue`

There's not BPO bug for this, afaik.</pre>
</div>
</content>
</entry>
<entry>
<title>bpo-33649: A copy-editing pass on asyncio documentation (GH-9376)</title>
<updated>2018-09-17T23:16:44+00:00</updated>
<author>
<name>Elvis Pranskevichus</name>
<email>elvis@magic.io</email>
</author>
<published>2018-09-17T23:16:44+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=1fa2ec49bec50bea1847b558b883c5c904334734'/>
<id>1fa2ec49bec50bea1847b558b883c5c904334734</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>bpo-33649: Add high-level APIs cheat-sheet (GH-9319)</title>
<updated>2018-09-14T22:11:24+00:00</updated>
<author>
<name>Yury Selivanov</name>
<email>yury@magic.io</email>
</author>
<published>2018-09-14T22:11:24+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=7372c3bbefb4763dbd1b6d66f7971bef28c0f056'/>
<id>7372c3bbefb4763dbd1b6d66f7971bef28c0f056</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>bpo-33649: Refresh asyncio docs landing page (GH-9322)</title>
<updated>2018-09-14T21:57:39+00:00</updated>
<author>
<name>Yury Selivanov</name>
<email>yury@magic.io</email>
</author>
<published>2018-09-14T21:57:39+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=6c7316439d966cdbc76ffcc005e5d9c563064ba2'/>
<id>6c7316439d966cdbc76ffcc005e5d9c563064ba2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>bpo-33649 Polish asyncio docs on queues, protocols, and subproccesses (#9306)</title>
<updated>2018-09-14T17:06:55+00:00</updated>
<author>
<name>Carol Willing</name>
<email>carolcode@willingconsulting.com</email>
</author>
<published>2018-09-14T17:06:55+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=c9d66f0ed4f07b9d184d22abbfdd4c3c8e2702df'/>
<id>c9d66f0ed4f07b9d184d22abbfdd4c3c8e2702df</id>
<content type='text'>
* small clarification

* edits to protocols doc

* Edit async queue doc
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* small clarification

* edits to protocols doc

* Edit async queue doc
</pre>
</div>
</content>
</entry>
<entry>
<title>bpo-33649: First asyncio docs improvement pass (GH-9142)</title>
<updated>2018-09-11T16:54:40+00:00</updated>
<author>
<name>Yury Selivanov</name>
<email>yury@magic.io</email>
</author>
<published>2018-09-11T16:54:40+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=7c7605ff1133cf757cac428c483827f666c7c827'/>
<id>7c7605ff1133cf757cac428c483827f666c7c827</id>
<content type='text'>
Rewritten/updated sections:

* Event Loop APIs
* Transports &amp; Protocols
* Streams
* Exceptions
* Policies
* Queues
* Subprocesses
* Platforms
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Rewritten/updated sections:

* Event Loop APIs
* Transports &amp; Protocols
* Streams
* Exceptions
* Policies
* Queues
* Subprocesses
* Platforms
</pre>
</div>
</content>
</entry>
<entry>
<title>bpo-32258: Replace 'yield from' to 'await' in asyncio docs (#4779)</title>
<updated>2017-12-11T15:35:49+00:00</updated>
<author>
<name>Andrew Svetlov</name>
<email>andrew.svetlov@gmail.com</email>
</author>
<published>2017-12-11T15:35:49+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=8874342cf332c3aa3d845155cc4b41b00c2d9e9d'/>
<id>8874342cf332c3aa3d845155cc4b41b00c2d9e9d</id>
<content type='text'>
* Replace 'yield from' to 'await' in asyncio docs

* Fix docstrings
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Replace 'yield from' to 'await' in asyncio docs

* Fix docstrings
</pre>
</div>
</content>
</entry>
<entry>
<title>Add the link to asyncio source code in the docs (GH-2373)</title>
<updated>2017-07-25T23:03:51+00:00</updated>
<author>
<name>lf</name>
<email>lf-@users.noreply.github.com</email>
</author>
<published>2017-07-25T23:03:51+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=627d2c8e8dc9cfe6c1cdfd9b34899eb30b600a88'/>
<id>627d2c8e8dc9cfe6c1cdfd9b34899eb30b600a88</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>#23464: remove JoinableQueue that was deprecated in 3.4.4.</title>
<updated>2015-04-12T22:47:56+00:00</updated>
<author>
<name>R David Murray</name>
<email>rdmurray@bitdance.com</email>
</author>
<published>2015-04-12T22:47:56+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=e81a773352bdfae94856f69b54f0e37917bd688b'/>
<id>e81a773352bdfae94856f69b54f0e37917bd688b</id>
<content type='text'>
Patch by A. Jesse Jiryu Davis.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Patch by A. Jesse Jiryu Davis.
</pre>
</div>
</content>
</entry>
<entry>
<title>asyncio doc: changes on the Queue API missed Python 3.4.3 release</title>
<updated>2015-03-10T15:27:54+00:00</updated>
<author>
<name>Victor Stinner</name>
<email>victor.stinner@gmail.com</email>
</author>
<published>2015-03-10T15:27:54+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=84c717dd9ed154fd4a2c342c228e707ecde33d4e'/>
<id>84c717dd9ed154fd4a2c342c228e707ecde33d4e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
