index
:
cpython
3.10
3.11
3.12
3.13
3.9
main
The Python programming language
Aslak Raanes
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
Lib
/
asyncio
/
queues.py
Commit message (
Expand
)
Author
Age
*
gh-96471: Correct documentation for asyncio queue shutdown (#117621)
Laurie O
2024-04-08
*
gh-96471: Add asyncio queue shutdown (#104228)
Laurie O
2024-04-06
*
bpo-46796: Simplify handling of removed parameter "loop" in asyncio (GH-31431)
Serhiy Storchaka
2022-02-21
*
bpo-46469: Make asyncio generic classes return GenericAlias (GH-30777)
Kumar Aditya
2022-01-22
*
bpo-42392: Improve removal of *loop* parameter in asyncio primitives (GH-23499)
Yurii Karabas
2020-11-25
*
bpo-42392: Remove loop parameter form asyncio locks and Queue (#23420)
Yurii Karabas
2020-11-24
*
bpo-38978: Implement __class_getitem__ for asyncio objects (GH-17491)
Batuhan Taşkaya
2019-12-07
*
bpo-36373: Fix deprecation warnings (GH-15889)
Andrew Svetlov
2019-09-11
*
bpo-36373: Deprecate explicit loop parameter in all public asyncio APIs [queu...
Emmanuel Arias
2019-09-10
*
bpo-32574: Fix leaks in asyncio.Queue.put() and .get() (#5208)
José Melero Fernández
2018-01-25
*
bpo-32262: Fix codestyle; use f-strings formatting where necessary. (#4775)
Yury Selivanov
2017-12-10
*
bpo-32193: Convert asyncio to async/await usage (#4753)
Andrew Svetlov
2017-12-09
*
asyncio: Remove asyncio/compat.py (#4606)
Victor Stinner
2017-11-28
*
bpo-31620: have asyncio/queues not leak memory when you've exceptions during ...
Suren Nihalani
2017-11-07
*
Misc asyncio improvements from upstream
Guido van Rossum
2016-09-30
*
Issue #27041: asyncio: Add loop.create_future method
Yury Selivanov
2016-05-16
*
Issue #25233: Rewrite the guts of Queue to be more understandable and correct.
Guido van Rossum
2015-09-28
*
Issue #23812: Fix getter-cancellation with many pending getters code path
Yury Selivanov
2015-08-06
*
Issue #23812: Fix asyncio.Queue.get() to avoid loosing items on cancellation.
Yury Selivanov
2015-08-05
*
asyncio: sync with github
Victor Stinner
2015-07-25
*
asyncio: sync with github asyncio
Victor Stinner
2015-07-09
*
Fix asyncio issue 235: Queue subclass bug caused by JoinableQueue merge.
Guido van Rossum
2015-04-20
*
asyncio, Tulip issue 220: Merge JoinableQueue with Queue.
Victor Stinner
2015-02-17
*
asyncio, Tulip issue 221: Fix doc of QueueEmpty and QueueFull
Victor Stinner
2015-02-03
*
asyncio: sync with Tulip
Victor Stinner
2015-01-09
*
asyncio doc: update also Queue docstrings
Victor Stinner
2014-12-22
*
Closes #21886, #21447: Fix a race condition in asyncio when setting the result
Victor Stinner
2014-07-05
*
Issue #21723: asyncio.Queue: support any type of number (ex: float) for the
Victor Stinner
2014-06-17
*
asyncio: remove temporary aliases
Victor Stinner
2014-01-28
*
asyncio: Rename {Empty,Full} to {QueueEmpty,QueueFull} and no longer get them...
Guido van Rossum
2014-01-25
*
asyncio: remove references to the Tulip project, rename Tulip to asyncio.
Victor Stinner
2013-12-13
*
asyncio: Fix docstring of get_nowait().
Guido van Rossum
2013-11-24
*
Initial checkin of asyncio package (== Tulip, == PEP 3156).
Guido van Rossum
2013-10-17