portage.git
2009-07-05 Zac MedicoFix broken reference to possible_upgrades inside dep_za...
2009-07-05 Zac MedicoMake sure avoid_update always returns existing_node...
2009-07-05 Zac MedicoBug #276264 - Note that eclass-overrides may make it...
2009-07-05 Zac MedicoRemove set operator support since the current implement...
2009-07-04 Zac MedicoMake dblink.setfile() write environment.bz2 in binary...
2009-07-04 Zac MedicoAssume utf_8 encoding when reading raw ebuild metadata.
2009-07-04 Zac MedicoRemove the workaround from bug #263081 since most strin...
2009-07-04 Zac MedicoMake atomic_ofstream() use codecs.open() for py3k compa...
2009-07-04 Zac MedicoMake grablines() use codecs.open() for py3k compatible...
2009-07-04 Zac MedicoMake code from previous commit safe for empty files.
2009-07-04 Zac MedicoMake getconfig() use codecs.option() for py3k compatibl...
2009-07-04 Zac MedicoAs a performance optimization, use StringIO instead...
2009-07-04 Zac MedicoCorrect --help usage since it no longer takes system...
2009-07-04 Zac MedicoCorrect --help usage since it no longer takes system...
2009-07-04 Zac MedicoUpdate help() usage since the myopts parameter is gone...
2009-07-04 Zac MedicoDon't pass myopts into profile_check() since it's no...
2009-07-04 Zac MedicoDelete runtime_pkg_mask to avoid memory leak.
2009-07-04 Zac MedicoMake LazyItemsDict derive from UserDict instead of...
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 MedicoCleanup spinner before calling depgraph.display_problems().
2009-07-04 Zac MedicoBug #275217 - Part 5 - When a slot conflict occurs...
2009-07-03 Arfrever Frehtes... Don't set RDEPEND=${RDEPEND-${DEPEND}} for EAPI=3 and...
2009-07-03 Zac MedicoImplement LazyItemsDict.pop() since dict.pop() bypasse...
2009-07-03 Zac MedicoMake --help into an action, and move --help --sync...
2009-07-03 Zac MedicoMove "import copy" to the top of the file.
2009-07-03 Zac MedicoSkip PROVIDE conditional evaluation in PackageSet.iterA...
2009-07-03 Zac MedicoFix broken reference to _graph_trees.
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 MedicoBug #275947 - Enable build.log when FEATURES=sesandbox...
2009-07-01 Zac MedicoFix broken references to depgraph._dynamic_config and...
2009-07-01 Zac MedicoFix typo from previous commit.
2009-07-01 Zac MedicoFix depgraph._serialize_tasks so it never performa...
2009-06-30 Zac MedicoRemove obsolete blocker expansion code from _expand_new...
2009-06-30 Zac MedicoAlways use dep_getkey() when using profile virtuals...
2009-06-30 Zac MedicoFix depgraph._resolve to do old-style virtual matches...
2009-06-30 Zac MedicoFix _expand_new_virtuals to expand old-style virtuals...
2009-06-30 Zac MedicoBug #275217 - Part 4 - Move all member variables of...
2009-06-30 Zac MedicoTweak depgraph._select_pkg_highest_available_imp to...
2009-06-30 Zac MedicoBug #275945 - Add a new --avoid-update which tries...
2009-06-30 Zac MedicoBug #275901 - Make emerge bail out for USE deps in...
2009-06-30 Zac MedicoBug #82488 - In _expand_new_virtuals(), check PROVIDE...
2009-06-30 Zac MedicoIn _expand_new_virtuals, don't expand old-style virtual...
2009-06-30 Zac MedicoRemove the upgrade selection code inside dep_zapdeps...
2009-06-30 Zac MedicoFix virtual blocker code inside _expand_new_virtuals...
2009-06-29 Zac MedicoUse a finally blocker to ensure _expand_new_virtuals...
2009-06-29 Zac MedicoBug #275796 - Prefer packages selected for install...
2009-06-29 Zac MedicoBug #275821 - Make emerge reject !!atom blockers for...
2009-06-29 Zac MedicoMove code from bug #258773 to dep_zapdeps, since the...
2009-06-29 Arfrever Frehtes... Prepare 41 messages to localization.
2009-06-28 Zac MedicoAdd missing resume_depgraph import, and remove unused...
2009-06-28 Zac MedicoFix constructor to avoid TypeError when the "perms...
2009-06-28 Zac MedicoBug #253467 - Fix regression in config._env_blacklist...
2009-06-28 Zac MedicoFix Package.metadata USE conditional evaluation so...
2009-06-28 Zac MedicoUse Package.invalid to generate *.syntax repoman errors...
2009-06-28 Zac MedicoMake Package.invalid suitable for use by repoman.
2009-06-28 Zac MedicoCheck for redundant blank lines. Thanks to Markus Meier...
2009-06-28 Zac MedicoBug #236786 - Warn about 'test?' USE conditionals in...
2009-06-28 Mike Frysingermake sure etc-update sorts updates in the order (1...
2009-06-28 Zac Medico* Add new abstract PhaseCheck class for ebuild phase...
2009-06-27 Zac MedicoBug #270953 - New !!atom blockers do not allow temporar...
2009-06-26 Zac MedicoUse a property to implement portdbapi.settings.
2009-06-26 Zac MedicoFix PROVIDE code since the Package class automatically...
2009-06-26 Zac MedicoMake portdbapi define self.settings, for conformity...
2009-06-26 Zac MedicoUse clear_caches() to free memory inside action_depclean().
2009-06-26 Zac MedicoBug #275532 - In action_depclean(), free memory from...
2009-06-26 Zac MedicoMove __init__.py to main.py.
2009-06-26 Zac MedicoMove __init__.py to main.py.
2009-06-25 Zac MedicoUse @property instead of __getattribute__ to implement...
2009-06-25 Zac MedicoMake dbapi.cp_list() raise NotImplementedError.
2009-06-25 Zac MedicoMake config.regenerate() detect api-level updates to...
2009-06-25 Zac MedicoAdd a Package.metadata.restrict attribute containing...
2009-06-25 Zac MedicoAdd a Package.metadata.properties attribute containing...
2009-06-25 Zac Medico* Add a Package.invalid attribute to store messages...
2009-06-25 Zac MedicoAdd/update copyright headers.
2009-06-25 Zac MedicoSplit out a depgraph._iter_match_pkgs() method from
2009-06-25 Zac MedicoUse depgraph._pkg() to construct Package instances...
2009-06-25 Zac MedicoRemove obsolete Package.metadata['CHOST'] initialization.
2009-06-25 Zac Medico* Make Package.metadata['USE'] access trigger USE calcu...
2009-06-24 Zac MedicoBug #275217 - Part 3 - Splits depgraph.select_files...
2009-06-24 Zac MedicoAdd support to `portageq owners` for querying paths...
2009-06-24 Zac MedicoIn binarytree.inject(), when a symlink is created for...
2009-06-24 Zac MedicoBug #275237 - If a directory exists in a location where...
2009-06-23 Zac MedicoFix imports for _emerge submodules.
2009-06-23 Zac MedicoBug #275217 - Part 2 - Move changelog stuff stuff out...
2009-06-23 Zac MedicoBu #275217 - Part 1 - Resolve the circular dep between...
2009-06-23 Zac MedicoFix import for split _emerge.MetadataRegen module.
2009-06-23 Zac MedicoMake the global "actions" variable a local inside parse...
2009-06-23 Zac MedicoBug #275047 - Split _emerge/__init__.py into smaller...
2009-06-23 Zac MedicoBug #275047 - Split _emerge/__init__.py into smaller...
2009-06-22 Zac MedicoFix config._lazy_vars._accept_license() to exclude...
2009-06-22 Zac MedicoChange ACCEPT_LICENSE evaluation so that things like...
2009-06-22 Zac MedicoBug #275047 - Split _emerge/__init__.py into smaller...
2009-06-22 Zac MedicoBug #275047 - Split _emerge/__init__.py into smaller...
2009-06-22 Zac MedicoBug #275047 - Split _emerge/__init__.py into smaller...
next