1. a4f46e1 Remove unused imports in test modules. by Georg Brandl · 15 years ago
  2. dde5b94 #7092: Silence more py3k warnings. Patch by Florent Xicluna. by Ezio Melotti · 15 years ago
  3. ce8e33a Reverting the Revision: 77368. I committed Flox's big patch for tests by by Senthil Kumaran · 15 years ago
  4. 3ddc435 Fixing - Issue7026 - RuntimeError: dictionary changed size during iteration. Patch by flox by Senthil Kumaran · 15 years ago
  5. 5c8da86 convert usage of fail* to assert* by Benjamin Peterson · 16 years ago
  6. 0fbcf69 give the threading API PEP 8 names by Benjamin Peterson · 17 years ago
  7. a6168f9 Queue renaming reversal part 3: move module into place and by Georg Brandl · 17 years ago
  8. 30ece44 Added stub for the Queue module to be renamed in 3.0. by Alexandre Vassalotti · 17 years ago
  9. 3c3d9ac Revert accidental changes to test_queue in r60605. by Georg Brandl · 17 years ago
  10. b709077 * Use the same code to profile for test_profile and test_cprofile. by Georg Brandl · 17 years ago
  11. 4b7deed Use context manager for a lock. by Brett Cannon · 17 years ago
  12. cafb710 Fix a conversion mistake that caused test_queue to fail intermittently. by Georg Brandl · 17 years ago
  13. d22b466 Rewrite test_queue as unittest. Written for GHOP by Ian Seyer. by Georg Brandl · 17 years ago
  14. 9e1bc98 Add queues will alternative fetch orders (priority based and stack based). by Raymond Hettinger · 17 years ago
  15. baf05b7 fix typo by Georg Brandl · 19 years ago
  16. c4e94b9 Don't decrement below zero. And add more tests. by Raymond Hettinger · 19 years ago
  17. e33901e Whitespace normalization. by Tim Peters · 19 years ago
  18. 43b00da Revert previous change. Wasn't ready yet. by Raymond Hettinger · 19 years ago
  19. e751c86 Add more tests by Raymond Hettinger · 19 years ago
  20. fd3fcf0 SF Patch #1455676: Simplify using Queues with daemon consumer threads by Raymond Hettinger · 19 years ago
  21. 8d7626c Stab at SF 1010777: test_queue fails occasionally by Tim Peters · 21 years ago
  22. afe5297 Semantic-neutral format and comment changes. by Tim Peters · 21 years ago
  23. a1d004a Style guide reformats. I saw this test fail on a very heavily loaded by Tim Peters · 23 years ago
  24. 77ac429 Patch #572628: Optional timeouts for put and get. by Martin v. Löwis · 23 years ago
  25. 04f357c Get rid of relative imports in all unittests. Now anything that by Barry Warsaw · 23 years ago
  26. 3b959db Fix bug 544473 - "Queue module can deadlock". by Mark Hammond · 23 years ago