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
*
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