aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Rename pym→lib, for better distutils-r1 interoperabilityMichał Górny2018-07-181-106/+0
* PiperReader._start: pass file to _array_output_handlerZac Medico2018-05-261-11/+6
* PiperReader._start: handle case where fd is 0Zac Medico2018-05-261-1/+1
* AbstractPollTask: remove deprecated _read_* event parameterZac Medico2018-04-301-2/+2
* AbstractPollTask: add_reader asyncio compat (bug 654382)Zac Medico2018-04-291-1/+1
* PipeReader: add_reader asyncio compat (bug 654382)Zac Medico2018-04-291-19/+8
* AsynchronousTask: remove unused _wait() methods (bug 653856)Zac Medico2018-04-281-7/+0
* PipeReader._array_output_handler: use _async_wait() (bug 591760)Zac Medico2018-04-261-1/+2
* PipeReader._output_handler: use _async_wait() (bug 591760)Zac Medico2018-04-251-2/+3
* Disable calls to fcntl.fcntl(…, fcntl.F_SETFD, … | fcntl.FD_CLOEXEC) with...Arfrever Frehtes Taifersar Arahesis2013-09-021-8/+14
* Use F_GETFD/F_SETFD for FD_CLOEXEC.Zac Medico2013-09-011-9/+8
* 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