summaryrefslogtreecommitdiffstats
path: root/pym/_emerge/CompositeTask.py
Commit message (Collapse)AuthorAgeFilesLines
* CompositeTask: handle unstarted terminated tasksZac Medico2011-03-181-2/+20
|
* CompositeTask: fix assertion in _waitZac Medico2011-03-181-0/+5
|
* AsynchronousTask: always call wait() if cancelledZac Medico2011-03-181-1/+2
| | | | | | This is needed in order to ensure that exit listeners are called. Subclasses call the base class cancel() method in order to inherit the wait() call.
* Remove all svn $Id keywords.Zac Medico2010-03-241-1/+0
|
* Update imports to import portage.os (with unicode wrappers), and useZac Medico2009-08-111-1/+2
| | | | | | _unicode_encode() and _unicode_decode() where appropriate. svn path=/main/trunk/; revision=13993
* 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/+115
Sebastian Mingramm (few) <s.mingramm@gmx.de> for this patch. svn path=/main/trunk/; revision=13663