summaryrefslogtreecommitdiffstats
path: root/pym
Commit message (Expand)AuthorAgeFilesLines
* Enable EbuildIpcDaemon support by default.Zac Medico2010-08-152-14/+10
* Add support for /etc/portage/package.accept_keywords. If bothZac Medico2010-08-151-1/+7
* Implement ExtendedAtomDict.iteritems(), so that it doesn't invokeZac Medico2010-08-151-0/+7
* Fix make.conf code to handle None return value from getconfig().Zac Medico2010-08-151-4/+6
* Add support for /etc/portage/make.profile as an alternative toZac Medico2010-08-151-1/+6
* Add support for /etc/portage/make.conf. If present, this file willZac Medico2010-08-151-5/+10
* Remove PollScheduler._schedule_waitpid() since this case isn't triggeredZac Medico2010-08-154-33/+3
* Don't handle KeyError when looking up event handlers, sinceZac Medico2010-08-151-31/+12
* Fix PollScheduler._unregister() to discard any unhandled eventsZac Medico2010-08-151-0/+13
* Fix SubProcess instances to call _set_returncode() when appropriate,Zac Medico2010-08-154-8/+8
* Remove questionable lockfile removal code in dbapi.invalidentry().Zac Medico2010-08-151-9/+1
* Dispose of lock object after calling unlockfile(), in order to ensureZac Medico2010-08-151-0/+1
* Evaluate SRC_URI and return early if there's nothing to fetch.Zac Medico2010-08-151-26/+52
* Make DoebuildSpawnTestCase instantiate a minimal Package instance, andZac Medico2010-08-153-5/+11
* Remove unuser return values from PollScheduler event handlers.Zac Medico2010-08-154-6/+0
* Remove redundant os.path.join() call in _init_ipc_fifos().Zac Medico2010-08-151-3/+1
* Add the "unexpected bash exit" case to the docstring.Zac Medico2010-08-151-1/+3
* Add some ebuild metadata for realism.Zac Medico2010-08-151-1/+9
* Pass along PORTAGE_USERNAME and PORTAGE_GRPNAME since theyZac Medico2010-08-151-0/+9
* Make create_trees() pass along PORTAGE_GRPNAME and PORTAGE_USERNAMEZac Medico2010-08-151-1/+1
* Avoid KeyError if PORTAGE_USERNAME or PORTAGE_GRPNAME are unset.Zac Medico2010-08-151-4/+7
* Pass along PORTAGE_USERNAME and PORTAGE_GRPNAME inside _load_config()Zac Medico2010-08-151-1/+5
* Add some more info to the 'Cannot chown a lockfile' message, sinceZac Medico2010-08-151-1/+5
* Set PORTAGE_PYTHON for ebuild.sh subprocesses.Zac Medico2010-08-151-0/+2
* DoebuildSpawnTestCase: Invoke portage.package.ebuild.doebuild.spawn()Zac Medico2010-08-151-0/+47
* Disable EbuildIpcDaemon for now, since it seems to be triggeringZac Medico2010-08-143-40/+82
* portage.dep: Integrate the functionality of flatten into use_reduceSebastian Luther2010-08-147-44/+142
* Merge branch 'master' of git+ssh://git.overlays.gentoo.org/proj/portageZac Medico2010-08-141-2/+15
|\
| * Use more correct paths to byte-compiled Python modules with Python 3.2Arfrever Frehtes Taifersar Arahesis2010-08-141-2/+15
* | Pass $USE via IPC in order to ensure that we have the correct value forZac Medico2010-08-141-2/+8
|/
* Fix the ACCEPT_LICENSE setting that's generated for eutils check_license()Zac Medico2010-08-141-15/+26
* When in background mode, set NOCOLOR=true in order to prevent colorZac Medico2010-08-141-0/+5
* Add PORTAGE_PYTHON to _environ_whitelist.Zac Medico2010-08-141-1/+1
* Move PORTAGE_PYTHON setting to doebuild_environment() so that itZac Medico2010-08-144-6/+5
* Move 'phase' attribute to AbstractEbuildProcess from subclasses, soZac Medico2010-08-143-11/+11
* Add a QueryCommand.settings attribute and use it so that $USEZac Medico2010-08-142-5/+6
* Fix EbuildSpawnProcess to use self.settings.environ() for the spawnZac Medico2010-08-143-22/+12
* portage.dep: Integrate the functionality of dep_opconvert into use_reduceSebastian Luther2010-08-145-27/+92
* Make sure PORTAGE_IPC_DAEMON is only in the environment forZac Medico2010-08-141-3/+6
* Fix _schedule spelling in _schedule_waitpid().Zac Medico2010-08-141-1/+1
* Add a PollScheduler._schedule_waitpid() method for SubProcess._wait()Zac Medico2010-08-144-4/+49
* Atom.violated_conditionals: Use iuse.is_valid_flag instead of iuse.allSebastian Luther2010-08-134-24/+37
* Add a SIGUSR1 handling to trigger pdb.set_trace().Zac Medico2010-08-131-0/+6
* Add back the POLLHUP handling for now since PipeReaderTestCase breaksZac Medico2010-08-131-1/+5
* Stop handling POLLHUP events, since we're only polling for input andZac Medico2010-08-131-5/+1
* Define basestring for python3.Zac Medico2010-08-131-0/+4
* Implement use dependency defaultsSebastian Luther2010-08-1310-152/+541
* Set PORTAGE_PYTHON in processes executed by portage.process._exec().Arfrever Frehtes Taifersar Arahesis2010-08-141-1/+4
* portage.os is apparently imported, so os doesn't need to be imported.Arfrever Frehtes Taifersar Arahesis2010-08-141-1/+0
* Ensure that all Python processes use the same version of Python.Arfrever Frehtes Taifersar Arahesis2010-08-142-0/+4