Bind FEATURES=-test to USE=-test for bug #373209.
[portage.git] / pym / _emerge / depgraph.py
2012-09-13 Zac MedicoBind FEATURES=-test to USE=-test for bug #373209.
2012-09-10 Zac MedicoImprove ignored binpkg display for bug #434540.
2012-09-02 Zac MedicoRename _slot_abi.py to _slot_operator.py.
2012-08-29 Zac MedicoRename slot-abi stuff to refer to slot-operator.
2012-08-27 Zac MedicoPass eapi to check_required_use more.
2012-07-18 Zac Medicodepgraph: __auto_rebuild__ KeyError, bug #427036
2012-07-10 Zac MedicoFix --complete-graph-if-new-use for --autounmask.
2012-07-10 Zac Medicoemerge: add --complete-graph-if-new-use < y | n >
2012-07-05 Zac MedicoRebuild for slot-abi downgrades, bug #424651.
2012-06-23 Zac MedicoFix debug message wording of "to due".
2012-06-23 Zac Medicoslot_abi_mask_built: fix __eq__ for backtracking v2.2.0_alpha111
2012-06-23 Zac MedicoSlot conflict "abi" backtrack nodes non-terminal.
2012-06-23 Zac MedicoFix success_without_autounmask logic wrt rebuilds
2012-06-23 Zac Medicodepgraph: fix broken _complete_mode assignment
2012-06-23 Zac Medico_slot_abi_update_probe: respect --exclude
2012-06-23 Zac Medicodepgraph: fix bugs in force_reinstall handling
2012-06-22 Zac MedicoEnable /etc/portage/sets for stable, bug #384061.
2012-06-22 Zac MedicoAdd experimental EAPI 4-slot-abi support.
2012-06-20 Zac Medicodepgraph._complete_graph: old virt sanity check
2012-06-20 Zac Medicodepgraph._iter_atoms_for_pkg: fix for --rebuild-*
2012-06-19 Zac Medicodepgraph: optimize slot conflict backtrack order
2012-06-19 Zac Medicodepgraph: defer slot conflict backtracking
2012-06-17 Zac Medicodepgraph._add_pkg: preserve previous pkg depth
2012-06-17 Zac Medicodepgraph: use package sets for rebuild/reinstall
2012-06-17 Zac Medico_process_slot_conflicts: do one slot at a time
2012-06-17 Zac Medicodepgraph: split out _handle_slot_conflict method
2012-06-16 Zac Medicodepgraph: simplify _select_pkg_highest_available
2012-06-16 Zac Medicodepgraph: _autounmask in _highest_pkg_cache key
2012-06-15 Zac MedicoAdd USE + license autounmask for bug #420847.
2012-06-09 Zac Medicodepgraph: pass use_reduce result to dep_check
2012-05-30 Zac MedicoUse any() to optimize intersection operations.
2012-05-30 Zac Medico_wildcard_set: specify allow_repo=False
2012-05-14 Zac Medicodepgraph: send output to stderr when appropriate
2012-05-13 Zac Medicodepgraph: minimize match_from_list operations
2012-05-10 Zac MedicoDon't write or trust cache for unsupported EAPIs.
2012-05-09 Zac MedicoShow unsatisfied REQUIRED_USE for bug #415125.
2012-05-03 Zac Medicocomposite_db._visible: fix AttributeError
2012-04-21 Zac Medicodbapi: account for unevaluated_atom in caches
2012-04-05 Zac Medicodepgraph._complete_graph: fix for --root-deps v2.2.0_alpha100
2012-04-05 Zac Medicodepgraph._validate_blockers: optimize --root-deps
2012-04-05 Zac Medicodepgraph._load_vdb: optimize --root-deps
2012-03-27 Zac Medicoemerge: suggest dispatch-conf for bug #398843
2012-03-27 Zac MedicoReplace @returns with @return.
2012-03-19 Zac MedicoRevert "depgraph: reset pkgsettings after setcpv"
2012-03-19 Zac Medicodepgraph: reset pkgsettings after setcpv
2012-02-26 Sebastian Lutherautounmask: Avoid unmasking live versions if possible
2012-02-26 Sebastian LutherReorganize how autounmask allows changes to be made
2012-02-24 Sebastian Lutherautounmask: Fix USE change messages to display the...
2012-02-11 Zac Medicodisplay_autounmask: highlight config changes
2012-01-20 Zac MedicoFix --changed-use interaction with bug 297549.
2012-01-12 Zac Medicodepgraph: account for unevaluated_atom in cache
2012-01-12 Zac Medicodepgraph: unevaluated parent atom in debug output
2011-12-23 Zac Medicodepgraph.py: remove unused variables
2011-12-19 Zac MedicoDisplay EROOT when ROOT != "/".
2011-12-18 Arfrever Frehtes... Fix some warnings found by pylint.
2011-12-17 Zac Medico_show_unsatisfied_dep: avoid invalid, bug #394995
2011-12-04 Zac Medicofix logic from last commit
2011-12-04 Zac Medicodepgraph: fix case insensitive search for unsat
2011-11-27 Zac Medico_get_dep_chain: fix KeyError, bug #392059
2011-11-18 Zac Medicodepgraph: don't merge portage asap
2011-11-17 Zac MedicoSkip the "resume after portage update" routine.
2011-11-09 Zac MedicoUse get(REQUIRED_USE) for emphasis.
2011-11-09 Zac Medicodepgraph: fix possible REQUIRED_USE KeyError
2011-11-07 Arfrever Frehtes... depgraph._queue_disjunctive_deps(): Pass EAPI to portag...
2011-11-07 Zac MedicoREQUIRED_USE: don't save in built packages
2011-11-07 Zac MedicoRespect --usepkgonly in suggestions, bug #389617
2011-10-29 Zac MedicoUse EROOT to validate path arguments.
2011-10-25 Zac MedicoUse EROOT instead of ROOT for keys everywhere.
2011-10-20 Zac Medicodepgraph: fix installed masked warning
2011-10-10 Zac MedicoAdd emerge --dynamic-deps <y|n> option.
2011-10-10 Zac Medicoshow_ignored_binaries: filter noise, bug #386379
2011-10-02 Zac MedicoPrefer slot conflict over blocker display.
2011-09-30 Zac Medicodepgraph: tweak virtual transition code
2011-09-30 Zac Medicodepgraph: pull in new-style virtuals more
2011-09-29 Zac Medicotweak "missed updates" code from last commit
2011-09-29 Zac Medicodepgraph: verify "missed updates"
2011-09-28 Zac Medicodepgraph: handle unicode exception for bug 384749
2011-09-23 Arfrever Frehtes... Fix a typo.
2011-09-22 Zac MedicoTweak automatic --binpkg-respect-use behavior.
2011-09-22 Sebastian LutherMake --binpkg-respect-use=y the default
2011-09-22 Sebastian LutherWarn about ignored binary packages with non matching USE
2011-09-21 Zac Medicoemerge: add --complete-graph-if-new-ver < y | n >
2011-09-21 Sebastian Lutherautounmask: Always use unresticted atoms for license...
2011-09-20 Sebastian LutherReject inconsistent backtrack parameters
2011-09-19 Zac MedicoSuggest --autounmask-keep-masks for ** keyword.
2011-09-19 Sebastian LutherSuggest --autounmask-keep-masks instead of --autounmask=n
2011-09-19 Sebastian Lutherautounmask: Add --autounmask-keep-masks option
2011-09-19 Sebastian Lutherautounmask: Add --autounmask-unrestricted-atoms option
2011-09-18 Zac Medicoget_dep_chain: fix KeyError if start_node is root
2011-09-18 Sebastian Lutherautounmask: Ensure a suitable parent is displayed in...
2011-09-18 Zac Medicodepclean: don't remove new virtual slots
2011-09-15 Zac MedicoFix multislot handling for depclean (bug #382823)
2011-09-11 Zac Medicodepgraph: pull in new virtual slots with --update
2011-09-11 Zac MedicoRevert virtual slot update code for bug 382557.
2011-09-10 Zac Medicodepgraph: refactor virtual slot --update code
2011-09-10 Zac Medicodepgraph: use Atom.with_slot() to match virtuals
2011-09-10 Zac Medicodepgraph: use _iter_match_pkgs_any where possible
2011-09-09 Zac Medicodepgraph: pull in new virtual slots with --update
2011-09-02 Zac MedicoShow merge list before "missed update" messages.
2011-08-29 Zac MedicoSend "Recording in world" msg to stdout.
next