portage.git
2009-03-11 Zac MedicoIn LazyItemsDict, avoid storing empty lists and dicts...
2009-03-11 Zac MedicoIn config.setcpv(), increase efficiency by filtering...
2009-03-11 Zac MedicoFix getmaskingstatus() so that it doesn't inappropriate...
2009-03-11 Zac MedicoFix default_encoding logic in _ensure_default_encoding...
2009-03-11 Zac MedicoReorganize _ensure_default_encoding(). (trunk r12694)
2009-03-11 Zac MedicoDon't try to call setdefaultencoding() since it's not...
2009-03-11 Zac MedicoWhen displaying reverse dependencies in verbose --depcl...
2009-03-11 Zac MedicoAdd support in _ensure_default_encoding(), add support...
2009-03-11 Zac MedicoWhen decoding term codes inside the JobStatusDisplay...
2009-03-11 Zac MedicoIn EbuildFetchonly.execute(), skip builddir creation...
2009-03-11 Zac MedicoAvoid spurious CCACHE_DIR permissions adjustments when...
2009-03-11 Zac MedicoThe python that's inside stage 1 or 2 is built with...
2009-03-11 Zac MedicoUse a lock to ensure that threaded code doesn't cause...
2009-03-11 Zac MedicoUse lazyimport to avoid importing the portage.elog...
2009-03-11 Zac MedicoUse lazyimport to avoid importing the dep, output,...
2009-03-11 Zac MedicoUse lazyimport to avoid importing the checksum, locks...
2009-03-11 Zac MedicoFix _LazyImportFrom to use the correct module name...
2009-03-11 Zac MedicoMake lazyimport proxies trigger automatic destruction...
2009-03-11 Zac MedicoFix typo in __all__. (trunk r12677)
2009-03-11 Zac MedicoReduce bloat in portage.util by splitting ObjectProxy...
2009-03-11 Zac MedicoMake lazy_import() skip proxy creation for modules...
2009-03-11 Zac MedicoMake the UserDict and LazyItemsDict constructors use...
2009-03-11 Zac MedicoIn config.setcpv(), use LazyItemsDict to implement...
2009-03-11 Zac MedicoIn LazyItemsDict, when a singleton is instantiated...
2009-03-11 Zac MedicoRevert r12639 and use string.ascii_letters for python...
2009-03-11 Zac MedicoInside portage.spawn(), open files for logfile handling...
2009-03-11 Zac MedicoFor python-3.0 compatibility, open files in binary...
2009-03-11 Zac MedicoWhen loading vdb_metadata.pickle inside vardbapi._aux_c...
2009-03-11 Zac MedicoAdd a cross reference from FEATURES=lmirror docs to...
2009-03-11 Zac MedicoIn python-3.0, integer division results in a float...
2009-03-11 Zac MedicoFix StringIO imports so that 2to3 can handle them....
2009-03-11 Zac MedicoAdd a new portage.utils.lazy_import() function which...
2009-03-11 Zac MedicoWhen displaying the list of failed packages, tell the...
2009-03-11 Zac MedicoMake isvalidatom() identify empty slot as invalid ...
2009-03-11 Zac MedicoOptimize depgraph._dep_expand() to avoid calling pordba...
2009-03-11 Zac MedicoDecode terminal codes from binary when necessary, for...
2009-03-11 Zac MedicoHandle ValueError when unpickling, since this can be...
2009-03-11 Zac MedicoFix update() methods to work with python-3.0. (trunk...
2009-03-11 Zac MedicoTweak exception handling indentation to avoid a bug...
2009-03-11 Zac MedicoTweak code to avoid python-3.0 errors like this one:
2009-03-11 Zac MedicoRevert accidental python-3.0 syntax. (trunk r12643)
2009-03-11 Zac MedicoFor compatibility with python-3.0, open files in text...
2009-03-11 Zac MedicoFor compatibility with python-3.0, always open streams...
2009-03-11 Zac MedicoFor compatibility with python-3.0, inherit from ObjectP...
2009-03-11 Zac MedicoFor python-3.0 compatibility, don't use string.letters...
2009-03-11 Zac MedicoUse a regular expression for the file.name check. This...
2009-03-11 Zac MedicoDon't bother to calculate PORTAGE_COUNTER_HASH when...
2009-03-11 Zac MedicoInside post_emerge(), skip the vardbapi counter check...
2009-03-11 Zac MedicoFor python-3.0 compatibility, raise a real exception...
2009-03-11 Zac MedicoFor compatibility with python-3.0, use isinstance(...
2009-03-11 Zac MedicoFix classes that implement __iter__() to copy it to...
2009-03-11 Zac MedicoRemove redundant ConfigLoaderKlass.__iter__() method...
2009-03-11 Zac MedicoImplement UserDict.__contains__() and __iter__(). ...
2009-03-11 Zac MedicoImplement a substitute for UserDict.UserDict so that...
2009-03-11 Zac MedicoIn python-3.0, the UserDict.DictMixin class has been...
2009-03-11 Zac MedicoSet svn:keywords Id on all files.
2009-03-11 Zac MedicoMake save_ebuild_env() filter NOCOLOR, and remove relat...
2009-03-11 Zac MedicoBug #253904 - Add a lookahead mechanism inside
2009-03-11 Zac MedicoFix grabfile_package() to preprocess atoms before passi...
2009-03-11 Zac MedicoBug #259124 - Inside EbuildFetcher._start(), pass the...
2009-03-11 Zac Medico (trunk r12620)
2009-03-11 Zac MedicoFix broken references to DepPriority attributes. (trunk...
2009-03-11 Zac MedicoIn dyn_package(), show a more informative die message...
2009-03-11 Zac MedicoFix isvalidatom to properly identify an invalid atom...
2009-03-11 Zac MedicoFix merge order calculation so that the circular runtim...
2009-03-11 Zac MedicoBug #250020 - When calculating merge order, try to...
2009-03-11 Zac MedicoIn depgraph._serialize_tasks(), when appropriate, execu...
2009-03-11 Zac MedicoFor the --buildpkgonly digraph.hasallzeros() check...
2009-03-11 Zac MedicoAutomatically export QA_PRESTRIPPED if it's set. Thanks...
2009-03-11 Zac MedicoIn depgraph._serialize_tasks(), verify that an uninstal...
2009-03-11 Zac MedicoFix Scheduler._prevent_builddir_collisions() to skip...
2009-03-11 Zac MedicoAdd a new "portage.internal" warning for prepalldocs...
2009-03-11 Zac Medico* Remove outdated comment about qa_source() return...
2009-03-11 Zac MedicoInside portage.fetch(), check for the case where FETCOM...
2009-03-11 Zac MedicoBug #258433 - In portage.fetch(), check for missing...
2009-03-11 Zac MedicoInside depgraph._select_atoms(), only trigger the circu...
2009-03-11 Zac MedicoBug #258433 - Note FETCHCOMMAND and RESUMECOMMAND requi...
2009-03-11 Zac MedicoDocument EAPI 3_pre1. (trunk r12597)
2009-03-11 Zac MedicoAdd new EAPI 3_pre1 value, and disable unpack() support...
2009-03-11 Zac MedicoKeep 2_pre* EAPI values in the deprecated list so that...
2009-03-11 Zac MedicoRemove support for deprecated 2_pre* EAPI values. ...
2009-03-11 Zac Medico (trunk r12593)
2009-03-11 Zac MedicoFilter the new hasg and hasgq functions inside save_ebu...
2009-03-11 Zac MedicoEscape globs in hasgq arguments in order to prevent...
2009-03-11 Zac Medico (trunk r12590)
2009-03-11 Zac Medico (trunk r12589)
2009-03-11 Zac Medico (trunk r12588)
2009-03-11 Zac MedicoFix digraph.clone() to properly clone priority lists...
2009-03-11 Zac MedicoMake DepPriority.__str__() indicate optional deps....
2009-03-11 Zac MedicoInside depgraph._serialize_tasks(), simplify the logic...
2009-03-11 Zac MedicoFor python-3.0 compatibility, make dict-like classes...
2009-03-11 Zac MedicoWarn about WANT_AUTO(CONF|MAKE)=latest settings since...
2009-03-11 Zac MedicoFix the priorities display in digraph.debug_print(...
2009-03-11 Zac MedicoFix Scheduler._find_system_deps() so that it only trave...
2009-03-11 Zac MedicoAdd support in digraph for multiple priorities per...
2009-03-11 Zac MedicoAdd UnmergeDepPriority.optional attribute, to avoid...
2009-03-11 Zac MedicoBug #256616 - Also consider deep runtime dependencies...
2009-03-11 Zac MedicoFor optional deps pulled in by --with-bdeps=y, set...
2009-03-11 Zac MedicoAdd a DepPriority.optional attribute for optional build...
2009-03-11 Zac MedicoMake emerge --regen return non-zero if that are any...
next