DepPriority: remove "rebuild" attribute
[portage.git] / pym / _emerge / depgraph.py
2011-05-26 Zac MedicoDepPriority: remove "rebuild" attribute
2011-05-26 Zac Medicotest_merge_order: test hard blocker resolution
2011-05-26 Zac Medico_pkg_visibility_check: if in graph then visible
2011-05-26 Zac MedicoFix a typo in a comment.
2011-05-26 Zac Medicodepgraph._resolve: use temp set for autounmask
2011-05-26 Zac Medicodisplay_autounmask: optimize check_if_latest
2011-05-26 Arfrever Frehtes... Fix some typos.
2011-05-26 Sebastian Luther--autounmask: Use >= atoms if possible
2011-05-12 Zac Medicodep_check_composite_db: return early from cp_list
2011-05-12 Zac Medicodepgraph: don't clear vardbapi cache in _load_vdb
2011-05-12 Zac Medicodep_check_composite_db: remove unused _dep_expand
2011-05-12 Zac Medicodep_check_composite_db: implement cp_list
2011-05-08 Zac Medicoresume_depgraph: don't call break_refs in loop
2011-05-05 Zac Medicodepgraph: simplify break_refs v2.1.9.47
2011-05-05 Zac Medicoemerge: fix misspell suggestion with category
2011-05-04 Zac Medicoemerge: skip misspell suggestion if cp exists
2011-05-04 Zac Medicodepgraph: autounmask account for optional deps
2011-05-04 Zac Medicodepgraph: account for new-style virtual/libc
2011-05-04 Zac Medicodepgraph: migrate implicit libc deps from Sched
2011-05-04 Zac Medicoemerge: add --misspell-suggestions=n option
2011-05-04 Sebastian Luther--autounmask: Don't change masked/forced flags
2011-03-26 Zac Medicoget_dep_chain: handle InvalidDependString
2011-03-14 Zac Medicodepgraph: don't output \b to non-tty
2011-03-01 Zac Medicodepgraph: case insensitive search for unsatisfied
2011-02-14 Zac Medicodepgraph: fix virtual code to handle unsatisfied
2011-02-14 Zac MedicoRecognize git-2.eclass when reinstalling self.
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.
next