For bug #185670, make sure package.use.{mask,force} are properly displayed.
[portage.git] / pym / emerge / __init__.py
2007-07-17 Zac MedicoFor bug #185670, make sure package.use.{mask,force...
2007-07-17 Zac MedicoWhen expanding ambiguous atoms against the vardb, make...
2007-07-17 Zac MedicoWhen dep_expand throws a ValueError due to an ambiguous...
2007-07-17 Zac MedicoDon't show the repo display when the package list is...
2007-07-17 Zac MedicoRevert PackageSet.containsCPV() calls back to findAtomF...
2007-07-17 Zac MedicoAlways be sure to load the latest version of the world...
2007-07-16 Marius MauchReplace emerge.WorldSet with portage.sets.files.WorldSet
2007-07-16 Marius MauchReplace emerge.SystemSet with portage.sets.profiles...
2007-07-16 Marius Mauchreplace emerge.AtomSet with portage.sets.InternalPackageSet
2007-07-15 Zac MedicoFix typo.
2007-07-15 Zac MedicoWhen deciding if a package is slotted inside create_wor...
2007-07-14 Zac MedicoRemove unused repo_name code.
2007-07-14 Zac MedicoUse sys.stdout instead of print to avoid an extra newline.
2007-07-14 Zac MedicoEncapsulate the repo display code in a class.
2007-07-14 Zac MedicoAlways show PORTDIR with index 0 in the repo display.
2007-07-14 Zac MedicoMake the repo display work for overlays that don't...
2007-07-14 Zac MedicoFor bug #185278, make the verbose flag display show...
2007-07-14 Zac MedicoFix it so that the 'repository could not be determined...
2007-07-14 Zac MedicoMisc fixes for verbose repo output:
2007-07-13 Zac MedicoUse os.path.realpath(portdir) for comparison of repo...
2007-07-12 Zac MedicoFix the case where the currently installed package...
2007-07-12 Zac MedicoMake depgraph._reinstall_for_flags() always return...
2007-07-12 Zac MedicoFor bug #184983, prevent USE_EXPAND_HIDDEN flags from...
2007-07-11 Zac MedicoUse set.discard() instead of remove() to avoid a potent...
2007-07-11 Zac MedicoFix another case similar to bug #184806 that can occur...
2007-07-11 Zac MedicoFix typo.
2007-07-11 Zac MedicoFor bug #184687, skip the huge --depclean warning when...
2007-07-10 Zac MedicoFor bug #184806, account for the fact the metadata...
2007-07-09 Zac MedicoFix interaction of resume opts with spinner output...
2007-07-09 Marius Mauchsimplify logic a bit
2007-07-08 Zac MedicoFor bug #184566, enable the emerge --info action to...
2007-07-08 Zac MedicoAdd color classes PROMPT_CHOICE_{DEFAULT,OTHER} for...
2007-07-08 Zac MedicoAllow system virtuals to be pruned from the world file...
2007-07-08 Zac MedicoFor bug #184412, make depclean more consistent with...
2007-07-07 Zac MedicoNow that the "white" color code really is white, alias...
2007-07-07 Zac MedicoAdd a depgaph.loadResumeCommand() method to handle...
2007-07-06 Zac MedicoWhen depgraph updates preferences for old-style virtual...
2007-07-06 Zac MedicoMisc color fixes. Thanks to Arfrever Frehtes Taifersar...
2007-07-06 Zac MedicoDon't exclude system virtuals from world since they...
2007-07-06 Zac MedicoCount the number of merges processed by MergeTask and...
2007-07-06 Mike Frysingertighten up --quiet output for --unmerge
2007-07-06 Zac MedicoRemove the PKG_*ARG* color classes in order to simplify...
2007-07-06 Zac MedicoFix emerge by tbz2 path so that it works properly.
2007-07-06 Zac MedicoFix emerge by ebuild path so that it works properly.
2007-07-05 Zac MedicoDon't store unslotted system packages in the world...
2007-07-05 Zac MedicoMove depgraph._args_atoms to depgraph._sets["args"...
2007-07-05 Marius MauchRemove redundant config update notification (bug #184116)
2007-07-05 Marius MauchRemove fallback imports for set(), and note minimum...
2007-07-05 Zac MedicoReplace sys.exit() with return in depgraph.display...
2007-07-05 Zac MedicoMake the color class handling for package sets more...
2007-07-04 Zac MedicoFix greedy atoms logic for system mode.
2007-07-04 Zac MedicoRecord a slot atom in the world file for any atom that...
2007-07-03 Zac MedicoUse depgraph._args_nodes to simplify depgraph.saveNomer...
2007-07-03 Zac MedicoFix --oneshot handling from the previous commit.
2007-07-03 Zac MedicoIn depgraph.select_files(), unify favorites handling...
2007-07-03 Zac MedicoImplement BlockerCache.keys() so that DictMixin.__repr_...
2007-07-03 Zac MedicoFix broken favorites handling with --usepkg.
2007-07-03 Zac MedicoAdd USE to the list of metadata keys to pull.
2007-07-03 Zac MedicoClean up system and world set handling. For forward...
2007-07-02 Zac MedicoPrefer asap_nodes more aggressively over any other...
2007-07-02 Zac MedicoClone asap_nodes so that iteration is safe for node...
2007-07-02 Zac MedicoClean up the selected_nodes logic in depgraph.altlist().
2007-07-02 Zac MedicoMove medium priority out of ignore_priority_range and...
2007-07-01 Zac MedicoIf necessary, resample the leaf nodes so that they...
2007-07-01 Zac MedicoRevert --buildpkgonly logic back because it was already...
2007-07-01 Zac MedicoUpdate --buildpkgonly logic to account for DepPriority...
2007-07-01 Zac MedicoAdd medium-soft support to DepPriority.__str__().
2007-07-01 Zac MedicoFor bug #180045, try to merge PDEPEND as soon as possib...
2007-06-30 Zac MedicoRemove old wheel group warnings since portage stopped...
2007-06-29 Zac MedicoFor bug #183639, give a more informative message with...
2007-06-29 Marius Mauchdisplay source repository for installed package and...
2007-06-28 Zac MedicoFix typo.
2007-06-28 Zac MedicoRemove unused worldlist variable.
2007-06-28 Zac MedicoDon't colorize system package when in "world" mode.
2007-06-28 Zac MedicoFor bug #142473, add 2 additional color classes for...
2007-06-28 Zac MedicoWhen filling in "nomerge" nodes for --tree display...
2007-06-28 Zac MedicoFor bug #144333, make the --reinstall option a single...
2007-06-28 Zac MedicoDiscard "nomerge" nodes to speed up depgraph.altlist...
2007-06-28 Zac MedicoJust use a containment test for matching pprovided...
2007-06-28 Zac MedicoCache aux_get() metadata in depgraph.create() and use...
2007-06-27 Zac MedicoImprove tracking of correspondence between arguments...
2007-06-27 Zac MedicoInstead of just a list, use a cat/pkg dict for matching...
2007-06-27 Zac MedicoFor bug #142473, account for $ROOT when deciding if...
2007-06-27 Zac MedicoFor bug #144333, add a --reinstall=changed-use option...
2007-06-27 Zac MedicoSend the ebuild die message through eerror and make...
2007-06-25 Zac MedicoFor bug #183167, explicitly call elog_process() when...
2007-06-25 Zac MedicoFor bug #142473, add 4 color classes corresponding...
2007-06-25 Zac MedicoFix typo.
2007-06-24 Zac MedicoUse a set to optimize containment lookups.
2007-06-24 Zac MedicoFor bug #180706, add sorting and a trailing newline...
2007-06-23 Marius Mauchhighlight world packages in --pretend output (bug ...
2007-06-23 Marius Mauchsort the world file before writing it and ensure that...
2007-06-23 Marius Mauchsyntax error
2007-06-23 Marius MauchAllow sync for unpriviledges users if they have write...
2007-06-23 Zac MedicoRevert r6967 since shutil.move() is broken internally.
2007-06-23 Zac MedicoFor bug #182964, replace os.rename() with shutil.move...
2007-06-22 Zac MedicoMake elog finalize() handling safe for PORTAGE_CONFIGROOT.
2007-06-22 Zac MedicoDump mod_echo elog output inside post_emerge(), just...
2007-06-21 Zac MedicoRemove lots of unnecessary list generation via dict...
2007-06-21 Zac MedicoDon't generate a list of keys for a containment test.
next