portage.git
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...
2009-02-23 Zac MedicoMake USE_EXPAND wildcard expansion more efficient,...
2009-02-23 Zac MedicoFix breakage in USE_EXPAND wildcard handling, from...
2009-02-23 Zac MedicoFix headers that contain $Header instead of $Id.
2009-02-23 Zac MedicoIn LazyItemsDict, avoid storing empty lists and dicts...
2009-02-23 Zac MedicoIn config.setcpv(), increase efficiency by filtering...
2009-02-23 Zac MedicoFix getmaskingstatus() so that it doesn't inappropriate...
2009-02-23 Zac MedicoFix default_encoding logic in _ensure_default_encoding().
2009-02-23 Zac MedicoReorganize _ensure_default_encoding().
2009-02-23 Zac MedicoRevert vardbapi._owners_cache_version and unicode handl...
2009-02-23 Zac MedicoDon't try to call setdefaultencoding() since it's not...
2009-02-23 Zac MedicoWhen displaying reverse dependencies in verbose --depcl...
2009-02-23 Zac MedicoBump vardbapi._owners_cache_version from 1 to 2 since...
2009-02-23 Zac MedicoWhen encoding strings inside vardbapi._counter_hash...
2009-02-23 Zac MedicoAdd support in _ensure_default_encoding(), add support...
2009-02-22 Zac MedicoWhen decoding term codes inside the JobStatusDisplay...
2009-02-22 Zac MedicoIn EbuildFetchonly.execute(), skip builddir creation...
2009-02-22 Zac MedicoAvoid spurious CCACHE_DIR permissions adjustments when...
2009-02-22 Zac MedicoThe python that's inside stage 1 or 2 is built with...
2009-02-22 Zac MedicoUse a lock to ensure that threaded code doesn't cause...
2009-02-22 Zac MedicoUse lazyimport to avoid importing the portage.elog...
2009-02-22 Zac MedicoUse lazyimport to avoid importing the dep, output,...
2009-02-22 Zac MedicoUse lazyimport to avoid importing the checksum, locks...
2009-02-22 Zac MedicoFix _LazyImportFrom to use the correct module name...
2009-02-22 Zac MedicoMake lazyimport proxies trigger automatic destruction...
2009-02-22 Zac MedicoFix typo in __all__.
2009-02-22 Zac MedicoReduce bloat in portage.util by splitting ObjectProxy...
2009-02-22 Zac MedicoMake lazy_import() skip proxy creation for modules...
2009-02-21 Zac MedicoMake the UserDict and LazyItemsDict constructors use...
next