Don't encode the env in py3k since it expects strings for the env that's
[portage.git] / pym / portage / process.py
2009-09-21 Zac MedicoDon't encode the env in py3k since it expects strings...
2009-09-21 Arfrever Frehtes... Decode all keys in dictionary containing environment...
2009-09-21 Arfrever Frehtes... Use dict.(keys|values|items)() instead of dict.(iterkey...
2009-09-21 Arfrever Frehtes... Use range() instead of xrange() for compatibility with...
2009-09-21 Arfrever Frehtes... Define basestring as str when Python 3 is used.
2009-09-21 Arfrever Frehtes... Fix all remaining SyntaxErrors with Python 3.
2009-09-20 Arfrever Frehtes... Update syntax of 'except' statements for compatibility...
2009-08-21 Zac MedicoReplace _content_encoding, _fs_encoding, and _merge_enc...
2009-08-15 Zac MedicoUpdate import to import portage.os (with unicode wrappe...
2009-08-12 Zac MedicoShow a traceback when spawn() fails.
2009-08-07 Zac MedicoMake spawn decode unicode in order to avoid a potential...
2009-03-22 Zac MedicoInside spawn(), avoid redundant os.access() and stat...
2009-03-07 Zac MedicoAlways use basestring instead of str with isinstance().
2009-02-22 Zac MedicoUse lazyimport to avoid importing the checksum, locks...
2008-08-15 Zac MedicoFor consistency, make get_open_fds() return a plain...
2008-08-15 Zac MedicoUse a list comprehension instead of strange map() usage...
2007-12-21 Zac MedicoIn portage.process.spawn(), make the default fd_pipes...
2007-07-25 Zac MedicoFor bug #186386, pass stdin directly to spawned process...
2007-07-23 Zac MedicoAdd FEATURES=fakeroot support which causes install...
2007-07-22 Alec WarnerRun pychecker over everything, fix obvious thing slike...
2007-06-07 Zac MedicoFix strange _DevNull instance has no attribute 'isatty...
2007-06-07 Zac MedicoWhen using a pty for logging, use setsid() to create...
2007-02-21 Zac MedicoRaise a CommandNotFound exception when necessary, to...
2007-01-25 Marius MauchNamespace sanitizing, step 2