aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* SpawnProcess: use os.open for /dev/null inputZac Medico2012-02-151-3/+3
* SpawnProcess: for stdout use os.write, not fdopenZac Medico2012-02-141-6/+5
* AsynchronousTask: skip cancelled check in _startZac Medico2012-02-141-3/+0
* PollScheduler: glib.io_add_watch() compatibilityZac Medico2012-02-071-0/+4
* SpawnProcess/AbstractPollTask: eliminate arrayZac Medico2011-12-161-11/+2
* SpawnProcess: remove obsolete fdopenZac Medico2011-12-161-4/+2
* SpawnProcess: work around array.fromfile() bugsZac Medico2011-12-151-11/+20
* SpawnProcess: use /dev/null fd from subclassZac Medico2011-12-131-14/+17
* python3.2 fixes: ResourceWarning: unclosed fileZac Medico2011-08-251-1/+8
* 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
* BinpkgFetcher: support selinux PORTAGE_FETCH_TZac Medico2011-07-211-2/+12
* SpawnProcess: read proc with unbuffered fdopenZac Medico2011-01-201-2/+4
* Split out a AbstractPollTask._read_buf() helper method.Zac Medico2010-09-091-16/+6
* Bug #324191 - Add support for FEATURES=compress-build-logs. The causesZac Medico2010-08-211-2/+14
* Fix SubProcess instances to call _set_returncode() when appropriate,Zac Medico2010-08-151-1/+1
* Remove unuser return values from PollScheduler event handlers.Zac Medico2010-08-151-2/+0
* EOFError can still be raised by array.fromfile() in Python >=2.6.6 and >=2.7.1.Arfrever Frehtes Taifersar Arahesis2010-08-051-2/+0
* Bug #330937: Handle IOError raised by remaining calls to array.fromfile().Arfrever Frehtes Taifersar Arahesis2010-08-051-1/+2
* Bug #330937: Handle IOError raised by array.fromfile().Arfrever Frehtes Taifersar Arahesis2010-08-031-1/+2
* Remove all svn $Id keywords.Zac Medico2010-03-241-1/+0
* Bug #162404 - Automatically disable logging if sesandbox is enabled and aZac Medico2009-12-051-1/+7
* Use dict.(keys|values|items)() instead of dict.(iterkeys|itervalues|iteritems...Arfrever Frehtes Taifersar Arahesis2009-09-211-1/+1
* Update syntax of numbers for compatibility with Python 3.Arfrever Frehtes Taifersar Arahesis2009-09-201-1/+1
* Update syntax of 'except' statements for compatibility with Python 3.Arfrever Frehtes Taifersar Arahesis2009-09-201-1/+1
* Update imports to import portage.os (with unicode wrappers), and useZac Medico2009-08-111-8/+3
* 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/+219