aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Lib/test/test_queue.py
Commit message (Expand)AuthorAge
* gh-90473: Skip test_queue when threading is not available (GH-93712)Christian Heimes2022-06-11
* bpo-40280: Detect missing threading on WASM platforms (GH-32352)Christian Heimes2022-04-07
* bpo-45835: Fix race condition in test_queue (#29601)Sam Gross2021-11-18
* bpo-25130: Add calls of gc.collect() in tests to support PyPy (GH-28005)Serhiy Storchaka2021-08-29
* bpo-40275: Use new test.support helper submodules in tests (GH-21448)Hai Shi2020-08-03
* bpo-40275: Adding threading_helper submodule in test.support (GH-20263)Hai Shi2020-05-28
* bpo-38614: Use default join_thread() timeout in tests (GH-17559)Victor Stinner2019-12-10
* bpo-37394: Fix pure Python implementation of the queue module (GH-14351)Pablo Galindo2019-06-25
* bpo-35202: Remove unused imports in Lib directory. (GH-10446)Srinivas Thatiparthy (శ్రీనివాస్ తాటిపర్తి)2018-11-10
* bpo-14976: Reentrant simple queue (#3346)Antoine Pitrou2018-01-16
* bpo-32157: Removed explicit quotes around %r and {!r}. (#4582)Serhiy Storchaka2017-11-28
* bpo-31234: Add support.join_thread() helper (#3587)Victor Stinner2017-09-14
* bpo-31234: Join threads in test_queue (#3586)Victor Stinner2017-09-14
* bpo-31370: Remove support for threads-less builds (#3385)Antoine Pitrou2017-09-07
* Issue #21741: Update 147 test modules to use test discovery.Zachary Ware2015-04-13
* Clean up references to threads in test_queue.Ezio Melotti2013-03-23
* #14333: fix test_queue so it can be run via standard unittest test discovery.R David Murray2012-03-17
* #9424: Replace deprecated assert* methods in the Python test suite.Ezio Melotti2010-11-20
* Issue 10110: Let Queue.put recognize a full queue when the maxsize parameter...Raymond Hettinger2010-10-31
* Add queue tests for empty, full, put_nowait, and get_nowait.Brett Cannon2010-07-23
* Merged revisions 80552-80556,80564-80566,80568-80571 via svnmerge fromVictor Stinner2010-04-28
* Merged revisions 78093 via svnmerge fromGeorg Brandl2010-03-14
* convert old fail* assertions to assert*Benjamin Peterson2009-06-30
* Merged revisions 64125 via svnmerge fromBenjamin Peterson2008-06-11
* #2621 rename test.test_support to test.supportBenjamin Peterson2008-05-20
* Rename Queue module to queue.Alexandre Vassalotti2008-05-11
* Prevent test_queue from leaking: one worker thread was not stopped.Amaury Forgeot d'Arc2008-04-01
* Merge r60528, r60534 and r60539 from trunk.Georg Brandl2008-02-05
* Merged revisions 59985-60000,60002,60005-60007,60009-60042 via svnmerge fromChristian Heimes2008-01-18
* Remove Queue.empty() and Queue.full() in favor of using qsize() or trapping t...Raymond Hettinger2008-01-14
* Raise statement normalization in Lib/test/.Collin Winter2007-08-29
* Merged revisions 55007-55179 via svnmerge fromGuido van Rossum2007-05-07
* Fix most trivially-findable print statements.Guido van Rossum2007-02-09
* Merge p3yk branch with the trunk up to revision 45595. This breaks a fairThomas Wouters2006-04-21
* Stab at SF 1010777: test_queue fails occasionallyTim Peters2004-08-20
* Semantic-neutral format and comment changes.Tim Peters2004-08-20
* Style guide reformats. I saw this test fail on a very heavily loadedTim Peters2002-11-15
* Patch #572628: Optional timeouts for put and get.Martin v. Löwis2002-10-15
* Get rid of relative imports in all unittests. Now anything thatBarry Warsaw2002-07-23
* Fix bug 544473 - "Queue module can deadlock".Mark Hammond2002-04-19