FifoIpcDaemon: use plain fd instead of fdopen
[portage.git] / pym / _emerge / FifoIpcDaemon.py
2011-12-13 Zac MedicoFifoIpcDaemon: use plain fd instead of fdopen
2011-03-17 Zac MedicoAsynchronousTask: add _cancel template method
2011-03-17 Zac MedicoAsynchronousTask: always call wait() if cancelled
2010-10-06 Zac MedicoAdd FifoIpcDaemon._reopen_input() method.
2010-09-02 Zac MedicoAdjust EbuildIpcDaemon pickle read and write code in...
2010-08-13 Zac MedicoSplit out an EbuildIpcDaemon class from FifoIpcDaemon.
2010-08-12 Zac MedicoAdd some pieces of an IPC framework that will eventuall...