portage.git
2009-03-10 Zac MedicoSimplify environment cleansing that's done for the...
2009-03-10 Zac MedicoInside create_trees(), when cleansing the environment...
2009-03-09 Zac MedicoBug #261670 - Generate a QA Notice if CHOST (from dyn_i...
2009-03-09 Zac MedicoOnly execute src_test pre/post hooks when src_test...
2009-03-09 Zac MedicoAdd more QA warnings for econf calls during unexpected...
2009-03-09 Zac MedicoWhen generating variable names to hold EXPORT_FUNCTIONS...
2009-03-09 Zac MedicoUse the ebuild_phase helper function to calls phase...
2009-03-09 Zac MedicoInside dyn_unpack(), only call pre/post phase hooks...
2009-03-09 Zac MedicoFix _setitem() to account for the change to serialize_e...
2009-03-09 Zac MedicoMake manifest mode with --force option cause existing...
2009-03-09 Zac MedicoReorganize code for --digests and FEATURES=digest.
2009-03-09 Zac MedicoNever call digestgen() inside doebuild() which only...
2009-03-09 Zac MedicoBug #261675 - Generate manifests in advance when FEATUR...
2009-03-09 Zac MedicoBug #261675 - Also don't call digestgen() from parallel...
2009-03-09 Zac MedicoBug #261675 - When doebuild() is called by emerge,...
2009-03-09 Zac MedicoMake the --digest warning message show for FEATURES...
2009-03-09 Zac MedicoReplace things like [[ $PORTAGE_BUILDDIR/.prepared...
2009-03-08 Zac MedicoGenerate a QA Notice when EXPORT_FUNCTIONS is called...
2009-03-08 Mike Frysingerfor pointers cast to 32bit ints, we always want to...
2009-03-08 Zac MedicoFix typo from previous commit.
2009-03-08 Zac MedicoAlso support + character in eclass names.
2009-03-08 Zac MedicoTranslate period characters in eclass names when genera...
2009-03-08 Zac MedicoMake EXPORT_FUNCTIONS store it's arguments in an enviro...
2009-03-08 Zac MedicoRevert previous 2 commits due to bugs.
2009-03-08 Zac MedicoFix PECLASS logic inside inherit() so that ECLASS is...
2009-03-08 Zac MedicoMake EXPORT_FUNCTIONS store it's arguments in an enviro...
2009-03-08 Zac MedicoImplement _getitem instead of __getitem__ so that the...
2009-03-07 Zac MedicoIn LazyItemsDict.__deepcopy__(), enable deepcopy of...
2009-03-07 Zac MedicoUse slice instead of startwith in stack_* incremental...
2009-03-07 Zac MedicoRemove unnecessary list() from previous commit.
2009-03-07 Zac MedicoFix an issue with incomplete deepcopy of _LazyItem...
2009-03-07 Zac MedicoFix __getitem__ to convert mtime to long, and remove...
2009-03-07 Zac MedicoAlways use basestring instead of str with isinstance().
2009-03-07 Zac MedicoAllow unicode type values in config.__setitem__()....
2009-03-07 Zac MedicoSimplify LazyItemsDict internals.
2009-03-07 Zac MedicoFix LazyItemsDict.update() to create new _SingletonWrap...
2009-03-06 Zac MedicoAdd keyword argument support to LazyItemsDict.update().
2009-03-06 Zac MedicoRemove unused import.
2009-03-06 Zac MedicoDefine __slots__ for classes derived from ObjectProxy.
2009-03-06 Zac MedicoSend message about unset RESUMECOMMAND to stderr instea...
2009-03-06 Zac MedicoMake digraph store a single priority list for each...
2009-03-06 Zac Medicowhitespace cleanup
2009-03-06 Zac MedicoFix failure exit status. Thanks to Brian Harring.
2009-03-05 Zac MedicoMake config.categories a sorted tuple so that portdbapi...
2009-03-05 Zac MedicoAdd tests for use_reduce() and paren_reduce().
2009-03-05 Zac MedicoUse enumerate() inside use_reduce() validation code.
2009-03-05 Zac MedicoUse basestring instead of str for isinstance check...
2009-03-05 Zac MedicoRemove unnecessary setting of default values to empty...
2009-03-05 Zac MedicoMake the first argument of update() methods be an optio...
2009-03-05 Zac MedicoMake --searchdesc imply --search inside parse_opts().
2009-03-05 Zac MedicoOnly generate PORTAGE_COUNTER_HASH for actions that...
2009-03-05 Zac MedicoMake --version and action.
2009-03-05 Zac MedicoSet Unpickler.find_global = None when possible and...
2009-03-05 Zac MedicoRemove unnecessary creation of lists when iterating...
2009-03-04 Zac MedicoBug #261082 - Prefer remote package instances whenever...
2009-03-04 Zac MedicoMake glsa-check executable.
2009-03-04 Zac MedicoBug #261082 - Fix --getbinpkgonly code in binarytree...
2009-03-04 Zac MedicoBug #256289 - When displaying an unsatisfied USE dep...
2009-03-04 Zac MedicoFix vdb entry writting code in dyn_install() to avoid...
2009-03-03 Zac MedicoMake KeyValuePairFileLoader store the values as a strin...
2009-03-03 Zac MedicoACCEPT_CHOSTS applies to unbuilt ebuild now (not just...
2009-03-02 Zac MedicoFix KeyValuePairFileLoader to only split on '=' once...
2009-03-02 Zac MedicoWhen ACCEPT_CHOSTS is set, enable CHOST masking for...
2009-03-02 Zac MedicoUse PORTAGE_USE when evaluating LICENSE inside portdbap...
2009-03-02 Zac MedicoWhen fetch() is called and there is an existing file...
2009-03-01 Zac MedicoDon't give portage group write permissions on the mtime...
2009-03-01 Zac MedicoThanks to Petteri Räty <betelgeuse@gentoo.org> for...
2009-03-01 Zac MedicoRemove redundant long(_mtime_) conversion since templat...
2009-03-01 Zac Medico* Fix portage.cache.template.database.__getitem__(...
2009-03-01 Zac MedicoSkip the code from bug #259954 when $ROOT != / since...
2009-02-28 Zac MedicoWhen checking ebuild content, use codecs.open() to...
2009-02-28 Zac MedicoIn _ensure_default_encoding(), make sure the default...
2009-02-28 Zac MedicoAdd support to _ensure_default_encoding() for the same...
2009-02-28 Zac MedicoMake Atom instances consume less memory by implementing...
2009-02-27 Zac MedicoUse Popen.communicate() to avoid a potential deadlock.
2009-02-27 Zac MedicoOpen then temp file in text mode for py3k compatibility.
2009-02-27 Zac MedicoOpen the temp file in text mode for py3k compatibility.
2009-02-27 Zac MedicoOpen the temp file in text mode for py3k compatibility.
2009-02-27 Zac MedicoUse os.fdopen() on file descriptors returned from mkste...
2009-02-27 Zac MedicoOpen the temp file in text mode for py3k compatibility.
2009-02-27 Zac MedicoOpen the temp file in text mode for py3k compatibility.
2009-02-27 Zac MedicoUse unicode() so that 2to3 handles py3k compatibility.
2009-02-27 Zac MedicoFix CommandOutputSet to decode binary command output...
2009-02-27 Zac MedicoFix PipeReader and PipeReaderTestCase to work with...
2009-02-27 Zac MedicoLoosen EMakeParallelDisabled.re so it can match more...
2009-02-27 Zac MedicoAdd a new upstream.workaround check for hardcoded MAKEO...
2009-02-27 Zac MedicoFix test breakage due to change in calling order of...
2009-02-27 Zac MedicoFix a case in which a SRC_URI is incorrectly idendified...
2009-02-26 Zac MedicoRemove recursion code from Scheduler._system_merge_star...
2009-02-26 Zac MedicoIn traversing deps to add to Scheduler._unsatisfied_sys...
2009-02-26 Zac MedicoBug #259954 - Do not spawn parallel build when the...
2009-02-26 Mike Frysingerreject all set*id binaries that have DT_RPATH:$ORIGIN...
2009-02-26 Zac MedicoRemove stray parenthesis.
2009-02-26 Zac MedicoInside depgraph._merge_order_bias(), promote deep syste...
2009-02-26 Zac MedicoImplement BlockerDepPriority.__str__().
2009-02-25 Zac MedicoFix typo in DepPriority.__str__().
2009-02-25 Zac MedicoImplement lazy evaluation of USE_EXPAND variables in...
2009-02-25 Zac MedicoIn mirror_cache(), normalize EAPI by mapping EAPI=0...
2009-02-24 Zac MedicoBug #259882 - Disable the ignore-previously-merged...
2009-02-24 Zac MedicoIf deepcopy() raises a TypeError for a lazy item that...
next