index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Lib
/
test
/
test_queue.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
bpo-37394: Fix pure Python implementation of the queue module (GH-14351)
Pablo Galindo
2019-06-25
1
-50/+108
*
bpo-35202: Remove unused imports in Lib directory. (GH-10446)
Srinivas Thatiparthy (శ్రీనివాస్ తాటిపర్తి)
2018-11-10
1
-2/+0
*
bpo-14976: Reentrant simple queue (#3346)
Antoine Pitrou
2018-01-15
1
-4/+236
*
bpo-32157: Removed explicit quotes around %r and {!r}. (#4582)
Serhiy Storchaka
2017-11-28
1
-1/+1
*
bpo-31234: Add support.join_thread() helper (#3587)
Victor Stinner
2017-09-14
1
-8/+2
*
bpo-31234: Join threads in test_queue (#3586)
Victor Stinner
2017-09-14
1
-21/+25
*
bpo-31370: Remove support for threads-less builds (#3385)
Antoine Pitrou
2017-09-07
1
-1/+2
*
Issue #21741: Update 147 test modules to use test discovery.
Zachary Ware
2015-04-13
1
-6/+1
*
Clean up references to threads in test_queue.
Ezio Melotti
2013-03-23
1
-1/+4
*
#14333: fix test_queue so it can be run via standard unittest test discovery.
R David Murray
2012-03-17
1
-4/+4
*
#9424: Replace deprecated assert* methods in the Python test suite.
Ezio Melotti
2010-11-20
1
-4/+4
*
Issue 10110: Let Queue.put recognize a full queue when the maxsize parameter...
Raymond Hettinger
2010-10-31
1
-0/+12
*
Add queue tests for empty, full, put_nowait, and get_nowait.
Brett Cannon
2010-07-23
1
-0/+23
*
Merged revisions 80552-80556,80564-80566,80568-80571 via svnmerge from
Victor Stinner
2010-04-28
1
-1/+1
*
Merged revisions 78093 via svnmerge from
Georg Brandl
2010-03-14
1
-1/+0
*
convert old fail* assertions to assert*
Benjamin Peterson
2009-06-30
1
-14/+14
*
Merged revisions 64125 via svnmerge from
Benjamin Peterson
2008-06-11
1
-4/+4
*
#2621 rename test.test_support to test.support
Benjamin Peterson
2008-05-20
1
-2/+2
*
Rename Queue module to queue.
Alexandre Vassalotti
2008-05-11
1
-13/+13
*
Prevent test_queue from leaking: one worker thread was not stopped.
Amaury Forgeot d'Arc
2008-04-01
1
-2/+3
*
Merge r60528, r60534 and r60539 from trunk.
Georg Brandl
2008-02-05
1
-232/+265
*
Merged revisions 59985-60000,60002,60005-60007,60009-60042 via svnmerge from
Christian Heimes
2008-01-18
1
-19/+27
*
Remove Queue.empty() and Queue.full() in favor of using qsize() or trapping t...
Raymond Hettinger
2008-01-14
1
-16/+19
*
Raise statement normalization in Lib/test/.
Collin Winter
2007-08-29
1
-4/+4
*
Merged revisions 55007-55179 via svnmerge from
Guido van Rossum
2007-05-07
1
-1/+1
*
Fix most trivially-findable print statements.
Guido van Rossum
2007-02-09
1
-2/+2
*
Merge p3yk branch with the trunk up to revision 45595. This breaks a fair
Thomas Wouters
2006-04-21
1
-0/+44
*
Stab at SF 1010777: test_queue fails occasionally
Tim Peters
2004-08-20
1
-14/+53
*
Semantic-neutral format and comment changes.
Tim Peters
2004-08-20
1
-14/+16
*
Style guide reformats. I saw this test fail on a very heavily loaded
Tim Peters
2002-11-15
1
-6/+9
*
Patch #572628: Optional timeouts for put and get.
Martin v. Löwis
2002-10-15
1
-2/+37
*
Get rid of relative imports in all unittests. Now anything that
Barry Warsaw
2002-07-23
1
-1/+1
*
Fix bug 544473 - "Queue module can deadlock".
Mark Hammond
2002-04-19
1
-0/+158