summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_queue.py
Commit message (Expand)AuthorAgeFilesLines
* fix typoGeorg Brandl2006-03-251-1/+1
* Don't decrement below zero. And add more tests.Raymond Hettinger2006-03-251-3/+17
* Whitespace normalization.Tim Peters2006-03-251-1/+1
* Revert previous change. Wasn't ready yet.Raymond Hettinger2006-03-241-12/+1
* Add more testsRaymond Hettinger2006-03-241-1/+12
* SF Patch #1455676: Simplify using Queues with daemon consumer threadsRaymond Hettinger2006-03-241-0/+30
* 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