portage.git
2009-07-20 Zac MedicoUse codecs.open for unicode support in FileLoader.load().
2009-07-19 Zac MedicoIn _check_manifests(), skip uninstall operations.
2009-07-19 Zac MedicoUse readlines() to optimize performance. Thanks to...
2009-07-17 Zac MedicoFor consistency with emake, add ${MAKEOPTS} ${EXTRA_EMA...
2009-07-16 Zac MedicoFor unsatisfied USE dependencies, do not backtrack...
2009-07-16 Fabian Groffenalign with Prefix, also warn on sparcv9 hosts -- 64...
2009-07-16 Mike Frysingeradd hppa64 to the 64bit list as pointed out by Michael...
2009-07-13 Fabian Groffenfix up spacing, remove commented out code, fix copyrigh...
2009-07-12 Zac MedicoOptimize USE_EXPAND -> USE code inside config.setcpv...
2009-07-12 Mounir LamouriAllow search and depgraph to avoid spinner by using...
2009-07-12 Zac MedicoRemove leading slash from appropriate paths inside...
2009-07-12 Arfrever Frehtes... Improve description of QA_DT_HASH.
2009-07-12 Zac MedicoIn depgraph._show_missed_update(), don't show installed...
2009-07-12 Zac MedicoMove the backtracking code from action_build() to a...
2009-07-11 Zac MedicoEliminate duplicate code inside depgraph._show_missed_u...
2009-07-11 Zac MedicoBug #137562 - Implement backtracking for missing depend...
2009-07-11 Zac MedicoOptimize USE_EXPAND -> USE code inside config.setcpv...
2009-07-11 Arfrever Frehtes... Assign 'cfgprot' before referencing it. Reported by...
2009-07-09 Zac MedicoAllow --deep to take an optional integer parameter...
2009-07-09 Zac MedicoTweak arguments for <python-2.6 compat.
2009-07-09 Zac MedicoMake -j argument handling more generic, so it's easy...
2009-07-09 Zac MedicoUse a dict for depgraph params, so we can use it to...
2009-07-08 Zac MedicoAdd a --debug warning message inside _add_pkg in case...
2009-07-08 Zac MedicoDocument the --selective option.
2009-07-08 Zac MedicoFix --selective so it works.
2009-07-07 Zac MedicoBug #276957 - Fix dropped "in graph" choice for runtime...
2009-07-07 Zac MedicoShorten the preserved libs message when in --quiet...
2009-07-07 Zac MedicoBug #276866 - --binpkg-respect-use < y | n >
2009-07-06 Zac MedicoOptimize dbapi._iter_match_use() so that it shares...
2009-07-06 Zac MedicoBug #273640 - Add --disable-dependency-tracking to...
2009-07-06 Zac MedicoBug #273622 - Add pkg_pretend support for the ebuild...
2009-07-06 Zac MedicoBug #273631 - Add default src_install implementation...
2009-07-06 Zac MedicoUse PackageSet.findAtomForPackage() when matching the...
2009-07-06 Zac MedicoAlways exit unsuccessfully if there are any failures.
2009-07-05 Zac MedicoHardcode utf_8 encoding inside _setitem().
2009-07-05 Zac MedicoAssume utf_8 encoding in alls reads/writes (unicode...
2009-07-05 Zac MedicoFix broken reference to possible_upgrades inside dep_za...
2009-07-05 Zac MedicoMake sure avoid_update always returns existing_node...
2009-07-05 Zac MedicoBug #276264 - Note that eclass-overrides may make it...
2009-07-05 Zac MedicoRemove set operator support since the current implement...
2009-07-04 Zac MedicoMake dblink.setfile() write environment.bz2 in binary...
2009-07-04 Zac MedicoAssume utf_8 encoding when reading raw ebuild metadata.
2009-07-04 Zac MedicoRemove the workaround from bug #263081 since most strin...
2009-07-04 Zac MedicoMake atomic_ofstream() use codecs.open() for py3k compa...
2009-07-04 Zac MedicoMake grablines() use codecs.open() for py3k compatible...
2009-07-04 Zac MedicoMake code from previous commit safe for empty files.
2009-07-04 Zac MedicoMake getconfig() use codecs.option() for py3k compatibl...
2009-07-04 Zac MedicoAs a performance optimization, use StringIO instead...
2009-07-04 Zac MedicoCorrect --help usage since it no longer takes system...
2009-07-04 Zac MedicoCorrect --help usage since it no longer takes system...
2009-07-04 Zac MedicoUpdate help() usage since the myopts parameter is gone...
2009-07-04 Zac MedicoDon't pass myopts into profile_check() since it's no...
2009-07-04 Zac MedicoDelete runtime_pkg_mask to avoid memory leak.
2009-07-04 Zac MedicoMake LazyItemsDict derive from UserDict instead of...
2009-07-04 Zac MedicoRemove the --avoid-update option and make it the defaul...
2009-07-04 Zac MedicoDisable depgraph._show_missed_update() when --quiet...
2009-07-04 Zac MedicoCleanup spinner before calling depgraph.display_problems().
2009-07-04 Zac MedicoBug #275217 - Part 5 - When a slot conflict occurs...
2009-07-03 Arfrever Frehtes... Don't set RDEPEND=${RDEPEND-${DEPEND}} for EAPI=3 and...
2009-07-03 Zac MedicoImplement LazyItemsDict.pop() since dict.pop() bypasse...
2009-07-03 Zac MedicoMake --help into an action, and move --help --sync...
2009-07-03 Zac MedicoMove "import copy" to the top of the file.
2009-07-03 Zac MedicoSkip PROVIDE conditional evaluation in PackageSet.iterA...
2009-07-03 Zac MedicoFix broken reference to _graph_trees.
2009-07-03 Zac MedicoFix broken reference to self.myopts in the dynamic_conf...
2009-07-03 Zac MedicoUse the new frozen_config depgraph constructor paramete...
2009-07-03 Zac MedicoAdd a frozen_config parameter to the depgraph construct...
2009-07-03 Zac MedicoUse depgraph._pkg() whenever possible.
2009-07-02 Zac MedicoMove RootConfig.visible_pkgs to dynamic_config._visible...
2009-07-02 Zac MedicoFix reversal in --nodeps merge order. Thanks to Michael...
2009-07-01 Zac MedicoBug #275947 - Enable build.log when FEATURES=sesandbox...
2009-07-01 Zac MedicoFix broken references to depgraph._dynamic_config and...
2009-07-01 Zac MedicoFix typo from previous commit.
2009-07-01 Zac MedicoFix depgraph._serialize_tasks so it never performa...
2009-06-30 Zac MedicoRemove obsolete blocker expansion code from _expand_new...
2009-06-30 Zac MedicoAlways use dep_getkey() when using profile virtuals...
2009-06-30 Zac MedicoFix depgraph._resolve to do old-style virtual matches...
2009-06-30 Zac MedicoFix _expand_new_virtuals to expand old-style virtuals...
2009-06-30 Zac MedicoBug #275217 - Part 4 - Move all member variables of...
2009-06-30 Zac MedicoTweak depgraph._select_pkg_highest_available_imp to...
2009-06-30 Zac MedicoBug #275945 - Add a new --avoid-update which tries...
2009-06-30 Zac MedicoBug #275901 - Make emerge bail out for USE deps in...
2009-06-30 Zac MedicoBug #82488 - In _expand_new_virtuals(), check PROVIDE...
2009-06-30 Zac MedicoIn _expand_new_virtuals, don't expand old-style virtual...
2009-06-30 Zac MedicoRemove the upgrade selection code inside dep_zapdeps...
2009-06-30 Zac MedicoFix virtual blocker code inside _expand_new_virtuals...
2009-06-29 Zac MedicoUse a finally blocker to ensure _expand_new_virtuals...
2009-06-29 Zac MedicoBug #275796 - Prefer packages selected for install...
2009-06-29 Zac MedicoBug #275821 - Make emerge reject !!atom blockers for...
2009-06-29 Zac MedicoMove code from bug #258773 to dep_zapdeps, since the...
2009-06-29 Arfrever Frehtes... Prepare 41 messages to localization.
2009-06-28 Zac MedicoAdd missing resume_depgraph import, and remove unused...
2009-06-28 Zac MedicoFix constructor to avoid TypeError when the "perms...
2009-06-28 Zac MedicoBug #253467 - Fix regression in config._env_blacklist...
2009-06-28 Zac MedicoFix Package.metadata USE conditional evaluation so...
2009-06-28 Zac MedicoUse Package.invalid to generate *.syntax repoman errors...
2009-06-28 Zac MedicoMake Package.invalid suitable for use by repoman.
2009-06-28 Zac MedicoCheck for redundant blank lines. Thanks to Markus Meier...
2009-06-28 Zac MedicoBug #236786 - Warn about 'test?' USE conditionals in...
2009-06-28 Mike Frysingermake sure etc-update sorts updates in the order (1...
next