1. b9498e2 bpo-35202: Remove unused imports in Lib directory. (GH-10446) by Srinivas Thatiparthy (శ్రీనివాస్ తాటిపర్తి) · 6 years ago
  2. 94e1696 bpo-14976: Reentrant simple queue (#3346) by Antoine Pitrou · 7 years ago
  3. a4a3020 bpo-32157: Removed explicit quotes around %r and {!r}. (#4582) by Serhiy Storchaka · 7 years ago
  4. b9b6900 bpo-31234: Add support.join_thread() helper (#3587) by Victor Stinner · 7 years ago
  5. 167cbde bpo-31234: Join threads in test_queue (#3586) by Victor Stinner · 7 years ago
  6. a6a4dc8 bpo-31370: Remove support for threads-less builds (#3385) by Antoine Pitrou · 7 years ago
  7. 38c707e Issue #21741: Update 147 test modules to use test discovery. by Zachary Ware · 9 years ago
  8. 656c808 Clean up references to threads in test_queue. by Ezio Melotti · 11 years ago
  9. c6bfce9 #14333: fix test_queue so it can be run via standard unittest test discovery. by R David Murray · 12 years ago
  10. b3aedd4 #9424: Replace deprecated assert* methods in the Python test suite. by Ezio Melotti · 14 years ago
  11. 189316a Issue 10110: Let Queue.put recognize a full queue when the maxsize parameter has been reduced. by Raymond Hettinger · 14 years ago
  12. 671153d Add queue tests for empty, full, put_nowait, and get_nowait. by Brett Cannon · 14 years ago
  13. 45df820 Merged revisions 80552-80556,80564-80566,80568-80571 via svnmerge from by Victor Stinner · 14 years ago
  14. 1b37e87 Merged revisions 78093 via svnmerge from by Georg Brandl · 14 years ago
  15. c9c0f20 convert old fail* assertions to assert* by Benjamin Peterson · 15 years ago
  16. 672b803 Merged revisions 64125 via svnmerge from by Benjamin Peterson · 16 years ago
  17. ee8712c #2621 rename test.test_support to test.support by Benjamin Peterson · 16 years ago
  18. f260e44 Rename Queue module to queue. by Alexandre Vassalotti · 16 years ago
  19. b4febc7 Prevent test_queue from leaking: one worker thread was not stopped. by Amaury Forgeot d'Arc · 16 years ago
  20. 0e3b0ec Merge r60528, r60534 and r60539 from trunk. by Georg Brandl · 16 years ago
  21. 679db4a Merged revisions 59985-60000,60002,60005-60007,60009-60042 via svnmerge from by Christian Heimes · 17 years ago
  22. 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
  23. 3add4d7 Raise statement normalization in Lib/test/. by Collin Winter · 17 years ago
  24. 805365e Merged revisions 55007-55179 via svnmerge from by Guido van Rossum · 17 years ago
  25. be19ed7 Fix most trivially-findable print statements. by Guido van Rossum · 17 years ago
  26. 49fd7fa Merge p3yk branch with the trunk up to revision 45595. This breaks a fair by Thomas Wouters · 18 years ago
  27. 8d7626c Stab at SF 1010777: test_queue fails occasionally by Tim Peters · 20 years ago
  28. afe5297 Semantic-neutral format and comment changes. by Tim Peters · 20 years ago
  29. a1d004a Style guide reformats. I saw this test fail on a very heavily loaded by Tim Peters · 22 years ago
  30. 77ac429 Patch #572628: Optional timeouts for put and get. by Martin v. Löwis · 22 years ago
  31. 04f357c Get rid of relative imports in all unittests. Now anything that by Barry Warsaw · 22 years ago
  32. 3b959db Fix bug 544473 - "Queue module can deadlock". by Mark Hammond · 22 years ago