summaryrefslogtreecommitdiff
path: root/Lib/test/test_queue.py
Commit message (Expand)AuthorAgeFilesLines
* Merged revisions 64125 via svnmerge fromBenjamin Peterson2008-06-111-4/+4
* #2621 rename test.test_support to test.supportBenjamin Peterson2008-05-201-2/+2
* Rename Queue module to queue.Alexandre Vassalotti2008-05-111-13/+13
* Prevent test_queue from leaking: one worker thread was not stopped.Amaury Forgeot d'Arc2008-04-011-2/+3
* Merge r60528, r60534 and r60539 from trunk.Georg Brandl2008-02-051-232/+265
* Merged revisions 59985-60000,60002,60005-60007,60009-60042 via svnmerge fromChristian Heimes2008-01-181-19/+27
* Remove Queue.empty() and Queue.full() in favor of using qsize() or trapping t...Raymond Hettinger2008-01-141-16/+19
* Raise statement normalization in Lib/test/.Collin Winter2007-08-291-4/+4
* Merged revisions 55007-55179 via svnmerge fromGuido van Rossum2007-05-071-1/+1
* Fix most trivially-findable print statements.Guido van Rossum2007-02-091-2/+2
* Merge p3yk branch with the trunk up to revision 45595. This breaks a fairThomas Wouters2006-04-211-0/+44
* Stab at SF 1010777: test_queue fails occasionallyTim Peters2004-08-201-14/+53
* Semantic-neutral format and comment changes.Tim Peters2004-08-201-14/+16
* Style guide reformats. I saw this test fail on a very heavily loadedTim Peters2002-11-151-6/+9
* Patch #572628: Optional timeouts for put and get.Martin v. Löwis2002-10-151-2/+37
* Get rid of relative imports in all unittests. Now anything thatBarry Warsaw2002-07-231-1/+1
* Fix bug 544473 - "Queue module can deadlock".Mark Hammond2002-04-191-0/+158