Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython3
/
c5b75db5def1890924d914bc36b54e6a120bf2d7
/
Lib
/
test
/
test_queue.py
c6bfce9
#14333: fix test_queue so it can be run via standard unittest test discovery.
by R David Murray
· 13 years ago
b3aedd4
#9424: Replace deprecated assert* methods in the Python test suite.
by Ezio Melotti
· 14 years ago
189316a
Issue 10110: Let Queue.put recognize a full queue when the maxsize parameter has been reduced.
by Raymond Hettinger
· 14 years ago
671153d
Add queue tests for empty, full, put_nowait, and get_nowait.
by Brett Cannon
· 14 years ago
45df820
Merged revisions 80552-80556,80564-80566,80568-80571 via svnmerge from
by Victor Stinner
· 15 years ago
1b37e87
Merged revisions 78093 via svnmerge from
by Georg Brandl
· 15 years ago
c9c0f20
convert old fail* assertions to assert*
by Benjamin Peterson
· 15 years ago
672b803
Merged revisions 64125 via svnmerge from
by Benjamin Peterson
· 16 years ago
ee8712c
#2621 rename test.test_support to test.support
by Benjamin Peterson
· 16 years ago
f260e44
Rename Queue module to queue.
by Alexandre Vassalotti
· 16 years ago
b4febc7
Prevent test_queue from leaking: one worker thread was not stopped.
by Amaury Forgeot d'Arc
· 17 years ago
0e3b0ec
Merge r60528, r60534 and r60539 from trunk.
by Georg Brandl
· 17 years ago
679db4a
Merged revisions 59985-60000,60002,60005-60007,60009-60042 via svnmerge from
by Christian Heimes
· 17 years ago
da3caed
Remove Queue.empty() and Queue.full() in favor of using qsize() or trapping the Empty and Full exceptions.
by Raymond Hettinger
· 17 years ago
3add4d7
Raise statement normalization in Lib/test/.
by Collin Winter
· 17 years ago
805365e
Merged revisions 55007-55179 via svnmerge from
by Guido van Rossum
· 18 years ago
be19ed7
Fix most trivially-findable print statements.
by Guido van Rossum
· 18 years ago
49fd7fa
Merge p3yk branch with the trunk up to revision 45595. This breaks a fair
by Thomas Wouters
· 19 years ago
8d7626c
Stab at SF 1010777: test_queue fails occasionally
by Tim Peters
· 20 years ago
afe5297
Semantic-neutral format and comment changes.
by Tim Peters
· 20 years ago
a1d004a
Style guide reformats. I saw this test fail on a very heavily loaded
by Tim Peters
· 22 years ago
77ac429
Patch #572628: Optional timeouts for put and get.
by Martin v. Löwis
· 22 years ago
04f357c
Get rid of relative imports in all unittests. Now anything that
by Barry Warsaw
· 22 years ago
3b959db
Fix bug 544473 - "Queue module can deadlock".
by Mark Hammond
· 23 years ago