index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Lib
/
Queue.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Issue #18676: Change 'positive' to 'non-negative' in queue.py put and get
Terry Jan Reedy
2013-08-10
1
-4/+4
*
Move the previously local import of threading to module level.
Georg Brandl
2009-03-15
1
-8/+8
*
give the threading API PEP 8 names
Benjamin Peterson
2008-06-11
1
-1/+1
*
Queue renaming reversal part 3: move module into place and
Georg Brandl
2008-05-25
1
-0/+244
*
Moved the Queue module stub in lib-old.
Alexandre Vassalotti
2008-05-11
1
-8/+0
*
Added stub for the Queue module to be renamed in 3.0.
Alexandre Vassalotti
2008-05-11
1
-242/+6
*
Add queues will alternative fetch orders (priority based and stack based).
Raymond Hettinger
2008-01-16
1
-2/+38
*
Refactor if/elif chain for clarity and speed. Remove dependency on subclasse...
Raymond Hettinger
2008-01-15
1
-30/+23
*
... and the number of the counting shall be three.
Raymond Hettinger
2006-11-23
1
-1/+1
*
document the class, not its initializer
Skip Montanaro
2006-06-10
1
-4/+4
*
Don't decrement below zero. And add more tests.
Raymond Hettinger
2006-03-25
1
-1/+2
*
Whitespace normalization.
Tim Peters
2006-03-25
1
-1/+1
*
SF Patch #1455676: Simplify using Queues with daemon consumer threads
Raymond Hettinger
2006-03-24
1
-0/+45
*
Simplified the new get/get_nowait/put/put_nowait implementations a bit.
Tim Peters
2004-07-12
1
-27/+12
*
Bug #788520: Queue class has logic error when non-blocking
Tim Peters
2004-07-12
1
-85/+62
*
* Move collections.deque() in from the sandbox
Raymond Hettinger
2004-01-29
1
-2/+3
*
Add __all__ .
Brett Cannon
2003-07-01
1
-0/+2
*
Use the dummy_thread module in Queue.py and tempfile.py.
Guido van Rossum
2002-12-30
1
-1/+4
*
Patch #572628: Optional timeouts for put and get.
Martin v. Löwis
2002-10-15
1
-17/+69
*
Code modernization. Replace v=s[i]; del s[i] with single lookup v=s.pop(i)
Raymond Hettinger
2002-06-30
1
-3/+1
*
Fix bug 544473 - "Queue module can deadlock".
Mark Hammond
2002-04-19
1
-14/+33
*
removed __all__ from several modules
Skip Montanaro
2001-02-18
1
-2/+0
*
added __all__ lists to a number of Python modules
Skip Montanaro
2001-01-20
1
-0/+2
*
Variant of Skip's patch 103246 (Remove unneeded string exception compat from ...
Tim Peters
2001-01-15
1
-13/+7
*
typos fixed by Rob Hooft
Jeremy Hylton
2000-06-28
1
-1/+1
*
Mass patch by Ka-Ping Yee:
Guido van Rossum
2000-02-02
1
-1/+1
*
Make the maxsize constructor argument default to 0 (an unlimited queue size).
Guido van Rossum
1999-09-09
1
-1/+1
*
Tim Peters:
Guido van Rossum
1999-02-08
1
-42/+40
*
Replace all calls to acquire_lock() and release_lock() with acquire()
Guido van Rossum
1998-04-29
1
-25/+25
*
Clarify that put *blocks* when the queue is full. Add some blank
Guido van Rossum
1998-04-09
1
-1/+6
*
Mass check-in after untabifying all files that need it.
Guido van Rossum
1998-03-26
1
-85/+85
*
(Queue.Empty): When class based exceptions are in force, derive this
Barry Warsaw
1997-11-20
1
-116/+130
*
Some minute changes.
Guido van Rossum
1993-12-29
1
-0/+1
*
* Mass change: get rid of all init() methods, in favor of __init__()
Guido van Rossum
1993-12-17
1
-3/+1
*
New module implementing a multi-everything queue.
Guido van Rossum
1992-08-25
1
-0/+122