| Commit message (Expand) | Author | Age | Files | Lines |
* | #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 |
|
|