Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython3
/
8f87eefe7f0576c05c488874eb9601a7a87c7312
/
Lib
/
asyncio
/
queues.py
dec3672
bpo-38978: Implement __class_getitem__ for asyncio objects (GH-17491)
by Batuhan Taşkaya
· 5 years ago
7264e92
bpo-36373: Fix deprecation warnings (GH-15889)
by Andrew Svetlov
· 5 years ago
9008be3
bpo-36373: Deprecate explicit loop parameter in all public asyncio APIs [queue] (GH-13950)
by Emmanuel Arias
· 5 years ago
c47dacb
bpo-32574: Fix leaks in asyncio.Queue.put() and .get() (#5208)
by José Melero Fernández
· 7 years ago
6370f34
bpo-32262: Fix codestyle; use f-strings formatting where necessary. (#4775)
by Yury Selivanov
· 7 years ago
5f841b5
bpo-32193: Convert asyncio to async/await usage (#4753)
by Andrew Svetlov
· 7 years ago
3f438a9
asyncio: Remove asyncio/compat.py (#4606)
by Victor Stinner
· 7 years ago
c62f0cb
bpo-31620: have asyncio/queues not leak memory when you've exceptions during waiting (#3813)
by Suren Nihalani
· 7 years ago
e3c65a7
Misc asyncio improvements from upstream
by Guido van Rossum
· 8 years ago
7661db6
Issue #27041: asyncio: Add loop.create_future method
by Yury Selivanov
· 8 years ago
99f96c5
Issue #25233: Rewrite the guts of Queue to be more understandable and correct.
by Guido van Rossum
· 9 years ago
159fbdd
Issue #23812: Fix getter-cancellation with many pending getters code path
by Yury Selivanov
· 9 years ago
3fc0f2d
Issue #23812: Fix asyncio.Queue.get() to avoid loosing items on cancellation.
by Yury Selivanov
· 9 years ago
eaf16ab
asyncio: sync with github
by Victor Stinner
· 9 years ago
e6ecea5
asyncio: sync with github asyncio
by Victor Stinner
· 9 years ago
0bd16bc
Fix asyncio issue 235: Queue subclass bug caused by JoinableQueue merge.
by Guido van Rossum
· 10 years ago
4cb814c
asyncio, Tulip issue 220: Merge JoinableQueue with Queue.
by Victor Stinner
· 10 years ago
17d87f8
asyncio, Tulip issue 221: Fix doc of QueueEmpty and QueueFull
by Victor Stinner
· 10 years ago
3531d90
asyncio: sync with Tulip
by Victor Stinner
· 10 years ago
952ec98
asyncio doc: update also Queue docstrings
by Victor Stinner
· 10 years ago
a9acbe8
Closes #21886, #21447: Fix a race condition in asyncio when setting the result
by Victor Stinner
· 10 years ago
66dc6b0
Issue #21723: asyncio.Queue: support any type of number (ex: float) for the
by Victor Stinner
· 10 years ago
7aedea4
asyncio: remove temporary aliases
by Victor Stinner
· 11 years ago
fef7098
asyncio: Rename {Empty,Full} to {QueueEmpty,QueueFull} and no longer get them from queue.py.
by Guido van Rossum
· 11 years ago
2748bc7
asyncio: remove references to the Tulip project, rename Tulip to asyncio.
by Victor Stinner
· 11 years ago
16c4239
asyncio: Fix docstring of get_nowait().
by Guido van Rossum
· 11 years ago
27b7c7e
Initial checkin of asyncio package (== Tulip, == PEP 3156).
by Guido van Rossum
· 11 years ago