portage.git
2010-08-16 Zac MedicoBug #273648 - Document restriction of S to WORKDIR...
2010-08-16 Zac MedicoBug #273646 - Copy PMS section 12.1.2 EAPI 4 docs for...
2010-08-16 Zac MedicoBug #273644 - Document that the KV variable is gone...
2010-08-16 Zac MedicoBug #273643 - Document that the AA variable is gone...
2010-08-16 Zac MedicoBug #273640 - Document that in EAPI 4 econf adds
2010-08-16 Zac MedicoBug #273636 - Document that in EAPI 4 doins and newins...
2010-08-16 Zac MedicoBug #273631 - Add docs for EAPI 4 default src_install...
2010-08-16 Zac MedicoBug #273626 - Add PMS docs for USE Dependency Defaults.
2010-08-16 Zac MedicoBug #273622 - Add docs for pkg_pretend from PMS 10...
2010-08-16 Zac MedicoEnable EbuildIpcDaemon support by default.
2010-08-16 Zac MedicoAdd support for /etc/portage/package.accept_keywords...
2010-08-16 Zac MedicoImplement ExtendedAtomDict.iteritems(), so that it...
2010-08-16 Zac MedicoFix make.conf code to handle None return value from...
2010-08-16 Zac MedicoAdd support for /etc/portage/make.profile as an alterna...
2010-08-16 Zac MedicoAdd support for /etc/portage/make.conf. If present...
2010-08-16 Zac MedicoRemove PollScheduler._schedule_waitpid() since this...
2010-08-15 Zac MedicoDon't handle KeyError when looking up event handlers...
2010-08-15 Zac MedicoFix PollScheduler._unregister() to discard any unhandle...
2010-08-15 Zac MedicoFix SubProcess instances to call _set_returncode()...
2010-08-15 Zac MedicoRemove questionable lockfile removal code in dbapi...
2010-08-15 Zac MedicoDispose of lock object after calling unlockfile(),...
2010-08-15 Zac MedicoEvaluate SRC_URI and return early if there's nothing...
2010-08-15 Zac MedicoMake DoebuildSpawnTestCase instantiate a minimal Packag...
2010-08-15 Zac MedicoRemove unuser return values from PollScheduler event...
2010-08-15 Zac MedicoRemove redundant os.path.join() call in _init_ipc_fifos().
2010-08-15 Zac MedicoAdd the "unexpected bash exit" case to the docstring.
2010-08-15 Zac MedicoAdd some ebuild metadata for realism.
2010-08-15 Zac MedicoPass along PORTAGE_USERNAME and PORTAGE_GRPNAME since...
2010-08-15 Zac MedicoMake create_trees() pass along PORTAGE_GRPNAME and...
2010-08-15 Zac MedicoAvoid KeyError if PORTAGE_USERNAME or PORTAGE_GRPNAME...
2010-08-15 Zac MedicoPass along PORTAGE_USERNAME and PORTAGE_GRPNAME inside...
2010-08-15 Zac MedicoAdd some more info to the 'Cannot chown a lockfile...
2010-08-15 Zac MedicoSet PORTAGE_PYTHON for ebuild.sh subprocesses.
2010-08-15 Zac MedicoDoebuildSpawnTestCase: Invoke portage.package.ebuild...
2010-08-15 Zac MedicoBug #332799 - Don't download lzma snapshots if tarsync...
2010-08-15 Zac MedicoDisable EbuildIpcDaemon for now, since it seems to...
2010-08-14 Sebastian Lutherportage.dep: Integrate the functionality of flatten...
2010-08-14 Zac MedicoAdd support for NOCOLOR variable.
2010-08-14 Zac MedicoMerge branch 'master' of git+ssh://git.overlays.gentoo...
2010-08-14 Zac MedicoPass $USE via IPC in order to ensure that we have the...
2010-08-14 Arfrever Frehtes... Use more correct paths to byte-compiled Python modules...
2010-08-14 Zac MedicoFix the ACCEPT_LICENSE setting that's generated for...
2010-08-14 Zac MedicoWhen in background mode, set NOCOLOR=true in order...
2010-08-14 Zac MedicoAdd PORTAGE_PYTHON to _environ_whitelist.
2010-08-14 Zac MedicoMove PORTAGE_PYTHON setting to doebuild_environment...
2010-08-14 Zac MedicoMove 'phase' attribute to AbstractEbuildProcess from...
2010-08-14 Zac MedicoAdd a QueryCommand.settings attribute and use it so...
2010-08-14 Zac MedicoFix EbuildSpawnProcess to use self.settings.environ...
2010-08-14 Sebastian Lutherportage.dep: Integrate the functionality of dep_opconve...
2010-08-14 Zac MedicoMake sure PORTAGE_IPC_DAEMON is only in the environment for
2010-08-14 Zac MedicoFix _schedule spelling in _schedule_waitpid().
2010-08-14 Zac MedicoAdd a PollScheduler._schedule_waitpid() method for...
2010-08-14 Sebastian LutherAtom.violated_conditionals: Use iuse.is_valid_flag...
2010-08-14 Zac MedicoAdd a SIGUSR1 handling to trigger pdb.set_trace().
2010-08-14 Zac MedicoAdd back the POLLHUP handling for now since PipeReaderT...
2010-08-14 Zac MedicoStop handling POLLHUP events, since we're only polling...
2010-08-14 Zac MedicoDefine basestring for python3.
2010-08-14 Sebastian LutherImplement use dependency defaults
2010-08-14 Zac MedicoDon't call exit after pkg_nofetch since that prevents...
2010-08-14 Zac MedicoFilter PORTAGE_PYTHON in save_ebuild_env().
2010-08-14 Zac MedicoMerge branch 'master' of git+ssh://git.overlays.gentoo...
2010-08-14 Zac MedicoAdd a SIGUSR1 handler to trigger pdb.set_trace().
2010-08-14 Arfrever Frehtes... Use /usr/bin/python when PORTAGE_PYTHON variable is...
2010-08-14 Arfrever Frehtes... Set PORTAGE_PYTHON in processes executed by portage...
2010-08-13 Arfrever Frehtes... portage.os is apparently imported, so os doesn't need...
2010-08-13 Arfrever Frehtes... Add a script, which simplifies testing with multiple...
2010-08-13 Arfrever Frehtes... Ensure that all Python processes use the same version...
2010-08-13 Zac MedicoSetup EBUILD_MASTER_PID at the bottom, for scripts...
2010-08-13 Zac MedicoHandle KeyError due to stale events.
2010-08-13 Zac MedicoSet o-r on ipc fifos since the are sensitive to reading.
2010-08-13 Zac MedicoBug #315615 - Use EbuildIpcDaemon to implement has_vers...
2010-08-13 Zac MedicoRename SubProcess._zombie() to _orphan_process_warn...
2010-08-13 Zac MedicoMove EBUILD_MASTER_PID and associated SIGTERM trap...
2010-08-13 Zac MedicoDisable the die() stack trace when called by the die...
2010-08-13 Zac MedicoRemove message about race conditions in die, solved...
2010-08-13 Zac MedicoWrite eerror messages to the log file, and only to...
2010-08-13 Zac MedicoMerge branch 'master' of git+ssh://git.overlays.gentoo...
2010-08-13 Arfrever Frehtes... Add QA check for libtool libraries in Python site-packa...
2010-08-13 Zac MedicoBug #278895 - After EbuildIpcDaemon identifies an ebuil...
2010-08-13 Arfrever Frehtes... Add QA check for static libraries in Python site-packag...
2010-08-13 Arfrever Frehtes... Remove files generated by testCompileModules.
2010-08-13 Arfrever Frehtes... Fix some comments.
2010-08-13 Zac MedicoUse EbuildIpcDaemon to replace the functionality of
2010-08-13 Zac MedicoUse SpawnProcess instead of doebuild.spawn().
2010-08-13 Zac Medico* Fix IndexError in PollScheduler._next_poll_event...
2010-08-13 Zac MedicoCall pickle.load() directly on the input pipe, and...
2010-08-13 Zac MedicoRefactor interaction between EbuildIpcDaemon and ExitCo...
2010-08-13 Zac MedicoClean up a bit.
2010-08-13 Zac MedicoMake IpcDaemonTestCase demonstrate an EbuildIpcDaemon...
2010-08-13 Zac MedicoSplit out an EbuildIpcDaemon class from FifoIpcDaemon.
2010-08-13 Zac MedicoFix inverted logic in eapi_supports_prefix() call,...
2010-08-12 Zac MedicoMake locks quiet since unintended locking messages...
2010-08-12 Zac MedicoDon't use unicode wrapper for mkfifo since it only...
2010-08-12 Zac MedicoAdd some pieces of an IPC framework that will eventuall...
2010-08-12 Sebastian LutherTests: ResolverPlayground: more debug stuff
2010-08-12 Zac MedicoAvoid unnecessary sys.hexversion conditional.
2010-08-12 Zac MedicoFactor EBUILD_EXIT_STATUS_FILE code out of AbstractEbui...
2010-08-12 Sebastian LutherTests: ResolverPlayground: add debug option to not...
2010-08-12 Sebastian LutherTests: ResolverPlayground: create world file
2010-08-12 Zac MedicoConsolidate EBUILD_EXIT_STATUS_FILE handling in doebuil...
next