For bug #185670, make sure package.use.{mask,force} are properly displayed.
[portage.git] / pym /
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 MedicoMake sure the atoms are loaded when calling PackageSet...
2007-07-17 Zac MedicoMake sure PackageSet._atoms is always a set.
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 Zac MedicoSort the atoms when writing the world file.
2007-07-16 Marius MauchReplace emerge.WorldSet with portage.sets.files.WorldSet
2007-07-16 Marius Mauchbreak another recursion cycle, add special subclass...
2007-07-16 Marius MauchReplace emerge.SystemSet with portage.sets.profiles...
2007-07-16 Marius Mauchbreak recursion cycle
2007-07-16 Marius Mauchreplace emerge.AtomSet with portage.sets.InternalPackageSet
2007-07-16 Marius Mauchdisable FEATURES=gpg as it's unmaintained, useless...
2007-07-16 Marius Mauchfix metadata parsing for file-based sets, add support...
2007-07-16 Marius Mauchadd support for metadata
2007-07-16 Marius Mauchignore already applied glsas when loading the security set
2007-07-16 Marius Mauchfix load logic for editable sets once more
2007-07-16 Marius Mauchuse a more logical approach for editable sets
2007-07-16 Marius MauchMake PackageSet to behave more like a real set, and...
2007-07-16 Marius Mauchs/node/atom/ and other minor updates
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 MedicoSave the repo name along with the other metadata inside...
2007-07-13 Zac MedicoUse os.path.realpath(portdir) for comparison of repo...
2007-07-12 Zac MedicoAdd "reset" to the list of attributes.
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 typo.
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-11 Zac MedicoFor bug #184679, handle ENOTDIR by finding the non...
2007-07-10 Zac MedicoFor bug #184843, allow USE_EXPAND variables to pass...
2007-07-10 Zac MedicoFor bug #184604, make env-update write $ in front of...
2007-07-10 Zac MedicoFor bug #184806, account for the fact the metadata...
2007-07-09 Zac MedicoRemove the repo_name warning in the portdbapi construct...
2007-07-09 Ned Ludd- be quiet about overlays profiles/repo_name entry...
2007-07-09 Zac MedicoFix interaction of resume opts with spinner output...
2007-07-09 Marius Mauchsimplify logic a bit
2007-07-08 Zac MedicoPass the file path into the PermissionDenied exception.
2007-07-08 Zac MedicoMake dblink invalidate the vardbapi caches for each...
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 Marius Mauchfix copyright year
2007-07-06 Zac MedicoFix emerge by tbz2 path so that it works properly.
2007-07-06 Marius MauchAdd first draft of PackageSet backend modules
2007-07-06 Marius MauchEnable keyword expansion
2007-07-06 Marius Mauchadd modified copy of gentoolkits glsa.py (r410)
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 broken code concatenation logic in parse_color_map().
2007-07-04 Zac MedicoAdd a "onerror" callback to parse_color_map() for handl...
2007-07-04 Zac MedicoFor bug #183861, allow a color class in color.map to...
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-30 Marius Mauchapply additional phase filters as otherwise some messag...
next