aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Lib/Queue.py
Commit message (Expand)AuthorAge
* Tim Peters:Guido van Rossum1999-02-08
* Replace all calls to acquire_lock() and release_lock() with acquire()Guido van Rossum1998-04-29
* Clarify that put *blocks* when the queue is full. Add some blankGuido van Rossum1998-04-09
* Mass check-in after untabifying all files that need it.Guido van Rossum1998-03-26
* (Queue.Empty): When class based exceptions are in force, derive thisBarry Warsaw1997-11-20
* Some minute changes.Guido van Rossum1993-12-29
* * Mass change: get rid of all init() methods, in favor of __init__()Guido van Rossum1993-12-17
* New module implementing a multi-everything queue.Guido van Rossum1992-08-25