Add debug output for backtracking limit.
[portage.git] / pym / _emerge / depgraph.py
2010-10-08 Zac MedicoAdd debug output for backtracking limit.
2010-10-07 Zac MedicoAllow repo atoms more often in InternalPackageSet
2010-10-07 Zac MedicoAllow repo since parents can be sets or args.
2010-10-06 Zac MedicoFix a typo in a comment. v2.2_rc90
2010-10-06 Zac MedicoOptimize slot conflict backtracking for #337178.
2010-10-06 Zac MedicoAdd fallback backtrack_data, in case logic fails.
2010-10-06 Zac MedicoBacktracker reverses backtrack_data now.
2010-10-06 Zac MedicoRemove unused variable.
2010-10-06 Zac MedicoFix _iter_match_pkgs installed multislot breakage
2010-10-06 Zac MedicoUse Atom.without_use in _show_unsatisfied_dep().
2010-10-06 Zac MedicoUse match-all-cpv-only in _show_unsatisfied_dep.
2010-10-05 Zac MedicoDon't allow_wildcard in _iter_match_pkgs.
2010-10-05 Sebastian LutherMask packages that don't satisfy all atoms.
2010-10-05 Zac MedicoFix _show_unsatisfied_dep to pass repo to _pkg().
2010-10-05 Zac MedicoAdd note about depgraph/portdbapi caching.
2010-10-05 Zac MedicoOptimize depgraph/portdbapi cache handling.
2010-10-05 Zac MedicoSkip redundant cpv_exists in _iter_match_pkgs().
2010-10-05 Zac MedicoClarify repo code in depgraph._pkg().
2010-10-05 Zac MedicoCache InternalPackageSet in _iter_match_pkgs().
2010-10-04 Zac MedicoClean up repo handling for depgraph pkg_cache.
2010-10-04 Zac MedicoOptimize slot conflict backtracking for #337178.
2010-10-04 Zac MedicoBug #339606 - Fix broken 'missed update' message.
2010-10-02 Zac MedicoPrune circular nested sets from the digraph.
2010-10-01 Zac MedicoUse _pkg_visibility_check in _loadResumeCommand.
2010-10-01 Zac MedicoEnable depgraph._load_vdb() with --buildpkgonly.
2010-10-01 Zac MedicoBug #339316 - Fix --resume to handle repo masks.
2010-09-29 Zac MedicoTweak depgraph._show_unsatisfied_dep() display for...
2010-09-28 Zac MedicoAdd basic repo atom support for emerge --resume.
2010-09-27 Zac MedicoFix breakage in depgraph._serialize_tasks() blocker...
2010-09-27 Zac MedicoFix depgraph._pkg() to not raise PackageNotFound when...
2010-09-27 Zac MedicoOmit repo from mtimedb resume mergelist entries since...
2010-09-27 Sebastian Lutherreposyntax: Fix backtrace caused by cache changes
2010-09-27 Sebastian Lutherreposyntax: Handle the "give me a Package for an ebuild...
2010-09-27 Sebastian Lutherreposyntax: Print cpv from all repos for "masked by...
2010-09-27 Sebastian LutherFix breakage from the last commit
2010-09-27 Sebastian Lutherreposyntax: Next try at fixing the package cache
2010-09-27 Sebastian Lutherreposyntax: Get the Package cache to work again
2010-09-27 Sebastian LutherFix breakage with old style virtuals from the last...
2010-09-27 Sebastian Lutherreposyntax: Fix ignored slot spec if the same cpv is...
2010-09-27 Sebastian Lutherreposyntax: Add support all over the place
2010-09-27 Sebastian Lutherbacktracking: Take all branches in case of slot collisions v2.2_rc88
2010-09-27 Zac MedicoRevert one more change from bug #337178: parent_atoms...
2010-09-27 Zac MedicoRevert slot conflict behavior backtracking behavior...
2010-09-26 Zac MedicoFix confusing messages shown by
2010-09-20 Sebastian LutherTests: add resolver/test_output: Make sure we don't...
2010-09-20 Sebastian LutherMove mergelist printing into resolver/output.py
2010-09-20 Sebastian LutherAlways mask the higher version when backtracking due...
2010-09-19 Zac MedicoFix depgraph._complete_graph() to preserve initial_arg_...
2010-09-19 Zac MedicoFix incorrect depgraph_sets reference in depgraph._load... v2.2_rc84
2010-09-19 Zac MedicoInvert SetArg conditional in depgraph._set_args(),...
2010-09-19 Zac MedicoAdd multiple $ROOT support to depgraph._iter_atoms_for_...
2010-09-18 Zac MedicoFix breakage in population of dynamic_config._set_atoms...
2010-09-18 Zac MedicoFix --autounmask get_dep_chain() function to traverse...
2010-09-18 Zac MedicoNever traverse the same node twice when showing parents in
2010-09-18 Zac MedicoWhen depgraph._show_unsatisfied_dep() displays parents...
2010-09-18 Zac MedicoMake depgraph._pkg_visibility_check() when --autounmask...
2010-09-17 Sebastian Luther--autounmask: Support license changes
2010-09-17 Zac MedicoBug #337540 - Record nested package set information...
2010-09-17 Zac MedicoMove traversal of world_sets from calc_depclean() to
2010-09-16 Zac MedicoMake RepoDisplay __str__ and __unicode__ methods more...
2010-09-13 Zac MedicoIn depgraph._load_vdb(), after calling FakeVartree...
2010-09-13 Sebastian LutherDon't miss a "missing IUSE" because of [foo?] -> [...
2010-09-10 Zac MedicoEnsure that depgraph._show_unsatisfied_dep() doesn...
2010-09-10 Zac MedicoIn depgraph._show_unsatisfied_dep(), if the child packa...
2010-09-08 Arfrever Frehtes... Fix typo in comment.
2010-09-08 Zac MedicoBug #332719 - For removal operations, use _dep_check_co...
2010-09-08 Zac MedicoMake previous commit reference self._depgraph._pkg_visi...
2010-09-08 Zac MedicoIn depgraph._dep_check_composite_db._visible(), wrap...
2010-09-06 Zac MedicoMove the Scheduler mergelist constructor parameter...
2010-09-06 Zac MedicoFix depgraph._wrapped_select_pkg_highest_available_imp...
2010-09-06 Zac MedicoMake the depgraph and FakeVartree cooperate to consiste...
2010-09-06 Zac MedicoIn depgraph.schedulerGraph(), make sure all references...
2010-09-06 Zac MedicoMake depgraph.schedulerGraph() return an instance of
2010-09-05 Sebastian LutherFix want_restart_for_use_change() to flatten deps befor...
2010-09-05 Zac MedicoFix depgraph._wrapped_select_pkg_highest_available_imp...
2010-09-03 Zac MedicoAccount for package.use.force/mask in previous commit.
2010-09-03 Sebastian Lutherautounmask: Don't print masked/forced flags in "require...
2010-09-03 Sebastian LutherOld "Change USE" message: Don't screw up if the highest...
2010-09-02 Zac MedicoBug #335642 - Also make show_masked_packages() display...
2010-09-02 Zac MedicoBug #335642 - Revert depgraph._show_unsatisfied_dep...
2010-09-01 Zac MedicoFix depgraph._serialize_tasks() so that portage-9999...
2010-08-31 Zac MedicoWhen portage updates itself and the new version either...
2010-08-30 Zac MedicoRename the portage.sets module to portage._sets since...
2010-08-29 Arfrever Frehtes... Fix some typos.
2010-08-28 Zac MedicoIf there are circular dependencies, and circular_depend...
2010-08-28 Zac MedicoIn depgraph._show_unsatisfied_dep(), show some debug...
2010-08-27 Zac MedicoFix breakage from previous commit.
2010-08-27 Zac MedicoUse Package.visible to simplify visibility checks for...
2010-08-26 Zac MedicoEnsure SystemExit is never caught.
2010-08-26 Zac MedicoRemove obsolete TODO comment.
2010-08-26 Zac MedicoJust raise InvalidDependString in cases when it shouldn...
2010-08-26 Zac MedicoMake _get_masking_status() return masking reasons for...
2010-08-26 Zac MedicoBug #334365 - Fix depgraph._wrapped_select_pkg_highest_...
2010-08-26 Zac MedicoBug #334365 - Mask packages with invalid metadata as...
2010-08-26 Zac MedicoBug #334365 - When parsing dependencies of installed...
2010-08-24 Sebastian LutherMore _pkg_use_enabled fixes
2010-08-23 Zac Medico* Use iterators instead of keys() when possible.
2010-08-23 Zac MedicoIn depgraph._select_pkg_highest_available_imp(), make...
2010-08-23 Zac MedicoPass a keyword hint from getmaskingstatus() to the...
2010-08-21 Zac MedicoFix broken writemsg call in depgraph._resolve() that...
next