Disable backtracking in the depgraph constructor call when appropriate.
[portage.git] / pym / _emerge / depgraph.py
2009-11-21 Zac MedicoDisable backtracking in the depgraph constructor call...
2009-11-21 Zac MedicoCheck for updates masked by license for any installed...
2009-11-16 Zac MedicoIn the code from bug #288083, only show one LICENSE...
2009-11-16 Zac MedicoBug #288083 - Always warn about installed packages...
2009-11-16 Zac MedicoWhen displaying masking messages, show the 'dependency...
2009-11-07 Zac MedicoFix typo in comment. (trunk r14798) v2.1.7.4
2009-11-07 Zac MedicoUse writemsg instead of print, to send debug messages...
2009-11-07 Zac MedicoBug #291142 - Fix some cases when a 'missed update...
2009-11-07 Zac MedicoUse writemsg instead of print, to send debug messages...
2009-11-07 Zac MedicoInside depgraph._complete_graph(), only pull in deps...
2009-11-07 Zac MedicoDon't call FakeVartree.sync() redundantly when backtrac...
2009-11-07 Zac MedicoMove FakeVartree population out of the constructor...
2009-10-31 Zac MedicoFix --backtrack option handling. (trunk r14767) v2.1.7.3
2009-10-31 Zac MedicoAdd a --backtrack=COUNT option to control how many...
2009-10-24 Zac MedicoFactor vdb loading code out of the depgraph constructor...
2009-10-24 Zac MedicoFactor out duplicate "These are the packages that would...
2009-10-24 Zac MedicoAdd a --unordered-display option for use with --tree...
2009-10-24 Zac MedicoFactor the --tree code out of depgraph.display(). ...
2009-10-19 Zac MedicoAdd support for display of nested sets in --depclean...
2009-10-19 Zac MedicoAdd a --use-ebuild-visibility option, for using unbuilt...
2009-10-18 Zac MedicoMerge the internal package set changes from trunk r1461...
2009-10-18 Zac MedicoTODO: Make resume_depgraph() return reasons for dropped...
2009-10-18 Zac MedicoBug #289068 - Avoid KeyError: USE when depgraph calls...
2009-10-10 Zac MedicoRevert the rest of the package sets related code and...
2009-10-10 Zac MedicoFix _set module imports for rename, add hardcoded confi...
2009-10-09 Zac MedicoFix ugly 'Candidates' --debug output.
2009-10-09 Arfrever Frehtes... Fix "TabError: inconsistent use of tabs and spaces...
2009-10-09 Zac MedicoBug #271551 - Inside depgraph.select_files(), avoid...
2009-10-09 Zac MedicoBug #267468 - Display the total number of binary packag...
2009-10-03 Zac MedicoBug #285832 - When updates are missed due to dependenci...
2009-10-02 Zac MedicoBug #287333 - If posible, use ebuild from tree when...
2009-10-02 Zac MedicoBug #287333 - Fix the code from bug #252167 so it behav...
2009-09-28 Zac MedicoFix breakage in file path -> package lookup code.
2009-09-26 Zac MedicoBug #286522 - Check all portdbapi.findname return value...
2009-09-25 Zac MedicoBug #285767 - Add support to to identify and eliminate...
2009-09-25 Zac MedicoFix UnboundLocalError triggered by atom without categor...
2009-09-21 Arfrever Frehtes... Use next(iterator) instead of iterator.next() for compa...
2009-09-21 Arfrever Frehtes... Define long as int when Python 3 is used.
2009-09-21 Arfrever Frehtes... Use dict.(keys|values|items)() instead of dict.(iterkey...
2009-09-21 Zac MedicoUse dep_expand instead of key_expand in the blocker...
2009-09-21 Arfrever Frehtes... Use range() instead of xrange() for compatibility with...
2009-09-21 Arfrever Frehtes... Define basestring as str when Python 3 is used.
2009-09-21 Arfrever Frehtes... Use filter() and zip() instead of itertools.ifilter...
2009-09-21 Zac MedicoFix AtomArg constructor calls to pass in Atom instances...
2009-09-21 Zac MedicoFix redundant Atom construtor call in _show_unsatisfied...
2009-09-20 Zac MedicoFix typo from previous commit.
2009-09-20 Zac MedicoFix depgraph._validate_blockers() so that it doesn...
2009-09-20 Arfrever Frehtes... Support print() function with Python 2 in more files.
2009-09-20 Arfrever Frehtes... Update syntax of calls to print() for compatibility...
2009-09-20 Arfrever Frehtes... Update syntax of 'except' statements for compatibility...
2009-09-19 Zac MedicoRemove obsolete InvalidAtom handler in _add_pkg_dep_str...
2009-09-19 Zac MedicoAvoid lots of redundant Atom constructor calls. Thanks...
2009-09-19 Zac MedicoFix _expand_new_virtuals() to preserve USE deps in...
2009-09-14 Zac MedicoFix broken virtual depth code from previous commit.
2009-09-14 Zac MedicoAdd support in depgraph._add_pkg_dep_string() for addin...
2009-09-14 Zac MedicoMake depgraph._select_atoms() return a dict, in order...
2009-09-14 Zac MedicoReimplement the code from bug #283795 so that indirect...
2009-08-25 Zac MedicoInside depgraph._show_unsatisfied_dep(), show reasons...
2009-08-22 Zac MedicoBug #282269 - Avoid str() calls with overlay paths...
2009-08-21 Zac MedicoAdd some --debug output for backtracking. Also, remove... v2.2_rc39
2009-08-12 Zac MedicoSet a limit of 30 backtracking attempts, since it's...
2009-08-11 Zac MedicoUpdate imports to import portage.os (with unicode wrapp...
2009-08-10 Zac MedicoDon't trigger the --root-deps code for removal actions...
2009-08-10 Zac MedicoTweak $ROOT handling inside depgraph._add_pkg_deps...
2009-08-08 Zac MedicoUse writemsg_stdout() for safe display of unicode overl...
2009-08-08 Zac MedicoAdd missing noiselevel argument in writemsg_stdout...
2009-08-07 Zac MedicoUse writemsg_stdout() for safe unicode output.
2009-08-05 Zac MedicoOpen file in text mode (unicode) where appropriate.
2009-08-04 Zac MedicoAvoid UnicodeEncodeError with unicode package.mask...
2009-08-03 Zac MedicoFix NameError from r13880. Thanks to Arfrever for repor...
2009-08-03 Zac MedicoBug #278729 - Add an Atom.without_use attribute which...
2009-07-30 Zac MedicoIn depgraph._show_slot_collision_notice(), display...
2009-07-29 Zac MedicoFix depgraph._show_missed_update() to keep each $ROOT...
2009-07-29 Zac MedicoAccount for $ROOT inside depgraph._show_missed_update_u...
2009-07-28 Zac MedicoRemove redundant loop inside depgraph._show_missed_upda...
2009-07-28 Zac MedicoWhen backtracking due to an unsatisfied dependency...
2009-07-25 Zac MedicoFix --onlydeps breakage. Thanks to Arfrever for reporting.
2009-07-16 Zac MedicoFor unsatisfied USE dependencies, do not backtrack...
2009-07-12 Mounir LamouriAllow search and depgraph to avoid spinner by using...
2009-07-12 Zac MedicoIn depgraph._show_missed_update(), don't show installed...
2009-07-12 Zac MedicoMove the backtracking code from action_build() to a...
2009-07-11 Zac MedicoEliminate duplicate code inside depgraph._show_missed_u...
2009-07-11 Zac MedicoBug #137562 - Implement backtracking for missing depend...
2009-07-09 Zac MedicoAllow --deep to take an optional integer parameter...
2009-07-09 Zac MedicoUse a dict for depgraph params, so we can use it to...
2009-07-08 Zac MedicoAdd a --debug warning message inside _add_pkg in case...
2009-07-07 Zac MedicoBug #276866 - --binpkg-respect-use < y | n >
2009-07-06 Zac MedicoUse PackageSet.findAtomForPackage() when matching the...
2009-07-05 Zac MedicoMake sure avoid_update always returns existing_node...
2009-07-04 Zac MedicoRemove the --avoid-update option and make it the defaul...
2009-07-04 Zac MedicoDisable depgraph._show_missed_update() when --quiet...
2009-07-04 Zac MedicoBug #275217 - Part 5 - When a slot conflict occurs...
2009-07-03 Zac MedicoFix broken reference to self.myopts in the dynamic_conf...
2009-07-03 Zac MedicoUse the new frozen_config depgraph constructor paramete...
2009-07-03 Zac MedicoAdd a frozen_config parameter to the depgraph construct...
2009-07-03 Zac MedicoUse depgraph._pkg() whenever possible.
2009-07-02 Zac MedicoMove RootConfig.visible_pkgs to dynamic_config._visible...
2009-07-02 Zac MedicoFix reversal in --nodeps merge order. Thanks to Michael...
2009-07-01 Zac MedicoFix typo from previous commit.
2009-07-01 Zac MedicoFix depgraph._serialize_tasks so it never performa...
next