portage.git
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
2009-02-17 Zac MedicoFix grabfile_package() to preprocess atoms before passi...
2009-02-16 Zac MedicoBug #259124 - Inside EbuildFetcher._start(), pass the...
2009-02-16 Mike Frysingerunify code for unpacking of tar files
2009-02-15 Zac MedicoFix broken references to DepPriority attributes.
2009-02-15 Zac MedicoIn dyn_package(), show a more informative die message...
2009-02-15 Zac MedicoAdd a test case for the new case which is detected...
2009-02-15 Zac MedicoFix more false positives in isvalidatom() from previous...
2009-02-15 Zac MedicoFix isvalidatom() logic from previous commit to avoid...
2009-02-15 Zac MedicoFix isvalidatom to properly identify an invalid atom...
2009-02-15 Zac MedicoFix merge order calculation so that the circular runtim...
2009-02-14 Zac MedicoBug #250020 - When calculating merge order, try to...
2009-02-14 Zac MedicoIn depgraph._serialize_tasks(), when appropriate, execu...
2009-02-14 Zac MedicoFor the --buildpkgonly digraph.hasallzeros() check...
2009-02-14 Zac MedicoAutomatically export QA_PRESTRIPPED if it's set. Thanks...
2009-02-13 Zac MedicoIn depgraph._serialize_tasks(), verify that an uninstal...
2009-02-13 Zac MedicoFix Scheduler._prevent_builddir_collisions() to skip...
2009-02-12 Zac MedicoAdd a new "portage.internal" warning for prepalldocs...
2009-02-12 Zac Medico* Remove outdated comment about qa_source() return...
2009-02-12 Zac MedicoInside portage.fetch(), check for the case where FETCOM...
2009-02-12 Zac MedicoBug #258433 - In portage.fetch(), check for missing...
2009-02-11 Zac MedicoInside depgraph._select_atoms(), only trigger the circu...
2009-02-10 Zac MedicoBug #258433 - Note FETCHCOMMAND and RESUMECOMMAND requi...
next