| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove all svn $Id keywords. | Zac Medico | 2010-03-24 | 1 | -1/+0 |
* | Bug #309001 - Install a SIGPIPE handler inside _exec for all forked processes. | Zac Medico | 2010-03-13 | 1 | -0/+3 |
* | Make find_binary() use os.environ.get instead of os.getenv, since os.getenv | Zac Medico | 2009-09-21 | 1 | -2/+1 |
* | Don't encode the env in py3k since it expects strings for the env that's | Zac Medico | 2009-09-21 | 1 | -13/+9 |
* | Decode all keys in dictionary containing environment passed to os.execve() in... | Arfrever Frehtes Taifersar Arahesis | 2009-09-21 | 1 | -1/+7 |
* | Use dict.(keys|values|items)() instead of dict.(iterkeys|itervalues|iteritems... | Arfrever Frehtes Taifersar Arahesis | 2009-09-21 | 1 | -1/+1 |
* | Use range() instead of xrange() for compatibility with Python 3. | Arfrever Frehtes Taifersar Arahesis | 2009-09-21 | 1 | -1/+1 |
* | Define basestring as str when Python 3 is used. | Arfrever Frehtes Taifersar Arahesis | 2009-09-21 | 1 | -0/+3 |
* | Fix all remaining SyntaxErrors with Python 3. | Arfrever Frehtes Taifersar Arahesis | 2009-09-21 | 1 | -1/+4 |
* | Update syntax of 'except' statements for compatibility with Python 3. | Arfrever Frehtes Taifersar Arahesis | 2009-09-20 | 1 | -1/+1 |
* | Replace _content_encoding, _fs_encoding, and _merge_encoding with direct | Zac Medico | 2009-08-21 | 1 | -3/+3 |
* | Update import to import portage.os (with unicode wrappers), and use | Zac Medico | 2009-08-15 | 1 | -6/+5 |
* | Show a traceback when spawn() fails. | Zac Medico | 2009-08-12 | 1 | -0/+2 |
* | Make spawn decode unicode in order to avoid a potential UnicodeEncodeError | Zac Medico | 2009-08-07 | 1 | -0/+11 |
* | Inside spawn(), avoid redundant os.access() and stat() calls on commonly | Zac Medico | 2009-03-22 | 1 | -1/+2 |
* | Always use basestring instead of str with isinstance(). | Zac Medico | 2009-03-07 | 1 | -1/+1 |
* | Use lazyimport to avoid importing the checksum, locks, and util modules | Zac Medico | 2009-02-22 | 1 | -2/+6 |
* | For consistency, make get_open_fds() return a plain iterator in any case, | Zac Medico | 2008-08-15 | 1 | -2/+2 |
* | Use a list comprehension instead of strange map() usage which yields odd | Zac Medico | 2008-08-15 | 1 | -1/+2 |
* | In portage.process.spawn(), make the default fd_pipes value get | Zac Medico | 2007-12-21 | 1 | -1/+5 |
* | For bug #186386, pass stdin directly to spawned processes (even when their ou... | Zac Medico | 2007-07-25 | 1 | -10/+0 |
* | Add FEATURES=fakeroot support which causes install and package phases to run ... | Zac Medico | 2007-07-23 | 1 | -1/+20 |
* | Run pychecker over everything, fix obvious thing slike modules not in use, va... | Alec Warner | 2007-07-22 | 1 | -2/+4 |
* | Fix strange _DevNull instance has no attribute 'isatty' warnings that occur w... | Zac Medico | 2007-06-07 | 1 | -1/+1 |
* | When using a pty for logging, use setsid() to create a new session and make t... | Zac Medico | 2007-06-07 | 1 | -3/+20 |
* | Raise a CommandNotFound exception when necessary, to ease troubleshooting. T... | Zac Medico | 2007-02-21 | 1 | -2/+2 |
* | Namespace sanitizing, step 2 | Marius Mauch | 2007-01-25 | 1 | -0/+336 |