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
/
test
/
test_queue.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Revert accidental changes to test_queue in r60605.
Georg Brandl
2008-02-06
1
-20/+16
*
* Use the same code to profile for test_profile and test_cprofile.
Georg Brandl
2008-02-05
1
-16/+20
*
Use context manager for a lock.
Brett Cannon
2008-02-03
1
-4/+1
*
Fix a conversion mistake that caused test_queue to fail intermittently.
Georg Brandl
2008-02-02
1
-4/+4
*
Rewrite test_queue as unittest. Written for GHOP by Ian Seyer.
Georg Brandl
2008-02-02
1
-231/+267
*
Add queues will alternative fetch orders (priority based and stack based).
Raymond Hettinger
2008-01-16
1
-12/+19
*
fix typo
Georg Brandl
2006-03-25
1
-1/+1
*
Don't decrement below zero. And add more tests.
Raymond Hettinger
2006-03-25
1
-3/+17
*
Whitespace normalization.
Tim Peters
2006-03-25
1
-1/+1
*
Revert previous change. Wasn't ready yet.
Raymond Hettinger
2006-03-24
1
-12/+1
*
Add more tests
Raymond Hettinger
2006-03-24
1
-1/+12
*
SF Patch #1455676: Simplify using Queues with daemon consumer threads
Raymond Hettinger
2006-03-24
1
-0/+30
*
Stab at SF 1010777: test_queue fails occasionally
Tim Peters
2004-08-20
1
-14/+53
*
Semantic-neutral format and comment changes.
Tim Peters
2004-08-20
1
-14/+16
*
Style guide reformats. I saw this test fail on a very heavily loaded
Tim Peters
2002-11-15
1
-6/+9
*
Patch #572628: Optional timeouts for put and get.
Martin v. Löwis
2002-10-15
1
-2/+37
*
Get rid of relative imports in all unittests. Now anything that
Barry Warsaw
2002-07-23
1
-1/+1
*
Fix bug 544473 - "Queue module can deadlock".
Mark Hammond
2002-04-19
1
-0/+158