aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Lib/queue.py
Commit message (Expand)AuthorAge
* Issue 10110: Let Queue.put recognize a full queue when the maxsize parameter...Raymond Hettinger2010-10-31
* port the queue change r70405Benjamin Peterson2009-03-21
* Document the suggested alternative to emtpy() and full().Raymond Hettinger2009-03-06
* Merged revisions 64125 via svnmerge fromBenjamin Peterson2008-06-11
* Rename Queue module to queue.Alexandre Vassalotti2008-05-11