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
/
asyncio
/
queues.py
Commit message (
Expand
)
Author
Age
*
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