reposyntax: Add support all over the place
[portage.git] / pym / _emerge / depgraph.py
2010-09-27 Sebastian Lutherreposyntax: Add support all over the place
2010-09-27 Sebastian Lutherbacktracking: Take all branches in case of slot collisions v2.2_rc88
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
2010-09-17 Zac MedicoBug #337540 - Record nested package set information...
2010-09-17 Zac MedicoMove traversal of world_sets from calc_depclean() to
2010-09-16 Zac MedicoMake RepoDisplay __str__ and __unicode__ methods more...
2010-09-13 Zac MedicoIn depgraph._load_vdb(), after calling FakeVartree...
2010-09-13 Sebastian LutherDon't miss a "missing IUSE" because of [foo?] -> [...
2010-09-10 Zac MedicoEnsure that depgraph._show_unsatisfied_dep() doesn...
2010-09-10 Zac MedicoIn depgraph._show_unsatisfied_dep(), if the child packa...
2010-09-08 Arfrever Frehtes... Fix typo in comment.
2010-09-08 Zac MedicoBug #332719 - For removal operations, use _dep_check_co...
2010-09-08 Zac MedicoMake previous commit reference self._depgraph._pkg_visi...
2010-09-08 Zac MedicoIn depgraph._dep_check_composite_db._visible(), wrap...
2010-09-06 Zac MedicoMove the Scheduler mergelist constructor parameter...
2010-09-06 Zac MedicoFix depgraph._wrapped_select_pkg_highest_available_imp...
2010-09-06 Zac MedicoMake the depgraph and FakeVartree cooperate to consiste...
2010-09-06 Zac MedicoIn depgraph.schedulerGraph(), make sure all references...
2010-09-06 Zac MedicoMake depgraph.schedulerGraph() return an instance of
2010-09-05 Sebastian LutherFix want_restart_for_use_change() to flatten deps befor...
2010-09-05 Zac MedicoFix depgraph._wrapped_select_pkg_highest_available_imp...
2010-09-03 Zac MedicoAccount for package.use.force/mask in previous commit.
2010-09-03 Sebastian Lutherautounmask: Don't print masked/forced flags in "require...
2010-09-03 Sebastian LutherOld "Change USE" message: Don't screw up if the highest...
2010-09-02 Zac MedicoBug #335642 - Also make show_masked_packages() display...
2010-09-02 Zac MedicoBug #335642 - Revert depgraph._show_unsatisfied_dep...
2010-09-01 Zac MedicoFix depgraph._serialize_tasks() so that portage-9999...
2010-08-31 Zac MedicoWhen portage updates itself and the new version either...
2010-08-30 Zac MedicoRename the portage.sets module to portage._sets since...
2010-08-29 Arfrever Frehtes... Fix some typos.
2010-08-28 Zac MedicoIf there are circular dependencies, and circular_depend...
2010-08-28 Zac MedicoIn depgraph._show_unsatisfied_dep(), show some debug...
2010-08-27 Zac MedicoFix breakage from previous commit.
2010-08-27 Zac MedicoUse Package.visible to simplify visibility checks for...
2010-08-26 Zac MedicoEnsure SystemExit is never caught.
2010-08-26 Zac MedicoRemove obsolete TODO comment.
2010-08-26 Zac MedicoJust raise InvalidDependString in cases when it shouldn...
2010-08-26 Zac MedicoMake _get_masking_status() return masking reasons for...
2010-08-26 Zac MedicoBug #334365 - Fix depgraph._wrapped_select_pkg_highest_...
2010-08-26 Zac MedicoBug #334365 - Mask packages with invalid metadata as...
2010-08-26 Zac MedicoBug #334365 - When parsing dependencies of installed...
2010-08-24 Sebastian LutherMore _pkg_use_enabled fixes
2010-08-23 Zac Medico* Use iterators instead of keys() when possible.
2010-08-23 Zac MedicoIn depgraph._select_pkg_highest_available_imp(), make...
2010-08-23 Zac MedicoPass a keyword hint from getmaskingstatus() to the...
2010-08-21 Zac MedicoFix broken writemsg call in depgraph._resolve() that...
2010-08-20 Sebastian Luther--autounmask: If we can't do a change because of REQUIR...
2010-08-20 Sebastian Luther--autounmask: Don't do use changes if they violate...
2010-08-20 Sebastian Lutherslot collision handler: Work correctly with --autounmask
2010-08-20 Zac MedicoAdd experimental EPREFIX/EROOT support to the config...
2010-08-20 Zac MedicoRename the bdeps_root variable to depend_root, since...
2010-08-20 Zac MedicoEliminate the bdeps_optional variables inside depgraph...
2010-08-19 Sebastian LutherMove the clever parts of depgraph._show_circular_deps...
2010-08-19 Sebastian Luthercycle-finder: Don't try to change flags that are in...
2010-08-18 Zac MedicoWhen suggesting solutions inside _show_circular_deps...
2010-08-18 Zac MedicoFix deprecation warnings from paren_reduce.
2010-08-18 Sebastian LutherFix small bug in _show_circular_deps and add some tests
2010-08-18 Sebastian Luther_show_circular_deps: Ignore solution that violate use...
2010-08-18 Sebastian Luther_show_circular_deps: Stop prunning the graph to show...
2010-08-18 Sebastian Luther_show_circular_deps: Fix handling of 'None' returned...
2010-08-18 Sebastian Luther_emerge.depgraph._show_circular_deps(): Find suggestion...
2010-08-18 Sebastian LutherPrint suggestions for circular dependencies
2010-08-18 Sebastian Luther_emerge.depgraph._show_circular_deps(): Display only...
2010-08-18 Zac Medico* Replace config._iuse_implicit_re with a callable...
2010-08-16 Sebastian LutherPass is_valid_flag to use_reduce if possible
2010-08-14 Sebastian LutherAtom.violated_conditionals: Use iuse.is_valid_flag...
2010-08-14 Sebastian LutherImplement use dependency defaults
2010-08-12 Sebastian Lutherautounmask: Print use flag that trigger a given dep...
2010-08-12 Sebastian Luther_emerge.depgraph: use writemsg() instead of print(...
2010-08-12 Sebastian LutherTests: resolver/test_slot_collisions: Check for slot_co...
2010-08-12 Sebastian Lutherslot_collision_handler: Return a string instead of...
2010-08-12 Sebastian LutherAdd new slot collision handler in _emerge/resolver...
2010-08-12 Sebastian Lutherautounmask: Print comments for USE changes too
2010-08-11 Sebastian LutherMake REQUIRED_USE work again. Without paren_reduce...
2010-08-11 Sebastian LutherUse eapi_has_required_use for REQUIRED_USE eapi checks
2010-08-11 Sebastian LutherIntroduce portage.eapi. Use it everywhere.
2010-08-11 Sebastian Lutherportage.dep._dep_check_strict: Unused, removed
2010-08-11 Sebastian Lutherportage.dep.use_reduce: Work on depstrings instead...
2010-08-11 Sebastian LutherAllow flags from IUSE_IMPLICIT in REQUIRED_USE. Move...
2010-08-08 Sebastian Lutherautounmask: rename _needed_user_config_changes in _need...
2010-08-08 Sebastian Lutherautounmask: Restart less often for use changes
2010-08-07 Zac MedicoEnsure that _select_pkg_highest_available_imp() falls...
2010-08-06 Zac MedicoFix _select_pkg_highest_available_imp to reject install...
2010-08-06 Zac MedicoRename allow_missing_keywords to allow_unstable_keyword...
2010-08-06 Zac MedicoDelay variable definitions in _pkg_visibility_check...
next