portage.git
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...
2009-02-21 Zac MedicoIn config.setcpv(), use LazyItemsDict to implement...
2009-02-21 Zac MedicoIn LazyItemsDict, when a singleton is instantiated...
2009-02-21 Zac MedicoRevert r12639 and use string.ascii_letters for python...
2009-02-21 Zac MedicoInside portage.spawn(), open files for logfile handling...
2009-02-21 Zac MedicoInside summarylist(), it's possible for myglsa.packages...
2009-02-21 Zac MedicoFor python-3.0 compatibility, open files in binary...
2009-02-20 Zac MedicoWhen loading vdb_metadata.pickle inside vardbapi._aux_c...
2009-02-20 Zac MedicoAdd a cross reference from FEATURES=lmirror docs to...
2009-02-20 Zac MedicoIn python-3.0, integer division results in a float...
2009-02-20 Zac MedicoFix StringIO imports so that 2to3 can handle them....
2009-02-20 Zac MedicoAdd a new portage.utils.lazy_import() function which...
2009-02-20 Zac MedicoTry to fix svn:keywords again.
2009-02-20 Zac MedicoTry to fix svn:keywords again.
2009-02-19 Zac MedicoAdd back Rev to svn:keywords (accidentally removed...
2009-02-19 Zac MedicoWhen displaying the list of failed packages, tell the...
2009-02-19 Zac MedicoMake isvalidatom() identify empty slot as invalid ...
2009-02-19 Zac MedicoOptimize depgraph._dep_expand() to avoid calling pordba...
2009-02-19 Zac MedicoDecode terminal codes from binary when necessary, for...
2009-02-19 Zac MedicoHandle ValueError when unpickling, since this can be...
2009-02-19 Zac MedicoFix update() methods to work with python-3.0.
2009-02-19 Zac MedicoTweak exception handling indentation to avoid a bug...
2009-02-19 Zac MedicoFor python-3.0 compatibility, encode strings as binary...
2009-02-19 Zac MedicoTweak code to avoid python-3.0 errors like this one:
2009-02-19 Zac MedicoRevert accidental python-3.0 syntax.
2009-02-19 Zac MedicoFor compatibility with python-3.0, open files in text...
2009-02-19 Zac MedicoFor compatibility with python-3.0, always open streams...
2009-02-19 Zac MedicoFor compatibility with python-3.0, inherit from ObjectP...
2009-02-19 Zac MedicoFor python-3.0 compatibility, don't use string.letters.
2009-02-19 Zac MedicoUse a regular expression for the file.name check. This...
2009-02-19 Zac MedicoDon't bother to calculate PORTAGE_COUNTER_HASH when...
2009-02-19 Zac MedicoInside post_emerge(), skip the vardbapi counter check...
2009-02-19 Zac MedicoFor python-3.0 compatibility, raise a real exception...
2009-02-19 Zac MedicoBug #230483 - Convert glsa-check option parsing to...
2009-02-19 Zac MedicoFor compatibility with python-3.0, use isinstance(...
2009-02-19 Zac MedicoFix classes that implement __iter__() to copy it to...
2009-02-19 Zac MedicoRemove redundant ConfigLoaderKlass.__iter__() method.
2009-02-19 Zac MedicoImplement UserDict.__contains__() and __iter__().
2009-02-19 Zac MedicoImplement a substitute for UserDict.UserDict so that...
2009-02-19 Zac MedicoIn python-3.0, the UserDict.DictMixin class has been...
2009-02-18 Zac MedicoSet svn:keywords Id on all files.
2009-02-18 Zac MedicoMake save_ebuild_env() filter NOCOLOR, and remove relat...
2009-02-18 Zac MedicoCall depgraph._dep_check_composite_db._clear_cache...
2009-02-17 Zac MedicoBug #253904 - Add a lookahead mechanism inside
next