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
/
test
/
test_queue.py
Commit message (
Expand
)
Author
Age
*
gh-90473: Skip test_queue when threading is not available (GH-93712)
Christian Heimes
2022-06-11
*
bpo-40280: Detect missing threading on WASM platforms (GH-32352)
Christian Heimes
2022-04-07
*
bpo-45835: Fix race condition in test_queue (#29601)
Sam Gross
2021-11-18
*
bpo-25130: Add calls of gc.collect() in tests to support PyPy (GH-28005)
Serhiy Storchaka
2021-08-29
*
bpo-40275: Use new test.support helper submodules in tests (GH-21448)
Hai Shi
2020-08-03
*
bpo-40275: Adding threading_helper submodule in test.support (GH-20263)
Hai Shi
2020-05-28
*
bpo-38614: Use default join_thread() timeout in tests (GH-17559)
Victor Stinner
2019-12-10
*
bpo-37394: Fix pure Python implementation of the queue module (GH-14351)
Pablo Galindo
2019-06-25
*
bpo-35202: Remove unused imports in Lib directory. (GH-10446)
Srinivas Thatiparthy (శ్రీనివాస్ తాటిపర్తి)
2018-11-10
*
bpo-14976: Reentrant simple queue (#3346)
Antoine Pitrou
2018-01-16
*
bpo-32157: Removed explicit quotes around %r and {!r}. (#4582)
Serhiy Storchaka
2017-11-28
*
bpo-31234: Add support.join_thread() helper (#3587)
Victor Stinner
2017-09-14
*
bpo-31234: Join threads in test_queue (#3586)
Victor Stinner
2017-09-14
*
bpo-31370: Remove support for threads-less builds (#3385)
Antoine Pitrou
2017-09-07
*
Issue #21741: Update 147 test modules to use test discovery.
Zachary Ware
2015-04-13
*
Clean up references to threads in test_queue.
Ezio Melotti
2013-03-23
*
#14333: fix test_queue so it can be run via standard unittest test discovery.
R David Murray
2012-03-17
*
#9424: Replace deprecated assert* methods in the Python test suite.
Ezio Melotti
2010-11-20
*
Issue 10110: Let Queue.put recognize a full queue when the maxsize parameter...
Raymond Hettinger
2010-10-31
*
Add queue tests for empty, full, put_nowait, and get_nowait.
Brett Cannon
2010-07-23
*
Merged revisions 80552-80556,80564-80566,80568-80571 via svnmerge from
Victor Stinner
2010-04-28
*
Merged revisions 78093 via svnmerge from
Georg Brandl
2010-03-14
*
convert old fail* assertions to assert*
Benjamin Peterson
2009-06-30
*
Merged revisions 64125 via svnmerge from
Benjamin Peterson
2008-06-11
*
#2621 rename test.test_support to test.support
Benjamin Peterson
2008-05-20
*
Rename Queue module to queue.
Alexandre Vassalotti
2008-05-11
*
Prevent test_queue from leaking: one worker thread was not stopped.
Amaury Forgeot d'Arc
2008-04-01
*
Merge r60528, r60534 and r60539 from trunk.
Georg Brandl
2008-02-05
*
Merged revisions 59985-60000,60002,60005-60007,60009-60042 via svnmerge from
Christian Heimes
2008-01-18
*
Remove Queue.empty() and Queue.full() in favor of using qsize() or trapping t...
Raymond Hettinger
2008-01-14
*
Raise statement normalization in Lib/test/.
Collin Winter
2007-08-29
*
Merged revisions 55007-55179 via svnmerge from
Guido van Rossum
2007-05-07
*
Fix most trivially-findable print statements.
Guido van Rossum
2007-02-09
*
Merge p3yk branch with the trunk up to revision 45595. This breaks a fair
Thomas Wouters
2006-04-21
*
Stab at SF 1010777: test_queue fails occasionally
Tim Peters
2004-08-20
*
Semantic-neutral format and comment changes.
Tim Peters
2004-08-20
*
Style guide reformats. I saw this test fail on a very heavily loaded
Tim Peters
2002-11-15
*
Patch #572628: Optional timeouts for put and get.
Martin v. Löwis
2002-10-15
*
Get rid of relative imports in all unittests. Now anything that
Barry Warsaw
2002-07-23
*
Fix bug 544473 - "Queue module can deadlock".
Mark Hammond
2002-04-19