portage.git
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...
2009-02-09 Zac MedicoDocument EAPI 3_pre1.
2009-02-09 Zac MedicoAdd new EAPI 3_pre1 value, and disable unpack() support...
2009-02-09 Zac MedicoKeep 2_pre* EAPI values in the deprecated list so that...
2009-02-09 Zac MedicoRemove support for deprecated 2_pre* EAPI values.
2009-02-08 Mike Frysingeradd support for .xz compressed files like .lzma
2009-02-07 Zac MedicoFilter the new hasg and hasgq functions inside save_ebu...
2009-02-07 Zac MedicoEscape globs in hasgq arguments in order to prevent...
2009-02-07 Mike Frysingercleanup econf() code -- use hasg* funcs in multilib...
2009-02-07 Mike Frysingerfix previous commit -- hasq isnt as cool as i thought...
2009-02-07 Mike Frysingerfix --libdir detection when econf is passed whitespace...
2009-02-05 Zac MedicoFix digraph.clone() to properly clone priority lists.
2009-02-05 Zac MedicoMake DepPriority.__str__() indicate optional deps.
2009-02-05 Zac MedicoInside depgraph._serialize_tasks(), simplify the logic...
2009-02-04 Zac MedicoFor python-3.0 compatibility, make dict-like classes...
2009-02-04 Zac MedicoWarn about WANT_AUTO(CONF|MAKE)=latest settings since...
2009-02-04 Zac MedicoFix the priorities display in digraph.debug_print(...
2009-02-04 Zac MedicoFix Scheduler._find_system_deps() so that it only trave...
2009-02-04 Zac MedicoAdd support in digraph for multiple priorities per...
2009-02-04 Zac MedicoAdd UnmergeDepPriority.optional attribute, to avoid...
2009-02-03 Zac MedicoBug #256616 - Also consider deep runtime dependencies...
2009-02-03 Zac MedicoFor optional deps pulled in by --with-bdeps=y, set...
2009-02-03 Zac MedicoAdd a DepPriority.optional attribute for optional build...
2009-02-03 Zac MedicoMake emerge --regen return non-zero if that are any...
2009-02-03 Zac MedicoUse portage.util.cmp_sort_key for python-3.0 compatibility.
2009-02-03 Zac MedicoUse portage.util.cmp_sort_key for python-3.0 compatibility.
2009-02-03 Zac MedicoUse portage.util.cmp_sort_key for python-3.0 compatibility.
next