1. 656c808 Clean up references to threads in test_queue. by Ezio Melotti · 11 years ago
  2. c6bfce9 #14333: fix test_queue so it can be run via standard unittest test discovery. by R David Murray · 12 years ago
  3. b3aedd4 #9424: Replace deprecated assert* methods in the Python test suite. by Ezio Melotti · 14 years ago
  4. 189316a Issue 10110: Let Queue.put recognize a full queue when the maxsize parameter has been reduced. by Raymond Hettinger · 14 years ago
  5. 671153d Add queue tests for empty, full, put_nowait, and get_nowait. by Brett Cannon · 14 years ago
  6. 45df820 Merged revisions 80552-80556,80564-80566,80568-80571 via svnmerge from by Victor Stinner · 14 years ago
  7. 1b37e87 Merged revisions 78093 via svnmerge from by Georg Brandl · 14 years ago
  8. c9c0f20 convert old fail* assertions to assert* by Benjamin Peterson · 15 years ago
  9. 672b803 Merged revisions 64125 via svnmerge from by Benjamin Peterson · 16 years ago
  10. ee8712c #2621 rename test.test_support to test.support by Benjamin Peterson · 16 years ago
  11. f260e44 Rename Queue module to queue. by Alexandre Vassalotti · 16 years ago
  12. b4febc7 Prevent test_queue from leaking: one worker thread was not stopped. by Amaury Forgeot d'Arc · 16 years ago
  13. 0e3b0ec Merge r60528, r60534 and r60539 from trunk. by Georg Brandl · 16 years ago
  14. 679db4a Merged revisions 59985-60000,60002,60005-60007,60009-60042 via svnmerge from by Christian Heimes · 17 years ago
  15. da3caed Remove Queue.empty() and Queue.full() in favor of using qsize() or trapping the Empty and Full exceptions. by Raymond Hettinger · 17 years ago
  16. 3add4d7 Raise statement normalization in Lib/test/. by Collin Winter · 17 years ago
  17. 805365e Merged revisions 55007-55179 via svnmerge from by Guido van Rossum · 17 years ago
  18. be19ed7 Fix most trivially-findable print statements. by Guido van Rossum · 17 years ago
  19. 49fd7fa Merge p3yk branch with the trunk up to revision 45595. This breaks a fair by Thomas Wouters · 18 years ago
  20. 8d7626c Stab at SF 1010777: test_queue fails occasionally by Tim Peters · 20 years ago
  21. afe5297 Semantic-neutral format and comment changes. by Tim Peters · 20 years ago
  22. a1d004a Style guide reformats. I saw this test fail on a very heavily loaded by Tim Peters · 22 years ago
  23. 77ac429 Patch #572628: Optional timeouts for put and get. by Martin v. Löwis · 22 years ago
  24. 04f357c Get rid of relative imports in all unittests. Now anything that by Barry Warsaw · 22 years ago
  25. 3b959db Fix bug 544473 - "Queue module can deadlock". by Mark Hammond · 22 years ago