summaryrefslogtreecommitdiffstats
path: root/pym/_emerge/depgraph.py
Commit message (Expand)AuthorAgeFilesLines
* Bug #337178 - Fix slot conflict backtracking to mask the higherZac Medico2010-09-271-10/+36
* Revert one more change from bug #337178: parent_atoms is supposedZac Medico2010-09-261-1/+1
* Revert slot conflict behavior backtracking behavior changes fromZac Medico2010-09-261-5/+6
* Fix confusing messages shown byZac Medico2010-09-261-6/+6
* Tests: add resolver/test_output: Make sure we don't backtrace in the merge li...Sebastian Luther2010-09-201-16/+12
* Move mergelist printing into resolver/output.pySebastian Luther2010-09-201-799/+4
* Always mask the higher version when backtracking due to a slot conflictSebastian Luther2010-09-191-4/+10
* Fix depgraph._complete_graph() to preserve initial_arg_list when itZac Medico2010-09-191-4/+6
* Fix incorrect depgraph_sets reference in depgraph._load_favorites().v2.2_rc84Zac Medico2010-09-181-1/+1
* Invert SetArg conditional in depgraph._set_args(), for clarity.Zac Medico2010-09-181-3/+4
* Add multiple $ROOT support to depgraph._iter_atoms_for_pkg().Zac Medico2010-09-181-91/+84
* Fix breakage in population of dynamic_config._set_atoms since theZac Medico2010-09-181-2/+5
* Fix --autounmask get_dep_chain() function to traverse nested sets.Zac Medico2010-09-181-7/+20
* Never traverse the same node twice when showing parents inZac Medico2010-09-181-1/+3
* When depgraph._show_unsatisfied_dep() displays parents, traverse nestedZac Medico2010-09-181-7/+15
* Make depgraph._pkg_visibility_check() when --autounmask is notZac Medico2010-09-171-0/+3
* --autounmask: Support license changesSebastian Luther2010-09-171-35/+92
* Bug #337540 - Record nested package set information in the digraph.Zac Medico2010-09-171-32/+78
* Move traversal of world_sets from calc_depclean() toZac Medico2010-09-161-2/+29
* Make RepoDisplay __str__ and __unicode__ methods more likeZac Medico2010-09-161-4/+6
* In depgraph._load_vdb(), after calling FakeVartree.sync(), updateZac Medico2010-09-131-0/+5
* Don't miss a "missing IUSE" because of [foo?] -> [] evaluations.Sebastian Luther2010-09-131-15/+14
* Ensure that depgraph._show_unsatisfied_dep() doesn't suggest changesZac Medico2010-09-101-0/+15
* In depgraph._show_unsatisfied_dep(), if the child package is masked then aZac Medico2010-09-101-0/+7
* Fix typo in comment.Arfrever Frehtes Taifersar Arahesis2010-09-081-1/+1
* Bug #332719 - For removal operations, use _dep_check_composite_dbZac Medico2010-09-081-10/+39
* Make previous commit reference self._depgraph._pkg_visibility_check().Zac Medico2010-09-081-1/+1
* In depgraph._dep_check_composite_db._visible(), wrap installed packageZac Medico2010-09-081-1/+1
* Move the Scheduler mergelist constructor parameter to the graph_configZac Medico2010-09-061-4/+7
* Fix depgraph._wrapped_select_pkg_highest_available_imp() to checkZac Medico2010-09-061-1/+3
* Make the depgraph and FakeVartree cooperate to consistently createZac Medico2010-09-061-1/+5
* In depgraph.schedulerGraph(), make sure all references are brokenZac Medico2010-09-061-0/+1
* Make depgraph.schedulerGraph() return an instance ofZac Medico2010-09-061-1/+23
* Fix want_restart_for_use_change() to flatten deps before comparing tokens as ...Sebastian Luther2010-09-051-2/+2
* Fix depgraph._wrapped_select_pkg_highest_available_imp() to checkZac Medico2010-09-051-1/+1
* Account for package.use.force/mask in previous commit.Zac Medico2010-09-031-2/+4
* autounmask: Don't print masked/forced flags in "required by" commentsSebastian Luther2010-09-031-0/+4
* Old "Change USE" message: Don't screw up if the highest version is masked and...Sebastian Luther2010-09-031-7/+17
* Bug #335642 - Also make show_masked_packages() display to stdout sinceZac Medico2010-09-011-2/+2
* Bug #335642 - Revert depgraph._show_unsatisfied_dep() to display toZac Medico2010-09-011-14/+14
* Fix depgraph._serialize_tasks() so that portage-9999 is always promotedZac Medico2010-08-311-1/+3
* When portage updates itself and the new version either inheritsZac Medico2010-08-311-1/+3
* Rename the portage.sets module to portage._sets since it will be usefulZac Medico2010-08-301-2/+2
* Fix some typos.Arfrever Frehtes Taifersar Arahesis2010-08-291-1/+1
* If there are circular dependencies, and circular_dependency_handlerZac Medico2010-08-281-3/+6
* In depgraph._show_unsatisfied_dep(), show some debug info ifZac Medico2010-08-281-5/+12
* Fix breakage from previous commit.Zac Medico2010-08-261-0/+2
* Use Package.visible to simplify visibility checks for installedZac Medico2010-08-261-11/+1
* Ensure SystemExit is never caught.Zac Medico2010-08-261-2/+2
* Remove obsolete TODO comment.Zac Medico2010-08-251-3/+0