Use PollScheduler iteration method.
[portage.git] / pym / _emerge / SubProcess.py
2012-02-08 Zac MedicoUse PollScheduler iteration method.
2012-02-07 Zac MedicoUse timeout_add to avoid recursion, bug #402335.
2011-12-01 Zac Medico_emerge/SubProcess.py: support int fd in _files
2011-06-09 Zac MedicoSubProcess: fix status for _set_returncode caller
2011-06-09 Zac MedicoSubProcess: make returncode like Popen
2011-03-17 Zac MedicoAsynchronousTask: add _cancel template method
2011-03-17 Zac MedicoAsynchronousTask: always call wait() if cancelled
2011-02-22 Zac MedicoUpdate date headers in modified files.
2011-02-20 Zac MedicoSubProcess: notify exit listeners in _poll
2010-09-20 Zac MedicoWith waitpid and WNOHANG, only check the first element... v2.2_rc85
2010-08-16 Zac MedicoRemove PollScheduler._schedule_waitpid() since this...
2010-08-14 Zac MedicoAdd a PollScheduler._schedule_waitpid() method for...
2010-08-13 Zac MedicoRename SubProcess._zombie() to _orphan_process_warn...
2010-08-13 Zac MedicoMerge branch 'master' of git+ssh://git.overlays.gentoo...
2010-08-13 Zac MedicoBug #278895 - After EbuildIpcDaemon identifies an ebuil...
2010-03-24 Zac MedicoRemove all svn $Id keywords.
2009-09-21 Arfrever Frehtes... Use dict.(keys|values|items)() instead of dict.(iterkey...
2009-09-20 Arfrever Frehtes... Update syntax of 'except' statements for compatibility...
2009-08-11 Zac MedicoUpdate imports to import portage.os (with unicode wrapp...
2009-06-25 Zac MedicoAdd/update copyright headers.
2009-06-22 Zac MedicoBug #275047 - Split _emerge/__init__.py into smaller...