1. c9c0f20 convert old fail* assertions to assert* by Benjamin Peterson · 16 years ago
  2. 672b803 Merged revisions 64125 via svnmerge from by Benjamin Peterson · 17 years ago
  3. ee8712c #2621 rename test.test_support to test.support by Benjamin Peterson · 17 years ago
  4. f260e44 Rename Queue module to queue. by Alexandre Vassalotti · 17 years ago
  5. b4febc7 Prevent test_queue from leaking: one worker thread was not stopped. by Amaury Forgeot d'Arc · 17 years ago
  6. 0e3b0ec Merge r60528, r60534 and r60539 from trunk. by Georg Brandl · 17 years ago
  7. 679db4a Merged revisions 59985-60000,60002,60005-60007,60009-60042 via svnmerge from by Christian Heimes · 17 years ago
  8. 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
  9. 3add4d7 Raise statement normalization in Lib/test/. by Collin Winter · 18 years ago
  10. 805365e Merged revisions 55007-55179 via svnmerge from by Guido van Rossum · 18 years ago
  11. be19ed7 Fix most trivially-findable print statements. by Guido van Rossum · 18 years ago
  12. 49fd7fa Merge p3yk branch with the trunk up to revision 45595. This breaks a fair by Thomas Wouters · 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