summaryrefslogtreecommitdiff
path: root/Lib/test/test_sched.py
Commit message (Expand)AuthorAgeFilesLines
* bpo-31234: Add support.join_thread() helper (#3587)Victor Stinner2017-09-141-4/+3
* bpo-31370: Remove support for threads-less builds (#3385)Antoine Pitrou2017-09-071-6/+2
* Issue #5830: Add test for ee476248a74a. (Contributed by Serhiy Storchaka.)Raymond Hettinger2016-11-211-7/+13
* Issue #23277: Remove unused support.run_unittest import.Serhiy Storchaka2016-04-241-1/+0
* Issue #19936: Added executable bits or shebang lines to Python scripts whichSerhiy Storchaka2014-01-161-2/+0
|\
| * Issue #19936: Added executable bits or shebang lines to Python scripts whichSerhiy Storchaka2014-01-161-2/+0
* | mergeRaymond Hettinger2013-07-131-1/+1
|\ \ | |/
| * Issue #18432: Fix unintended API change in the sched moduleRaymond Hettinger2013-07-131-1/+1
* | Update various test modules to use unittest.main() for test discoveryBrett Cannon2013-06-121-4/+1
|/
* Issue #16843: Make concurrent tests for sched module deterministic.Serhiy Storchaka2013-01-091-21/+85
* Issue #16165: Fix sched.scheduler.run() method was block a scheduler forSerhiy Storchaka2012-12-291-1/+36
* Issue #13878: Fix random test_sched failures.Charles-François Natali2012-02-161-13/+15
|\
| * Issue #13878: Fix random test_sched failures.Charles-François Natali2012-02-161-8/+9
* | Fix #13449: add 'blocking' parameter to sched.scheduler.run() so that the sch...Giampaolo Rodola'2011-12-141-0/+10
* | sched.py: fix test_queue by making sure that queue property returns an orderd...Giampaolo Rodola'2011-11-261-7/+8
* | Fix 13245:Giampaolo Rodola'2011-11-221-0/+12
|/
* issue #8687: provides a test suite for sched.py moduleGiampaolo Rodolà2010-08-041-0/+80