portage.git
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...
2009-06-22 Zac MedicoRevert lazy imports from r13665 for now, since pyflakes...
2009-06-22 Zac MedicoUse lazy imports for submodules where possible.
2009-06-22 Zac MedicoFix imports broken by splitting of _emerge/__init__.py.
2009-06-22 Zac MedicoBug #275047 - Split _emerge/__init__.py into smaller...
2009-06-22 Zac MedicoUse portage.util.apply_permissions() inside _ensure_acc...
2009-06-22 Zac MedicoReorganize $KV logic in doebuild_environment.
2009-06-21 Zac MedicoTweak depcache permission handling so egencache can...
2009-06-21 Zac MedicoBug #274742 - Exempt $dir from quoting checks since...
2009-06-20 Zac MedicoIn doebuild_environment, ensure that cached $KV from...
2009-06-20 Zac MedicoFactor duplicate code out of depgraph._add_pkg and...
2009-06-20 Arfrever Frehtes... Don't set KV for EAPI >=3.
2009-06-19 Zac MedicoBug #264434 - Delay evaluation of all disjunctive ...
2009-06-18 Zac MedicoAdd a EMERGE_LOG_DIR variable to control the location...
2009-06-17 Zac MedicoAllow missing ChangeLog when using git. We don't use...
2009-06-17 Zac MedicoWhen --pretend overrides --ask, don't show any output.
2009-06-17 Zac MedicoAdd NOCOLOR to the environment whitelist. This fixes...
2009-06-17 Zac MedicoRename color_codes back to codes.
2009-06-17 Zac MedicoRename codes to _styles.
2009-06-17 Zac MedicoRename map_code_to_color_code() to style_to_ansi_code().
2009-06-17 Zac MedicoAdd epydoc docstrings fro codes and color_codes variables.
2009-06-17 Zac MedicoUse map_code_to_color_code() where appropriate inside...
2009-06-16 Zac MedicoBug #274279 - Add color.map support for mapping a color...
2009-06-16 Zac MedicoEscape hyphens from previous commit.
2009-06-16 Zac MedicoMisc fixes and updates. Thanks to Sebastian Mingramm...
2009-06-14 Arfrever Frehtes... Prepare 117 messages to localization.
2009-06-13 Zac MedicoDocument FEATURES=python-trace.
2009-06-13 Zac MedicoBug #273020 - Document FEATURES=multilib-strict. Thanks...
2009-06-11 Zac MedicoRemove unused newdepend(), newrdepend(), newpdepend...
2009-06-08 Zac Medicopropset svn:rev ON
2009-06-07 Zac MedicoFix more <listitem> elements to contain <para> elements.
2009-06-07 Zac MedicoBug #272063 - Remove <funcsynopsisinfo> elements that...
2009-06-07 Zac MedicoFix non-empty <xref> elements.
2009-06-07 Zac MedicoRemove <msgtext> element in invalid location.
2009-06-07 Zac MedicoBug #272063 - Use <para> elements inside <listitem...
2009-06-03 Zac MedicoMake usev() strip ! prefix in echoed output as specifie...
2009-06-03 Mike Frysingerdrop sandbox settings that sandbox itself takes care...
2009-05-31 Zac MedicoBug #268929 - Add grep for 'dereferencing pointer'...
2009-05-16 Zac MedicoAdd some really big integers to the vercmp tests.
2009-05-10 Zac MedicoEnable FEATURES=assume-digests by default.
2009-05-06 Zac MedicoFix digestcheck() to handle missing distfiles digests...
2009-05-06 Zac MedicoFix SrcUnpackPatches to ignore comment lines. Thanks...
2009-05-06 Mike Frysingertweak output when diff access rights are needed
2009-05-05 Zac MedicoWhen generating ACCEPT_LICENSE for the ebuild environme...
2009-05-05 Zac MedicoMake portdbapi.getfetchlist() return an equal number...
2009-05-04 Zac MedicoFix misleading/outdated info in the DESCRIPTION section.
2009-05-03 Zac MedicoFix "arguments" spelling. v2.2_rc33
2009-05-03 Zac MedicoBug #268398 - Document econf's automatic die behavior.
2009-05-03 Zac MedicoSimplify DepPriority.__int__() and make it consistent...
2009-05-02 Zac MedicoMake useq() die if called during the "depend" phase...
2009-05-02 Zac MedicoSkip useq() IUSE QA Notices during the "depend" phase...
2009-05-02 Zac MedicoFix inverted logic in superuser logic for bug #267104.
next