COMMITS
/ Doc/library/queue.rst February 6, 2026
N
Docs: module pages should not link to themselves (#144505)
Ned Batchelder committed
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
May 8, 2024
N
docs: module page titles should not start with a link to themselves (#117099)
Ned Batchelder committed
April 10, 2024
L
gh-117531: Unblock getters after non-immediate queue shutdown (#117532)
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
February 22, 2023
O
GH-101777: `queue.rst`: use 2 spaces after a period to be consistent. (#102143)
Owain Davies committed
February 21, 2023
O
gh-101777: Make `PriorityQueue` docs slightly clearer (#102026)
Owain Davies committed
July 1, 2022
M
Update code sample when importing modules in queue doc (GH-94244)
Mariatta Wijaya committed
April 14, 2022
S
gh-90879: Fix missing parameter for put_nowait() (GH-91514)
slateny committed
March 10, 2022
R
Remove print race from task_done example. (GH-31795)
Raymond Hettinger committed
April 27, 2020
R
bpo-40387: Improve queue join() example. (GH-19724)
Raymond Hettinger committed
March 25, 2019
S
Add note to Queue.get() docs about block=True (GH-2223)
Stephen Rosen committed
November 4, 2018
W
bpo-35118: Improve docs regarding indexing (GH-10265)
Windson yang committed
October 19, 2018
J
queue doc: Clarify that the simple FIFO queue is SimpleQueue (GH-8372)
Julien Palard committed
September 29, 2018
Z
bpo-31370: Remove references to threadless builds (#8805)
Zackery Spytz committed
January 15, 2018
A
bpo-14976: Reentrant simple queue (#3346)
Antoine Pitrou committed
January 12, 2018
R
bpo-31145: Use dataclasses to create a prioritization wrapper (#5153)
Raymond Hettinger committed
October 19, 2016
S
Issue #19795: Mark up None as literal text.
Serhiy Storchaka committed
S
Issue #19795: Mark up None as literal text.
Serhiy Storchaka committed
September 9, 2016
R
Issue 14976: Note that the queue module is not designed to protect against reentrancy
Raymond Hettinger committed
G
Add a note about queue not being safe for use from signal handlers.
Gregory P. Smith ext:(%20%5BGoogle%20Inc.%5D) committed
G
Add a note about queue not being safe for use from signal handlers.
Gregory P. Smith ext:(%20%5BGoogle%20Inc.%5D) committed
May 16, 2016
S
Expand abbreviations FIFO and LIFO.
Serhiy Storchaka committed
March 18, 2015
V
Issue #12155: Fix queue doc example to join threads
Victor Stinner committed
August 23, 2013
S
Issue #18757: Improved cross-references in the concurrent package.
Serhiy Storchaka committed
May 9, 2012
R
Improve the grammar of a non-sentence.
R David Murray committed
January 10, 2011
R
Separate source link from main text.
Raymond Hettinger committed
R
Move source links to consistent location and remove wordy, big yellow boxes.
Raymond Hettinger committed
January 7, 2011
G
Fix indent.
Georg Brandl committed
R
Combine the two seealso sections.
Raymond Hettinger committed
A
Mention multiprocessing.Queue in the queue docs
Antoine Pitrou committed
November 16, 2010
É
Provide links to Python source where the code is short, readable and
Éric Araujo committed
February 26, 2010
A
Merged revisions 78463 via svnmerge from
Andrew M. Kuchling committed
September 2, 2009
G
Switch more function arguments docs to new-style.
Georg Brandl committed
March 10, 2009
R
Fix markup.
Raymond Hettinger committed
March 9, 2009
R
Add cross-reference to the collections docs.
Raymond Hettinger committed
March 7, 2009
R
Redocument the empty() and full() methods.
Raymond Hettinger committed
January 30, 2009
B
fix a case of set_daemon #5087
Benjamin Peterson committed
January 3, 2009
G
Remove trailing whitespace.
Georg Brandl committed
June 13, 2008
G
Fix last traces of old threading API.
Georg Brandl committed
May 11, 2008
A
Rename Queue module to queue.
Alexandre Vassalotti committed
April 24, 2008
B
remove some old versionchanged and versionadded directives
Benjamin Peterson committed
February 3, 2008
C
Merged revisions 60481,60485,60489-60520,60523-60527,60530-60533,60535-60538,60540-60551 via svnmerge from
Christian Heimes committed
January 18, 2008
C
Merged revisions 59985-60000,60002,60005-60007,60009-60042 via svnmerge from
Christian Heimes committed
January 17, 2008
R
Sync-up Queue.py with Py2.6
Raymond Hettinger committed
January 15, 2008
G
Merged revisions 59952-59984 via svnmerge from
Guido van Rossum committed
January 14, 2008
R
Remove Queue.empty() and Queue.full() in favor of using qsize() or trapping the Empty and Full exceptions.
Raymond Hettinger committed