portage.git
2009-03-11 Zac MedicoDon't give portage group write permissions on the mtime...
2009-03-11 Zac MedicoThanks to Petteri Räty <betelgeuse@gentoo.org> for...
2009-03-11 Zac MedicoRemove redundant long(_mtime_) conversion since templat...
2009-03-11 Zac Medico* Fix portage.cache.template.database.__getitem__(...
2009-03-11 Zac MedicoSkip the code from bug #259954 when $ROOT != / since...
2009-03-11 Zac MedicoWhen checking ebuild content, use codecs.open() to...
2009-03-11 Zac MedicoIn _ensure_default_encoding(), make sure the default...
2009-03-11 Zac MedicoAdd support to _ensure_default_encoding() for the same...
2009-03-11 Zac MedicoMake Atom instances consume less memory by implementing...
2009-03-11 Zac MedicoOpen then temp file in text mode for py3k compatibility...
2009-03-11 Zac MedicoOpen the temp file in text mode for py3k compatibility...
2009-03-11 Zac MedicoOpen the temp file in text mode for py3k compatibility...
2009-03-11 Zac MedicoFix PipeReader and PipeReaderTestCase to work with...
2009-03-11 Zac MedicoLoosen EMakeParallelDisabled.re so it can match more...
2009-03-11 Zac MedicoAdd a new upstream.workaround check for hardcoded MAKEO...
2009-03-11 Zac MedicoFix test breakage due to change in calling order of...
2009-03-11 Zac MedicoFix a case in which a SRC_URI is incorrectly idendified...
2009-03-11 Zac MedicoRemove recursion code from Scheduler._system_merge_star...
2009-03-11 Zac MedicoIn traversing deps to add to Scheduler._unsatisfied_sys...
2009-03-11 Zac MedicoBug #259954 - Do not spawn parallel build when the...
2009-03-11 Zac Medicoreject all set*id binaries that have DT_RPATH:$ORIGIN...
2009-03-11 Zac MedicoRemove stray parenthesis. (trunk r12711)
2009-03-11 Zac MedicoInside depgraph._merge_order_bias(), promote deep syste...
2009-03-11 Zac MedicoImplement BlockerDepPriority.__str__(). (trunk r12709)
2009-03-11 Zac MedicoFix typo in DepPriority.__str__(). (trunk r12708)
2009-03-11 Zac MedicoImplement lazy evaluation of USE_EXPAND variables in...
2009-03-11 Zac MedicoIn mirror_cache(), normalize EAPI by mapping EAPI=0...
2009-03-11 Zac MedicoBug #259882 - Disable the ignore-previously-merged...
2009-03-11 Zac MedicoIf deepcopy() raises a TypeError for a lazy item that...
2009-03-11 Zac MedicoMake USE_EXPAND wildcard expansion more efficient,...
2009-03-11 Zac MedicoFix breakage in USE_EXPAND wildcard handling, from...
2009-03-11 Zac MedicoFix headers that contain $Header instead of $Id. (trunk...
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...
next