summaryrefslogtreecommitdiff
path: root/Lib/queue.py
Commit message (Expand)AuthorAgeFilesLines
* bpo-14976: Reentrant simple queue (#3346)Antoine Pitrou2018-01-161-4/+82
* bpo-31370: Remove support for threads-less builds (#3385)Antoine Pitrou2017-09-071-4/+1
* Issue #22043: time.monotonic() is now always availableVictor Stinner2014-09-021-4/+1
* Issue #18676: Change 'positive' to 'non-negative' in queue.py put and getTerry Jan Reedy2013-08-101-4/+4
* Issue #14428, #14397: Implement the PEP 418Victor Stinner2012-04-291-1/+4
* Issue #14222: Use the new time.steady() function instead of time.time() forVictor Stinner2012-03-151-1/+1
* Fix nasty typoRaymond Hettinger2012-01-091-1/+1
* Make the docstring style consistent.Raymond Hettinger2012-01-091-24/+23
* Improve clarity with keyword argument for block. Move nowait methods together.Raymond Hettinger2012-01-091-9/+9
* Minor code clean-ups and beautifications.Raymond Hettinger2012-01-091-17/+17
* Simplify the code using with-statements.Raymond Hettinger2012-01-071-28/+14
* Issue 10110: Let Queue.put recognize a full queue when the maxsize parameter...Raymond Hettinger2010-10-311-5/+5
* port the queue change r70405Benjamin Peterson2009-03-211-8/+8
* Document the suggested alternative to emtpy() and full().Raymond Hettinger2009-03-061-2/+19
* Merged revisions 64125 via svnmerge fromBenjamin Peterson2008-06-111-1/+1
* Rename Queue module to queue.Alexandre Vassalotti2008-05-111-0/+244