summaryrefslogtreecommitdiffstats
path: root/pym/_emerge/SequentialTaskQueue.py
Commit message (Collapse)AuthorAgeFilesLines
* Move _emerge.SlotObject to portage.util.Zac Medico2012-02-171-2/+4
|
* AsynchronousTask: don't wait for exit statusZac Medico2012-02-131-4/+11
| | | | | | Synchronous waiting for status is not supported, since it would be vulnerable to hitting the recursion limit when a large number of tasks need to be terminated simultaneously, like in bug #402335.
* SequentialTaskQueue: use finally for _schedulingZac Medico2012-02-081-33/+13
| | | | Also, remove unecessary _dirty flag.
* SequentialTaskQueue: schedule automaticallyZac Medico2012-02-081-1/+4
| | | | | | | This is needed to compensate for the removal of _idle_schedule in commit 8c1fcf5a9ba9fa4d406a4d0cc284fe73a84f5a63, so that the Scheduler's task queues operate without needing their schedule methods called inside Scheduler._schedule_tasks().
* Remove all svn $Id keywords.Zac Medico2010-03-241-1/+0
|
* Define __bool__() for compatibility with Python 3.Arfrever Frehtes Taifersar Arahesis2009-09-251-2/+5
| | | | svn path=/main/trunk/; revision=14427
* Add/update copyright headers.Zac Medico2009-06-251-0/+4
| | | | svn path=/main/trunk/; revision=13690
* Bug #275047 - Split _emerge/__init__.py into smaller pieces. Thanks toZac Medico2009-06-221-0/+83
Sebastian Mingramm (few) <s.mingramm@gmx.de> for this patch. svn path=/main/trunk/; revision=13663