Document EAPI 2 support in the unpack helper function for gitweb snapshots.
[portage.git] / pym /
2008-09-03 Zac MedicoAdjust StaticFileSet._validate() to allow set tokens...
2008-09-01 Zac MedicoAdjust EMakeParallelDisabled.re to require at least...
2008-08-31 Zac MedicoCheck for calls to the deprecated bindnow-flags functio...
2008-08-31 Zac MedicoAdd a warning for emake -j1 calls which disable paralle...
2008-08-30 Zac MedicoAdd support for FEATURES="protect-owned" which is ident...
2008-08-30 Zac MedicoIn dep_zapdeps(), add a new choice category for choices...
2008-08-27 Zac MedicoWhen reloading the emerge config due to global updates...
2008-08-25 Zac MedicoRevert recent changes to _ObjectKey.__eq__() since...
2008-08-24 Zac MedicoFix _ObjectKey.__eq__() to account for potential hash...
2008-08-24 Zac MedicoPrevent [None] in repo display. Thanks to grobian.
2008-08-24 Zac Medico* Fix broken _ObjectKey.__eq__() logic from previous...
2008-08-24 Zac MedicoAvoid possible AttributeError raised from _ObjectKey...
2008-08-23 Zac MedicoMore LinkageMap enhancments from Lucian Poston:
2008-08-23 Zac MedicoAdd a new src_prepare phase function which is called...
2008-08-22 Zac MedicoFix isprotected() call in dblink._collision_protect...
2008-08-22 Zac MedicoUse shlex.split() to split CONFIG_PROTECT and CONFIG_PR...
2008-08-22 Zac MedicoFor consistency, show [0] in the repo display instead...
2008-08-22 Zac MedicoUpdate comment, from Lucian Poston's git repo.
2008-08-22 Zac MedicoOptimize LinkageMap to use tuples of device and inode...
2008-08-21 Zac MedicoFix typo in "directory" spelling. Thanks to Ofer Wald...
2008-08-20 Zac MedicoFix spelling of overriding for bug #235250.
2008-08-20 Zac MedicoFix dep_wordreduce() so that it doesn't cancel out...
2008-08-20 Zac MedicoMake dblink call back to the scheduler for "clean"...
2008-08-20 Zac MedicoMake sure EBUILD_PHASE is properly unset when calling...
2008-08-19 Zac MedicoWhen in background mode, redirect "adjusting permission...
2008-08-18 Zac MedicoThe following error is known to occur with Linux kernel...
2008-08-18 Zac Medico* Truncate status display output when necessary to...
2008-08-18 Zac MedicoDon't assume that the "world" set is an instance of...
2008-08-18 Zac MedicoFix atom -> str breakage in StaticFileSet.write().
2008-08-15 Zac MedicoFor consistency, make get_open_fds() return a plain...
2008-08-15 Zac MedicoUse a list comprehension instead of strange map() usage...
2008-08-15 Zac MedicoFor py3k compatibility, replace map() call with a norma...
2008-08-15 Zac MedicoPass atom instances into action_depclean() instead...
2008-08-15 Zac MedicoValidate atoms from command line args before calling...
2008-08-15 Zac MedicoIn order to avoid an unhandled InvalidAtom exception...
2008-08-15 Zac Medico* Replace vartree.dep_match() call with normal dbapi...
2008-08-14 Zac MedicoWhen a build fails, generate a status message showing...
2008-08-14 Zac Medico* Fix parse_metadata_use() to raise ParseError instead...
2008-08-14 Zac MedicoThe fpformat module is deprecated and will be removed...
2008-08-14 Zac MedicoMake Scheduler._choose_pkg() parallelize more aggressiv...
2008-08-12 Zac MedicoBug #234478 - Fix config._getMissingLicenses() to only...
2008-08-12 Zac MedicoDisable "waiting for lock" messages when in background...
2008-08-11 Zac MedicoFix ebuild(1) so that src_configure is only called...
2008-08-11 Zac MedicoEntirely disable the src_configure phase from the pytho...
2008-08-10 Zac MedicoIncrease Scheduler._job_delay_max to 10 seconds. v2.2_rc7
2008-08-10 Zac MedicoFor pkg_config and pkg_info, add respective "config...
2008-08-10 Zac MedicoWhen testing userpriv write access in $DISTDIR, redirec...
2008-08-10 Zac MedicoRemove unnecessary dict.keys() call.
2008-08-10 Zac MedicoRemove most references to Package.metadata_keys and...
2008-08-10 Zac MedicoFix typo.
2008-08-10 Zac MedicoRemove INHERITED from the vardbapi aux_get cache since...
2008-08-10 Zac MedicoMake the scheduler's job delay ramp up faster by increa...
2008-08-09 Zac MedicoAdd write_contents() and tar_contents() functions to...
2008-08-09 Zac Medico* Use shlex.split() for splitting COLLISION_IGNORE.
2008-08-09 Zac MedicoDon't use "dir" for a variable name since it's also...
2008-08-09 Zac MedicoEscape use flags before compiling regular expressions...
2008-08-09 Zac MedicoWhen calling dbaip.aux_get() inside depgraph._select_pa...
2008-08-09 Zac MedicoIncrease Scheduler._job_delay_factor from 0.5 to 0...
2008-08-08 Zac MedicoAdd new LinkageMap.listBrokenBinaries() and listProvide...
2008-08-08 Zac MedicoFix broken reference to os.path.realpath() inside Linka...
2008-08-08 Zac MedicoIn LinkageMap.rebuild(), filter empty strings that...
2008-08-08 Zac MedicoHandle missing ipv6 support (branches/prefix r11347).
2008-08-08 Zac Medico* Fix the default() implementation so that it maps...
2008-08-08 Zac MedicoShorten the scheduler status display in the xterm title...
2008-08-07 Zac MedicoIn order to properly preserve --jobs and --load-average...
2008-08-07 Zac MedicoFix a bug in vardbapi.removeFromContents() which someti...
2008-08-07 Zac MedicoIn order to conserve some space, make _setitem() skip...
2008-08-05 Zac MedicoMake doebuild() display manifest verification failures...
2008-08-05 Zac MedicoWhen there is no build log to display, it means that...
2008-08-05 Zac MedicoRemove unused parse_use_local_desc() function.
2008-08-04 Zac MedicoBug #233735 - Add support for src_configure and default...
2008-08-04 Zac MedicoRemove code from bug #223447 which is now obsolete...
2008-08-04 Zac MedicoMake the status display say "Emerging" and "Emerging...
2008-08-04 Zac MedicoInsert extra newline before status messages, since...
2008-08-04 Zac MedicoMake dblink.unmerge() succeed even when ebuild phases...
2008-08-03 Zac MedicoAdd a more generic VariableSet to replace the InheritSe...
2008-08-02 Zac MedicoHandle missing sets, to avoid KeyError raised from...
2008-08-02 Zac MedicoAdd a new RestrictSet which contains all packages that...
2008-08-02 Zac MedicoIn the file collision elog message, only say 'NOT merge...
2008-08-01 Zac Medico* Add INHERITED to vardbapi._aux_cache_keys since Packa...
2008-08-01 Zac MedicoAdd debug support to PackagesSystemSet since robbat2...
2008-08-01 Zac MedicoMake EbuildFetcher pass a copy of os.environ to the... v2.2_rc6
2008-08-01 Zac MedicoAdd DowngradeSet and OwnerSet to __all__.
2008-08-01 Zac MedicoBug #233252 - Handle InvalidAtom exceptions that can...
2008-08-01 Zac MedicoMake InheritSet more like DowngradeSet, and check INHER...
2008-08-01 Zac MedicoOptimize `emaint` --fix binhost so that it the Packages...
2008-08-01 Zac MedicoBug #233487 - Fix --fetch-all-uri breakage:
2008-07-31 Zac MedicoFix DowngradeSet so it's safe for cases when no ebuild...
2008-07-31 Zac MedicoBug #233253 - Implement a @downgrade set which selects...
2008-07-31 Zac MedicoAlways invalidate results from _userpriv_test_write_fil...
2008-07-31 Zac MedicoBug #233458 - Fix AsynchronousTask exit listener handli...
2008-07-31 Zac MedicoAdd a new @module-rebuild set which emulates the behavi...
2008-07-31 Zac MedicoImplement a new @live-ebuilds which is generated from...
2008-07-31 Zac MedicoFixes in portage.fetch() for bugs #233303 and #94133:
2008-07-31 Zac MedicoSplit out a _spawn_fetch() function that will be useful...
2008-07-30 Zac MedicoBug #233421 - Fix grammar, missing "be" in --update...
2008-07-30 Zac MedicoFix typo. v2.2_rc5
2008-07-30 Zac Medico* Fix Scheduler._restart_if_necessary() breakage so...
2008-07-30 Zac MedicoRemove redundant use dep validation code that's handled...
2008-07-30 Zac MedicoRemove unused variable.
next