_get_dep_chain: fix KeyError, bug #392059
[portage.git] / pym / _emerge / depgraph.py
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.
2011-08-26 David JamesUpdate --rebuild-if-* flags to rebuild when build depen...
2011-08-11 Zac Medicoresume_depgraph: prune all indirect unsatisfied
2011-08-01 Zac Medicodepgraph: fix duplicate zero pkg count display
2011-07-25 Zac Medicodepgraph: make --exclude handle contradictions
2011-07-19 Zac MedicoMake emerge --noreplace identical to --selective.
2011-07-12 Zac Medicoresume_depgraph: be careful with parent_node type
2011-07-11 Zac Medicoautounmask-write: create /etc/portage if needed
2011-07-11 Zac Medicoresume_depgraph: fix breakage from reposyntax
2011-07-11 Zac Medicois_valid_package_atom: fix circular import
2011-07-10 Zac MedicoMigrate from codecs.open() to io.open().
2011-07-10 Zac Medicodepgraph: more debug output for _add_pkg
2011-07-10 Zac Medicodepgraph: reject USE conditionals in arguments
2011-07-09 Zac Medicocircular_dependency: show debug graph earlier
2011-07-09 Zac Medicodepgraph: include pkg.repo in debug output
2011-07-08 Zac MedicoQualify "missed update" message as WARNING.
2011-07-03 Arfrever Frehtes... Show repository in error message about missing USE...
2011-06-21 Zac Medicoextract_affecting_use: less strict for installed
2011-06-17 Zac Medicomisspell-suggestions: filter the input cp
2011-06-16 Zac Medicoexpand_set_args: add root SetArg nodes to graph
2011-06-13 Zac Medicopkg_use_enabled: return early for built pkgs
2011-06-12 Zac Medicotest_merge_order: test smallest runtime cycle
2011-06-11 Arfrever Frehtes... Fix a typo in a comment. v2.2.0_alpha40
2011-06-11 Zac Medicoserialize_tasks: debug output for runtime cycles
2011-06-11 Zac Medicoserialize_tasks: asap ignore medium_soft earlier
2011-06-11 Zac Medicoserialize_tasks: minimize runtime cycles more
2011-06-11 Zac Medicoserialize_tasks: minimize nodes in runtime cycles
2011-06-11 Zac Medicodepgraph._serialize_tasks: revert formatting diff
2011-06-11 Zac Medicodepgraph._serialize_tasks: move libperl/perl code
2011-06-11 Zac Medicodepgraph._serialize_tasks: tweak last commit more
2011-06-11 Zac Medicodepgraph._serialize_tasks: tweak last commit
2011-06-11 Zac Medicoshow_unsatisfied_blockers: don't omit any pkgs
2011-06-10 Zac Medicodepgraph._serialize_tasks: fix libperl/perl order
2011-06-09 Zac Medicoshow_masked_packages: EAPI metadata safety
2011-06-09 Zac Medico_show_unsatisfied_dep: fix logic for EAPI mask
2011-06-08 Zac Medicoautounmask-write: prefer package.accept_keywords
2011-06-08 Zac Medicoextract_affecting_use: _get_useflag_re(eapi)
2011-06-08 Zac Medicoautounmask-write: support package.accept_keywords
2011-06-06 Arfrever Frehtes... Fix some typos.
2011-06-04 Zac Medicoautounmask: include comments from package.mask
2011-06-03 Zac Medico--autounmask: show note suggesting how to disable
2011-06-03 Zac Medicoautounmask-write: force configpro if non-existent
2011-06-03 Zac Medicoadd_pkg_dep_string: fix reversed inst_pkgs order
2011-06-03 Zac Medicoadd_pkg_dep_string: remove unused root_slot var
2011-06-03 Zac MedicoUse bool(digraph) instead of empty()/is_empty().
2011-05-31 Zac Medicodep_zapdeps: use digraph for preference selection
2011-05-27 Zac Medicobacktrack_depgraph: display_problems for each run
2011-05-27 Zac Medicoautounmask_broke_use_dep: flag masked pkgs too
2011-05-26 Zac Medicodepgraph: always check for autounmask breakage
2011-05-26 Zac Medicorebuilt-binaries: prefer newer unbuilt
2011-05-25 Zac MedicoFix a typo in last commit's debug message.
2011-05-25 Zac Medicodepgraph: detect deps broken by autounmask
2011-05-24 Zac Medicotest_merge_order: test asap PDEPEND (bug #180045)
2011-05-23 Zac Medico_serialize_tasks: prefer unsatisfied asap child
2011-05-22 Zac Medico_add_pkg_dep_string: handle satisfied virt_dep
2011-05-22 Zac Medico_validate_blockers: reference bug 128809
2011-05-22 Zac MedicoPackage: add new _gen_hash_key method
2011-05-22 Zac MedicoDepPriority: remove "rebuild" attribute
2011-05-21 Zac Medicotest_merge_order: test hard blocker resolution
next