summaryrefslogtreecommitdiffstats
path: root/Lib/Queue.py
Commit message (Expand)AuthorAgeFilesLines
* removed __all__ from several modulesSkip Montanaro2001-02-181-2/+0
* added __all__ lists to a number of Python modulesSkip Montanaro2001-01-201-0/+2
* Variant of Skip's patch 103246 (Remove unneeded string exception compat from ...Tim Peters2001-01-151-13/+7
* typos fixed by Rob HooftJeremy Hylton2000-06-281-1/+1
* Mass patch by Ka-Ping Yee:Guido van Rossum2000-02-021-1/+1
* Make the maxsize constructor argument default to 0 (an unlimited queue size).Guido van Rossum1999-09-091-1/+1
* Tim Peters:Guido van Rossum1999-02-081-42/+40
* Replace all calls to acquire_lock() and release_lock() with acquire()Guido van Rossum1998-04-291-25/+25
* Clarify that put *blocks* when the queue is full. Add some blankGuido van Rossum1998-04-091-1/+6
* Mass check-in after untabifying all files that need it.Guido van Rossum1998-03-261-85/+85
* (Queue.Empty): When class based exceptions are in force, derive thisBarry Warsaw1997-11-201-116/+130
* Some minute changes.Guido van Rossum1993-12-291-0/+1
* * Mass change: get rid of all init() methods, in favor of __init__()Guido van Rossum1993-12-171-3/+1
* New module implementing a multi-everything queue.Guido van Rossum1992-08-251-0/+122