1. 3c3d9ac Revert accidental changes to test_queue in r60605. by Georg Brandl · 18 years ago
  2. b709077 * Use the same code to profile for test_profile and test_cprofile. by Georg Brandl · 18 years ago
  3. 4b7deed Use context manager for a lock. by Brett Cannon · 18 years ago
  4. cafb710 Fix a conversion mistake that caused test_queue to fail intermittently. by Georg Brandl · 18 years ago
  5. d22b466 Rewrite test_queue as unittest. Written for GHOP by Ian Seyer. by Georg Brandl · 18 years ago
  6. 9e1bc98 Add queues will alternative fetch orders (priority based and stack based). by Raymond Hettinger · 18 years ago
  7. baf05b7 fix typo by Georg Brandl · 19 years ago
  8. c4e94b9 Don't decrement below zero. And add more tests. by Raymond Hettinger · 19 years ago
  9. e33901e Whitespace normalization. by Tim Peters · 19 years ago
  10. 43b00da Revert previous change. Wasn't ready yet. by Raymond Hettinger · 19 years ago
  11. e751c86 Add more tests by Raymond Hettinger · 19 years ago
  12. fd3fcf0 SF Patch #1455676: Simplify using Queues with daemon consumer threads by Raymond Hettinger · 19 years ago
  13. 8d7626c Stab at SF 1010777: test_queue fails occasionally by Tim Peters · 21 years ago
  14. afe5297 Semantic-neutral format and comment changes. by Tim Peters · 21 years ago
  15. a1d004a Style guide reformats. I saw this test fail on a very heavily loaded by Tim Peters · 23 years ago
  16. 77ac429 Patch #572628: Optional timeouts for put and get. by Martin v. Löwis · 23 years ago
  17. 04f357c Get rid of relative imports in all unittests. Now anything that by Barry Warsaw · 23 years ago
  18. 3b959db Fix bug 544473 - "Queue module can deadlock". by Mark Hammond · 23 years ago