COMMITS
/ Lib/queue.py July 25, 2025
R
Fix Queue.shutdown docs for condition to unblock a join (gh-137088)
Raymond Hettinger committed
July 24, 2025
R
Fix docs for Queue.shutdown (gh-137028)
Raymond Hettinger committed
April 10, 2024
L
gh-117531: Unblock getters after non-immediate queue shutdown (#117532)
Laurie O committed
March 13, 2024
L
gh-96471: Add ShutDown to queue.py '__all__' (#116699)
Laurie O committed
February 25, 2024
L
gh-96471: Correct docs for queue shutdown (#115838)
Laurie O committed
February 10, 2024
L
gh-96471: Add shutdown() method to queue.Queue (#104750)
Laurie O committed
April 14, 2022
S
gh-90879: Fix missing parameter for put_nowait() (GH-91514)
slateny committed
April 10, 2020
B
bpo-39481: PEP 585 for a variety of modules (GH-19423)
Batuhan Taşkaya committed
June 25, 2019
P
bpo-37394: Fix pure Python implementation of the queue module (GH-14351)
Pablo Galindo committed
January 15, 2018
A
bpo-14976: Reentrant simple queue (#3346)
Antoine Pitrou committed
September 7, 2017
A
bpo-31370: Remove support for threads-less builds (#3385)
Antoine Pitrou committed
September 2, 2014
V
Issue #22043: time.monotonic() is now always available
Victor Stinner committed
August 10, 2013
T
Issue #18676: Change 'positive' to 'non-negative' in queue.py put and get
Terry Jan Reedy committed
April 29, 2012
V
Issue #14428, #14397: Implement the PEP 418
Victor Stinner committed
March 15, 2012
V
Issue #14222: Use the new time.steady() function instead of time.time() for
Victor Stinner committed
January 9, 2012
R
Fix nasty typo
Raymond Hettinger committed
R
Make the docstring style consistent.
Raymond Hettinger committed
R
Improve clarity with keyword argument for block. Move nowait methods together.
Raymond Hettinger committed
R
Minor code clean-ups and beautifications.
Raymond Hettinger committed
January 7, 2012
R
Simplify the code using with-statements.
Raymond Hettinger committed
October 31, 2010
R
Issue 10110: Let Queue.put recognize a full queue when the maxsize parameter has been reduced.
Raymond Hettinger committed
March 21, 2009
B
port the queue change r70405
Benjamin Peterson committed
March 6, 2009
R
Document the suggested alternative to emtpy() and full().
Raymond Hettinger committed
June 11, 2008
B
Merged revisions 64125 via svnmerge from
Benjamin Peterson committed
May 11, 2008
A
Rename Queue module to queue.
Alexandre Vassalotti committed