Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython2
/
3c919cf140170a03c20ec68a8fe63586b718d057
/
Lib
/
test
/
test_queue.py
a4f46e1
Remove unused imports in test modules.
by Georg Brandl
· 15 years ago
dde5b94
#7092: Silence more py3k warnings. Patch by Florent Xicluna.
by Ezio Melotti
· 15 years ago
ce8e33a
Reverting the Revision: 77368. I committed Flox's big patch for tests by
by Senthil Kumaran
· 15 years ago
3ddc435
Fixing - Issue7026 - RuntimeError: dictionary changed size during iteration. Patch by flox
by Senthil Kumaran
· 15 years ago
5c8da86
convert usage of fail* to assert*
by Benjamin Peterson
· 16 years ago
0fbcf69
give the threading API PEP 8 names
by Benjamin Peterson
· 17 years ago
a6168f9
Queue renaming reversal part 3: move module into place and
by Georg Brandl
· 17 years ago
30ece44
Added stub for the Queue module to be renamed in 3.0.
by Alexandre Vassalotti
· 17 years ago
3c3d9ac
Revert accidental changes to test_queue in r60605.
by Georg Brandl
· 17 years ago
b709077
* Use the same code to profile for test_profile and test_cprofile.
by Georg Brandl
· 17 years ago
4b7deed
Use context manager for a lock.
by Brett Cannon
· 17 years ago
cafb710
Fix a conversion mistake that caused test_queue to fail intermittently.
by Georg Brandl
· 17 years ago
d22b466
Rewrite test_queue as unittest. Written for GHOP by Ian Seyer.
by Georg Brandl
· 17 years ago
9e1bc98
Add queues will alternative fetch orders (priority based and stack based).
by Raymond Hettinger
· 17 years ago
baf05b7
fix typo
by Georg Brandl
· 19 years ago
c4e94b9
Don't decrement below zero. And add more tests.
by Raymond Hettinger
· 19 years ago
e33901e
Whitespace normalization.
by Tim Peters
· 19 years ago
43b00da
Revert previous change. Wasn't ready yet.
by Raymond Hettinger
· 19 years ago
e751c86
Add more tests
by Raymond Hettinger
· 19 years ago
fd3fcf0
SF Patch #1455676: Simplify using Queues with daemon consumer threads
by Raymond Hettinger
· 19 years ago
8d7626c
Stab at SF 1010777: test_queue fails occasionally
by Tim Peters
· 21 years ago
afe5297
Semantic-neutral format and comment changes.
by Tim Peters
· 21 years ago
a1d004a
Style guide reformats. I saw this test fail on a very heavily loaded
by Tim Peters
· 23 years ago
77ac429
Patch #572628: Optional timeouts for put and get.
by Martin v. Löwis
· 23 years ago
04f357c
Get rid of relative imports in all unittests. Now anything that
by Barry Warsaw
· 23 years ago
3b959db
Fix bug 544473 - "Queue module can deadlock".
by Mark Hammond
· 23 years ago