index
:
cpython
3.10
3.11
3.12
3.13
3.14
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
/
test
/
test_asyncio
/
test_queues.py
Commit message (
Expand
)
Author
Age
*
bpo-47076: Make asyncio.Queue stable on slow test boxes (GH-32040)
Andrew Svetlov
2022-03-22
*
Rewrite asyncio.Queue tests with IsolatedAsyncioTestCace (#31935)
Andrew Svetlov
2022-03-16
*
bpo-46469: Make asyncio generic classes return GenericAlias (GH-30777)
Kumar Aditya
2022-01-22
*
bpo-39529: Deprecate creating new event loop in asyncio.get_event_loop() (GH-...
Serhiy Storchaka
2021-04-25
*
bpo-42392: Remove loop parameter from asyncio.tasks and asyncio.subprocess (G...
Yurii Karabas
2020-11-28
*
bpo-42392: Remove loop parameter form asyncio locks and Queue (#23420)
Yurii Karabas
2020-11-24
*
bpo-38107: Replace direct future and task contructor calls with factories in ...
Andrew Svetlov
2019-09-11
*
bpo-36373: Fix deprecation warnings (GH-15889)
Andrew Svetlov
2019-09-11
*
bpo-36373: Deprecate explicit loop parameter in all public asyncio APIs [loc...
Emmanuel Arias
2019-09-10
*
bpo-34728: Fix asyncio tests to run under "-Werror" (GH-9661)
Yury Selivanov
2018-10-02
*
bpo-33562: Check the global asyncio event loop policy isn't set after any tes...
Brett Cannon
2018-06-01
*
bpo-32574: Fix leaks in asyncio.Queue.put() and .get() (#5208)
José Melero Fernández
2018-01-25
*
bpo-32273: Move asyncio.test_utils to test.test_asyncio (#4785)
Yury Selivanov
2017-12-11
*
bpo-32193: Convert asyncio to async/await usage (#4753)
Andrew Svetlov
2017-12-09
*
bpo-31620: have asyncio/queues not leak memory when you've exceptions during ...
Suren Nihalani
2017-11-07
*
Issue #28613: Fix get_event_loop() to return the current loop
Yury Selivanov
2016-11-04
*
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
*
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
*
Issue #21163, asyncio: Fix some "Task was destroyed but it is pending!" logs ...
Victor Stinner
2014-06-25
*
asyncio: Refactor tests: add a base TestCase class
Victor Stinner
2014-06-18
*
Issue #21723: asyncio.Queue: support any type of number (ex: float) for the
Victor Stinner
2014-06-17
*
asyncio: Replace "unittest.mock" with "mock" in unit tests
Victor Stinner
2014-02-26
*
asyncio: Rename {Empty,Full} to {QueueEmpty,QueueFull} and no longer get them...
Guido van Rossum
2014-01-25
*
Update asyncio from the Tulip project
Victor Stinner
2014-01-25
*
Initial checkin of asyncio package (== Tulip, == PEP 3156).
Guido van Rossum
2013-10-17