summaryrefslogtreecommitdiff
path: root/Lib/test/test_queue.py
Commit message (Expand)AuthorAgeFilesLines
* Clean up references to threads in test_queue.Ezio Melotti2013-03-231-1/+4
* #14333: fix test_queue so it can be run via standard unittest test discovery.R David Murray2012-03-171-4/+4
* Merged revisions 86596 via svnmerge fromEzio Melotti2010-11-211-4/+4
* Issue #7449, last part (11): fix many tests if thread support is disabledVictor Stinner2010-04-271-1/+1
* Remove unused imports in test modules.Georg Brandl2010-02-071-1/+0
* #7092: Silence more py3k warnings. Patch by Florent Xicluna.Ezio Melotti2010-02-031-5/+7
* Reverting the Revision: 77368. I committed Flox's big patch for tests bySenthil Kumaran2010-01-081-7/+6
* Fixing - Issue7026 - RuntimeError: dictionary changed size during iteration. ...Senthil Kumaran2010-01-081-6/+7
* convert usage of fail* to assert*Benjamin Peterson2009-06-301-14/+14
* give the threading API PEP 8 namesBenjamin Peterson2008-06-111-4/+4
* Queue renaming reversal part 3: move module into place andGeorg Brandl2008-05-251-12/+12
* Added stub for the Queue module to be renamed in 3.0.Alexandre Vassalotti2008-05-111-13/+13
* Revert accidental changes to test_queue in r60605.Georg Brandl2008-02-061-20/+16
* * Use the same code to profile for test_profile and test_cprofile.Georg Brandl2008-02-051-16/+20
* Use context manager for a lock.Brett Cannon2008-02-031-4/+1
* Fix a conversion mistake that caused test_queue to fail intermittently.Georg Brandl2008-02-021-4/+4
* Rewrite test_queue as unittest. Written for GHOP by Ian Seyer.Georg Brandl2008-02-021-231/+267
* Add queues will alternative fetch orders (priority based and stack based).Raymond Hettinger2008-01-161-12/+19
* fix typoGeorg Brandl2006-03-251-1/+1
* Don't decrement below zero. And add more tests.Raymond Hettinger2006-03-251-3/+17
* Whitespace normalization.Tim Peters2006-03-251-1/+1
* Revert previous change. Wasn't ready yet.Raymond Hettinger2006-03-241-12/+1
* Add more testsRaymond Hettinger2006-03-241-1/+12
* SF Patch #1455676: Simplify using Queues with daemon consumer threadsRaymond Hettinger2006-03-241-0/+30
* Stab at SF 1010777: test_queue fails occasionallyTim Peters2004-08-201-14/+53
* Semantic-neutral format and comment changes.Tim Peters2004-08-201-14/+16
* Style guide reformats. I saw this test fail on a very heavily loadedTim Peters2002-11-151-6/+9
* Patch #572628: Optional timeouts for put and get.Martin v. Löwis2002-10-151-2/+37
* Get rid of relative imports in all unittests. Now anything thatBarry Warsaw2002-07-231-1/+1
* Fix bug 544473 - "Queue module can deadlock".Mark Hammond2002-04-191-0/+158