cgroup: use SIGKILL to guarantee killing processes.
[portage.git] / pym / _emerge / SpawnProcess.py
2013-08-19 Michał Górnycgroup: use SIGKILL to guarantee killing processes.
2013-08-19 Michał GórnyAdd FEATURES=cgroup to isolate phase processes.
2013-07-07 Zac Medicodoebuild: fix fd_pipes support, bug #475812
2013-07-06 Zac MedicoDisable global spawned_pids (avoid memory leak)
2013-03-23 Zac MedicoSubProcess: re-organize Darwin/fcntl logic
2013-03-23 Fabian GroffenSpawnProcess: disable FD_CLOEXEC on stdout for #456296
2013-01-31 Arfrever Frehtes... Fix some typos.
2013-01-15 Zac MedicoSpawnProcess: improve dummy pipe allocation logic
2013-01-15 Zac MedicoSpawnProcess: avoid fd_pipes interference
2013-01-10 Zac MedicoSpawnProcess: handle fcntl ENOTTY for FreeBSD
2013-01-08 Zac MedicoSpawnProcess: stdout_fd FD_CLOEXEC
2013-01-04 Zac MedicoSpawnProcess: support close_fds
2012-12-31 Zac MedicoAsynchronousTask: add _async_wait method
2012-12-15 Zac MedicoHandle closed sys.__stdin__, for multiprocessing
2012-10-19 Zac MedicoSpawnProcess: split out a PipeLogger class
2012-10-06 Zac MedicoPollScheduler: remove register/unregister methods
2012-08-22 Zac MedicoOptimize sys.std* flush code. v2.2.0_alpha122
2012-08-22 Zac MedicoUse sys.__std*.fileno() in case of overrides.
2012-02-16 Zac MedicoSpawnProcess: use os.open for /dev/null input
2012-02-15 Zac MedicoSpawnProcess: for stdout use os.write, not fdopen
2012-02-14 Zac MedicoAsynchronousTask: skip cancelled check in _start
2012-02-08 Zac MedicoPollScheduler: glib.io_add_watch() compatibility
2011-12-16 Zac MedicoSpawnProcess/AbstractPollTask: eliminate array
2011-12-16 Zac MedicoSpawnProcess: remove obsolete fdopen
2011-12-16 Zac MedicoSpawnProcess: work around array.fromfile() bugs
2011-12-14 Zac MedicoSpawnProcess: use /dev/null fd from subclass
2011-08-25 Zac Medicopython3.2 fixes: ResourceWarning: unclosed file
2011-08-25 Arfrever Frehtes... Add some comments, which will allow to easier find...
2011-08-25 Zac Medicopython3.2 fixes: use array.tobytes()
2011-07-21 Zac MedicoBinpkgFetcher: support selinux PORTAGE_FETCH_T
2011-01-21 Zac MedicoSpawnProcess: read proc with unbuffered fdopen
2010-09-10 Zac MedicoSplit out a AbstractPollTask._read_buf() helper method.
2010-08-21 Zac MedicoBug #324191 - Add support for FEATURES=compress-build...
2010-08-15 Zac MedicoFix SubProcess instances to call _set_returncode()...
2010-08-15 Zac MedicoRemove unuser return values from PollScheduler event...
2010-08-05 Arfrever Frehtes... EOFError can still be raised by array.fromfile() in...
2010-08-05 Arfrever Frehtes... Bug #330937: Handle IOError raised by remaining calls...
2010-08-03 Arfrever Frehtes... Bug #330937: Handle IOError raised by array.fromfile().
2010-03-24 Zac MedicoRemove all svn $Id keywords.
2009-12-05 Zac MedicoBug #162404 - Automatically disable logging if sesandbo...
2009-09-21 Arfrever Frehtes... Use dict.(keys|values|items)() instead of dict.(iterkey...
2009-09-20 Arfrever Frehtes... Update syntax of numbers for compatibility with Python 3.
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...