1. 94e1696 bpo-14976: Reentrant simple queue (#3346) by Antoine Pitrou · 7 years ago
  2. 0c3be96 bpo-31145: Use dataclasses to create a prioritization wrapper (#5153) by Raymond Hettinger · 7 years ago
  3. 989db5c Issue #19795: Mark up None as literal text. by Serhiy Storchaka · 8 years ago
  4. ecf41da Issue #19795: Mark up None as literal text. by Serhiy Storchaka · 8 years ago
  5. f1024f7 merge by Raymond Hettinger · 8 years ago
  6. 87dc4d6 Issue 14976: Note that the queue module is not designed to protect against reentrancy by Raymond Hettinger · 8 years ago
  7. 0d441d7 Add a note about queue not being safe for use from signal handlers. issue14976. by Gregory P. Smith ext:(%20%5BGoogle%20Inc.%5D) · 8 years ago
  8. cb3f2c8 Add a note about queue not being safe for use from signal handlers. issue14976. by Gregory P. Smith ext:(%20%5BGoogle%20Inc.%5D) · 8 years ago
  9. 4ecfa45 Expand abbreviations FIFO and LIFO. by Serhiy Storchaka · 8 years ago
  10. de31134 Issue #12155: Fix queue doc example to join threads by Victor Stinner · 9 years ago
  11. 9e0ae53 Issue #18757: Improved cross-references in the concurrent package. by Serhiy Storchaka · 11 years ago
  12. b98b37f Improve the grammar of a non-sentence. by R David Murray · 12 years ago
  13. 4f707fd Separate source link from main text. by Raymond Hettinger · 14 years ago
  14. 1048094 Move source links to consistent location and remove wordy, big yellow boxes. by Raymond Hettinger · 14 years ago
  15. 2f2a9f7 Fix indent. by Georg Brandl · 14 years ago
  16. fc90213 Combine the two seealso sections. by Raymond Hettinger · 14 years ago
  17. 696efdd Mention multiprocessing.Queue in the queue docs by Antoine Pitrou · 14 years ago
  18. 6e6cb8e Provide links to Python source where the code is short, readable and by Éric Araujo · 14 years ago
  19. 2b600e5 Merged revisions 78463 via svnmerge from by Andrew M. Kuchling · 14 years ago
  20. 1824415 Switch more function arguments docs to new-style. by Georg Brandl · 15 years ago
  21. 28c013d Fix markup. by Raymond Hettinger · 15 years ago
  22. 1d7f4b2 Add cross-reference to the collections docs. by Raymond Hettinger · 15 years ago
  23. 47aa989 Redocument the empty() and full() methods. by Raymond Hettinger · 15 years ago
  24. e8fcbf6 fix a case of set_daemon #5087 by Benjamin Peterson · 16 years ago
  25. 48310cd Remove trailing whitespace. by Georg Brandl · 16 years ago
  26. f992640 Fix last traces of old threading API. by Georg Brandl · 16 years ago
  27. f260e44 Rename Queue module to queue. by Alexandre Vassalotti · 16 years ago
  28. 35e8c46 remove some old versionchanged and versionadded directives by Benjamin Peterson · 16 years ago
  29. 292d351 Merged revisions 60481,60485,60489-60520,60523-60527,60530-60533,60535-60538,60540-60551 via svnmerge from by Christian Heimes · 17 years ago
  30. 679db4a Merged revisions 59985-60000,60002,60005-60007,60009-60042 via svnmerge from by Christian Heimes · 17 years ago
  31. 3564146 Sync-up Queue.py with Py2.6 by Raymond Hettinger · 17 years ago
  32. 7736b5b Merged revisions 59952-59984 via svnmerge from by Guido van Rossum · 17 years ago
  33. 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
  34. 89d996e Merged revisions 57778-58052 via svnmerge from by Thomas Wouters · 17 years ago
  35. 55ac8f0 Get rid of the remaining versionadded/versionchanged directives. by Georg Brandl · 17 years ago
  36. 116aa62 Move the 3k reST doc tree in place. by Georg Brandl · 17 years ago