Fix some typos.
[portage.git] / pym / _emerge / PipeReader.py
2013-09-02 Arfrever Frehtes... Disable calls to fcntl.fcntl(…, fcntl.F_SETFD, … |...
2013-09-01 Zac MedicoUse F_GETFD/F_SETFD for FD_CLOEXEC.
2013-01-04 Zac MedicoPipeReader: support plain fd without file obj
2013-01-04 Zac MedicoEnable FD_CLOEXEC for non-blocking pipes.
2012-10-19 Zac MedicoPipeReader: unregister in _cancel
2012-10-19 Zac MedicoPipeLogger/Reader: remove redundant isAlive()
2012-10-06 Zac MedicoPollScheduler: remove register/unregister methods
2012-02-09 Zac MedicoUse AbstractPollTask._wait_loop() more.
2012-02-08 Zac MedicoUse PollScheduler iteration method.
2012-02-08 Zac MedicoPollScheduler: glib.io_add_watch() compatibility
2011-12-18 Arfrever Frehtes... Fix some warnings found by pylint.
2011-12-16 Zac Medicotest_poll: fix array test
2011-12-16 Zac MedicoPipeReader: use AbstractPollTask._read_buf()
2011-12-16 Zac MedicoFix EIO handling for PollSelectAdapter.
2011-12-15 Zac Medicotest_poll: test different sizes, and pty too
2011-12-02 Zac MedicoHandle OSError from os.read and loop if needed.
2011-12-02 Zac MedicoPipeReader: use os.read/write
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-03-17 Zac MedicoAsynchronousTask: add _cancel template method
2011-03-17 Zac MedicoAsynchronousTask: always call wait() if cancelled
2010-08-15 Zac MedicoRemove unuser return values from PollScheduler event...
2010-08-12 Zac MedicoAvoid unnecessary sys.hexversion conditional.
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-03-24 Zac MedicoRemove all svn $Id keywords.
2009-09-21 Arfrever Frehtes... Use dict.(keys|values|items)() instead of dict.(iterkey...
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...