Tin mới
gh-156476: Ignore timeout in `_PySimpleQueue.get()` when block is false (#156477)
Fix Queue.shutdown docs for condition to unblock a join (gh-137088)
Fix docs for Queue.shutdown (gh-137028)
gh-117531: Unblock getters after non-immediate queue shutdown (#117532)
gh-96471: Add ShutDown to queue.py '__all__' (#116699)
gh-96471: Correct docs for queue shutdown (#115838)
gh-96471: Add shutdown() method to queue.Queue (#104750)
gh-90879: Fix missing parameter for put_nowait() (GH-91514)
bpo-39481: PEP 585 for a variety of modules (GH-19423)
bpo-37394: Fix pure Python implementation of the queue module (GH-14351)
bpo-14976: Reentrant simple queue (#3346)
bpo-31370: Remove support for threads-less builds (#3385)
Issue #22043: time.monotonic() is now always available
Issue #18676: Change 'positive' to 'non-negative' in queue.py put and get
Issue #14428, #14397: Implement the PEP 418
Issue #14222: Use the new time.steady() function instead of time.time() for
Make the docstring style consistent.
Improve clarity with keyword argument for block. Move nowait methods together.
Minor code clean-ups and beautifications.
Simplify the code using with-statements.
Issue 10110: Let Queue.put recognize a full queue when the maxsize parameter has been reduced.
Document the suggested alternative to emtpy() and full().