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
*
#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