summaryrefslogtreecommitdiffstats
path: root/pym/portage/process.py
Commit message (Expand)AuthorAgeFilesLines
* For consistency, make get_open_fds() return a plain iterator in any case,Zac Medico2008-08-151-2/+2
* Use a list comprehension instead of strange map() usage which yields oddZac Medico2008-08-151-1/+2
* In portage.process.spawn(), make the default fd_pipes value getZac Medico2007-12-211-1/+5
* For bug #186386, pass stdin directly to spawned processes (even when their ou...Zac Medico2007-07-251-10/+0
* Add FEATURES=fakeroot support which causes install and package phases to run ...Zac Medico2007-07-231-1/+20
* Run pychecker over everything, fix obvious thing slike modules not in use, va...Alec Warner2007-07-221-2/+4
* Fix strange _DevNull instance has no attribute 'isatty' warnings that occur w...Zac Medico2007-06-071-1/+1
* When using a pty for logging, use setsid() to create a new session and make t...Zac Medico2007-06-071-3/+20
* Raise a CommandNotFound exception when necessary, to ease troubleshooting. T...Zac Medico2007-02-211-2/+2
* Namespace sanitizing, step 2Marius Mauch2007-01-251-0/+336