summaryrefslogtreecommitdiffstats
path: root/pym/_emerge/PipeReader.py
Commit message (Expand)AuthorAgeFilesLines
* PipeReader: support plain fd without file objZac Medico2013-01-031-4/+8
* Enable FD_CLOEXEC for non-blocking pipes.Zac Medico2013-01-031-2/+10
* PipeReader: unregister in _cancelZac Medico2012-10-181-1/+2
* PipeLogger/Reader: remove redundant isAlive()Zac Medico2012-10-181-3/+0
* PollScheduler: remove register/unregister methodsZac Medico2012-10-051-2/+2
* Use AbstractPollTask._wait_loop() more.Zac Medico2012-02-081-4/+1
* Use PollScheduler iteration method.Zac Medico2012-02-071-4/+3
* PollScheduler: glib.io_add_watch() compatibilityZac Medico2012-02-071-0/+4
* Fix some warnings found by pylint.Arfrever Frehtes Taifersar Arahesis2011-12-181-1/+1
* test_poll: fix array testZac Medico2011-12-161-2/+27
* PipeReader: use AbstractPollTask._read_buf()Zac Medico2011-12-161-26/+10
* Fix EIO handling for PollSelectAdapter.Zac Medico2011-12-161-2/+7
* test_poll: test different sizes, and pty tooZac Medico2011-12-151-1/+3
* Handle OSError from os.read and loop if needed.Zac Medico2011-12-011-11/+14
* PipeReader: use os.read/writeZac Medico2011-12-011-19/+11
* Add some comments, which will allow to easier find code, which should beArfrever Frehtes Taifersar Arahesis2011-08-251-0/+1
* python3.2 fixes: use array.tobytes()Zac Medico2011-08-241-1/+5
* AsynchronousTask: add _cancel template methodZac Medico2011-03-161-3/+1
* AsynchronousTask: always call wait() if cancelledZac Medico2011-03-161-2/+2
* Remove unuser return values from PollScheduler event handlers.Zac Medico2010-08-151-1/+0
* Avoid unnecessary sys.hexversion conditional.Zac Medico2010-08-121-5/+2
* EOFError can still be raised by array.fromfile() in Python >=2.6.6 and >=2.7.1.Arfrever Frehtes Taifersar Arahesis2010-08-051-1/+0
* Bug #330937: Handle IOError raised by remaining calls to array.fromfile().Arfrever Frehtes Taifersar Arahesis2010-08-051-1/+2
* 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-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/+98