depgraph: fix KeyError in select_atoms
[portage.git] / pym / _emerge / depgraph.py
2011-02-14 Zac Medicodepgraph: fix KeyError in select_atoms
2011-02-14 Zac Medicoget_dep_chain: fix broken parent_arg reference
2011-02-14 Zac Medicodepgraph: normalize indentation
2011-02-14 Zac Medicodepgraph: ignore fewer deps
2011-02-14 Zac Medicodepgraph: remove redundant "empty" param checks
2011-02-14 Zac Medicoget_dep_chain: fix unsatisfied_dependency logic
2011-02-14 Zac Medicoget_dep_chain: prefer parents in merge list
2011-02-14 Zac Medicodepgraph: fix and test depth control for virtuals
2011-02-14 Zac Medicodepgraph: tweak depth calculation for virtuals
2011-02-14 Zac Medicodepgraph: fix and test --deep control of depth
2011-02-14 Zac Medicodepgraph: avoid atom hash collisions in dep_check
2011-02-14 Zac Medicodepgraph: return virtual edges from select_atoms
2011-02-14 Zac Medicodepgraph: don't distort edges for virtuals
2011-02-14 Zac Medicodepgraph: fix distorted display of virtuals
2011-02-14 Zac Medicodepgraph: avoid reinstall of identical binpkg
2011-02-08 Zac Medicoemerge: support ../ path arguments
2011-02-05 Zac Medicoget_dep_chain: add "set" node type v2.1.9.36
2011-02-04 Zac Medicodepgraph: make downgrades trigger complete graph
2011-02-04 Zac Medicodepgraph: don't drop deps in _add_dep
2011-02-03 Zac MedicoREQUIRED_USE: display unsatisfied part
2011-02-03 Zac Medicodepgraph: use catsplit where appropriate
2011-02-03 Zac Medicodepgraph: remove obsolete gpg exception handlers
2011-02-03 Zac Medicodepgraph: skip backtrack for fatal errors
2011-02-03 Zac Medicodepgraph: rm obsolete AmbguousPackageName handler
2011-02-03 Zac MedicoREQUIRED_USE: no autounmask, so skip backtracking
2011-02-02 Zac MedicoREQUIRED_USE: handle unsatisfied like normal dep
2011-02-02 Zac MedicoFix grammar in a comment.
2011-02-02 Zac MedicoREQUIRED_USE: add blank line after display
2011-02-02 Zac MedicoMake || choices independent of REQUIRED_USE.
2011-02-02 Zac Medico_get_dep_chain: allow SetArg for first node
2011-02-02 Zac MedicoShow "missed update" message for REQUIRED_USE.
2011-02-02 Zac Medicodepgraph: display 'searching for similar names'
2011-02-02 Sebastian LutherPrint near matches for cmd line atoms without matching...
2011-02-02 Sebastian LutherAllow relative paths (starting with ./) on the cmd...
2011-02-02 Zac Medicodepgraph: fix get_dep_chain unicode handling
2011-02-02 Sebastian Lutherautounmask USE change comment: ensure that the first...
2011-02-02 Sebastian LutherShow use conditionals in old style dep chains
2011-01-19 Zac Medicodepgraph: avoid duplicate ebuild visibility check
2011-01-18 Zac Medicodepgraph: avoid updates more
2011-01-18 Zac MedicoFix some poor installed/masked || choices.
2011-01-05 Zac MedicoREQUIRED_USE: when unsatisfied, show current USE
2011-01-05 Zac Medicocomposite_db: use ebuild visibility for installed
2011-01-04 Zac Medicofix indentation from commit f29d351990f0a3dd6183ec888ba...
2011-01-04 Zac MedicoFix spelling of unsatisfied from previous commit.
2011-01-04 Zac MedicoREQUIRED_USE: always show requirements
2011-01-03 Zac Medicodepgraph: merge some logic from bug #350254
2011-01-02 Zac MedicoTry to avoid downgrade due to unsat REQUIRED_USE.
2011-01-02 Zac Medicodepclean: account for more masks
2011-01-02 Zac Medicodepgraph: use Package.masks for installed
2011-01-02 Zac Medicodepclean: account for more masks
2010-12-25 Zac Medicodepgraph: Optimize --newuse with Package attrs.
2010-12-20 Zac MedicosaveNomergeFavorites: remove unecessary vars
2010-12-20 Zac MedicosaveNomergeFavorites: fix possible root confusion
2010-12-19 Zac Medicoparen_enclose: preserve atom USE conditionals
2010-12-04 Zac Medicodepgraph: remove redundant IUSE check
2010-12-04 Zac Medicofix missing_enabled/disabled logic for bug 345979
2010-11-27 Zac Medicodepgraph: fix logic more for bug 345979 v2.1.9.25
2010-11-27 Zac Medicodepgraph: fix logic in code for bug 345979
2010-11-27 Zac Medicodepgraph: check unevaluated USE dep IUSE earlier
2010-11-27 Zac Medicodepgraph: tweak USE match logic for bug 345979
2010-11-26 Zac Medicoshow_unsatisfied_dep: include ROOT if it's not /
2010-11-24 Zac MedicoUse Package.use.force/mask attributes.
2010-11-24 Zac MedicoUse Package.use.force/mask attributes.
2010-11-24 Zac MedicoFix use.mask set intersection from previous.
2010-11-24 Zac MedicoFix interaction of use.mask/force with use deps.
2010-10-23 Zac Medicodepgraph minimize_children: yield highest version v2.1.9.22
2010-10-22 Zac MedicoRaise default backtrack limit from 5 to 10.
2010-10-22 Zac MedicoSeparate conflict atoms for 'missed update'.
2010-10-16 Arfrever Frehtes... Fix some typos.
2010-10-15 Zac MedicoFix a typo in a comment.
2010-10-15 Zac MedicoOptimize uninstall selection more.
2010-10-15 Zac MedicoOptimize uninstall selection in serialize_tasks.
2010-10-15 Zac MedicoPrefer ~ and =* atoms in missed update display.
2010-10-12 Zac Medicodepgraph: Remove obsolete 'Missing binary' code.
2010-10-12 Arfrever Frehtes... Fix typos in comments.
2010-10-07 Zac MedicoMerge slot conflict backtracking from master.
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 MedicoPrune circular nested sets from the digraph.
2010-10-01 Zac MedicoEnable depgraph._load_vdb() with --buildpkgonly.
2010-10-01 Zac MedicoTweak depgraph._show_unsatisfied_dep() display for...
2010-10-01 Zac MedicoFix breakage in depgraph._serialize_tasks() blocker...
2010-09-27 Zac MedicoBug #337178 - Fix slot conflict backtracking to mask...
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
next