summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_queue.py
Commit message (Expand)AuthorAgeFilesLines
* 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