Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix typo | Georg Brandl | 2006-03-25 | 1 | -1/+1 |
* | Don't decrement below zero. And add more tests. | Raymond Hettinger | 2006-03-25 | 1 | -3/+17 |
* | Whitespace normalization. | Tim Peters | 2006-03-25 | 1 | -1/+1 |
* | Revert previous change. Wasn't ready yet. | Raymond Hettinger | 2006-03-24 | 1 | -12/+1 |
* | Add more tests | Raymond Hettinger | 2006-03-24 | 1 | -1/+12 |
* | SF Patch #1455676: Simplify using Queues with daemon consumer threads | Raymond Hettinger | 2006-03-24 | 1 | -0/+30 |
* | 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 |