Tin mới
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().
Merged revisions 64125 via svnmerge from