aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* SubProcess: fix status for _set_returncode callerZac Medico2011-06-091-2/+2
* SubProcess: make returncode like PopenZac Medico2011-06-091-6/+10
* AsynchronousTask: add _cancel template methodZac Medico2011-03-161-3/+1
* AsynchronousTask: always call wait() if cancelledZac Medico2011-03-161-5/+1
* Update date headers in modified files.Zac Medico2011-02-211-1/+1
* SubProcess: notify exit listeners in _pollZac Medico2011-02-201-0/+1
* With waitpid and WNOHANG, only check the first element of the tuplev2.2_rc85Zac Medico2010-09-191-2/+8
* Remove PollScheduler._schedule_waitpid() since this case isn't triggeredZac Medico2010-08-151-1/+1
* Add a PollScheduler._schedule_waitpid() method for SubProcess._wait()Zac Medico2010-08-141-2/+13
* Rename SubProcess._zombie() to _orphan_process_warn() and clarifyZac Medico2010-08-131-2/+2
* Bug #278895 - After EbuildIpcDaemon identifies an ebuild process thatZac Medico2010-08-131-1/+18
* Remove all svn $Id keywords.Zac Medico2010-03-241-1/+0
* Use dict.(keys|values|items)() instead of dict.(iterkeys|itervalues|iteritems...Arfrever Frehtes Taifersar Arahesis2009-09-211-1/+1
* Update syntax of 'except' statements for compatibility with Python 3.Arfrever Frehtes Taifersar Arahesis2009-09-201-3/+3
* Update imports to import portage.os (with unicode wrappers), and useZac Medico2009-08-111-1/+2
* Add/update copyright headers.Zac Medico2009-06-251-0/+4
* Bug #275047 - Split _emerge/__init__.py into smaller pieces. Thanks toZac Medico2009-06-221-0/+104