portage.git
2008-06-28 Zac MedicoSplit the MergeTask._merge() method into 3 smaller...
2008-06-28 Zac MedicoBug #226307 - Copy come code from depgraph._iter_atoms_...
2008-06-27 Zac MedicoFix depgraph.break_refs() to work with DependencyArg...
2008-06-27 Zac MedicoRemove the MergeTask._blocker_db attribute since it...
2008-06-27 Zac MedicoBreak references from Package instances in the digraph...
2008-06-27 Zac MedicoPass the digraph into the MergeTask constructor. It...
2008-06-27 Zac MedicoFix typo.
2008-06-27 Zac MedicoAdd documentation for the new --keep-going option.
2008-06-27 Zac MedicoGenerate and log eerror messages for any packages that...
2008-06-27 Zac MedicoCall clear_caches() after the depgraph is out of scope...
2008-06-27 Zac MedicoBug #12768 - Add a --keep-going option. This uses the...
2008-06-27 Zac MedicoUse bool() to simplify ObjectProxy.__nonzero__().
2008-06-27 Zac MedicoSplit the --skipfirst code into a resume_depgraph(...
2008-06-26 Zac MedicoFor brevity, and consistency with pkgcore, rename ...
2008-06-26 Zac MedicoCall use_reduce() with matchall=1 when checking depstri...
2008-06-26 Zac MedicoAdd "PATH" to the set of allowed pacakge metadata keys...
2008-06-26 Zac MedicoFix the PermissionDenied message for color.map.
2008-06-26 Zac Medico* Remove PORTAGE_LEGACY_GLOBALS hack for portage import...
2008-06-26 Zac MedicoUse settings["ROOT"] at the beginning of env_update...
2008-06-26 Zac MedicoHandle KeyError from aux_get() inside dbapi._iter_match...
2008-06-26 Marius Mauchchange default name of EverythingSet to @all-installed...
2008-06-26 Zac MedicoAlso use a separate proxy type for portage.mtimedb...
2008-06-26 Zac MedicoUse a separate proxy type to trigger portage.portdb...
2008-06-26 Zac MedicoImplement lazy initialization of global "portdb", ...
2008-06-26 Zac MedicoMake PackageIndex use SlotDict for package metadata...
2008-06-25 Zac MedicoUse SlotDict where appropriate in binarytree._populate().
2008-06-25 Zac MedicoFix typo.
2008-06-25 Zac MedicoAdd docstring to slot_dict_class().
2008-06-25 Zac MedicoFix typo.
2008-06-25 Zac MedicoFix KeyError constructor style.
2008-06-25 Zac MedicoFix indentation.
2008-06-25 Zac MedicoAdd a generic portage.cache.mappings.slot_dict_class...
2008-06-25 Zac MedicoSwap out the whole Package.root_config attribute inside...
2008-06-25 Zac MedicoClarify EverythingSet.description a bit. Thanks to...
2008-06-25 Zac MedicoClarify EverythingSet.description a bit. Thanks to...
2008-06-25 Zac MedicoFix Atom -> str breakage in depgraph.saveNomergeFavorit...
2008-06-25 Zac MedicoFix repoman breakage wrt _PackageMetadataWrapper._keys...
2008-06-25 Zac MedicoAfter the depgraph caches the vardb state in a FakeVart...
2008-06-25 Zac MedicoImplement __contains__, pop() and clear() for Package...
2008-06-25 Zac MedicoUse os.listdir() instead of portage.listdir() to avoid...
2008-06-25 Zac MedicoMake clear_caches() call portage.dircache.clear().
2008-06-25 Zac MedicoRemove the BlockerDB._blocker_cache attribute and just...
2008-06-25 Zac MedicoFor the Package.metadata attribute, only implement...
2008-06-25 Zac MedicoBug #229069 - Before deleting the depgraph, break refer...
2008-06-24 Zac MedicoFix spelling of depgraph._complete_threshold.
2008-06-24 Zac MedicoIf dep calculation time exceeds 20 seconds then automat...
2008-06-24 Zac MedicoUse weakref.WeakValueDictionary to make cached Atom...
2008-06-24 Zac MedicoBug #229233 - Fix Atom -> str breakage in the depgraph...
2008-06-24 Zac MedicoClear dbapi caches just after deleting the depgraph...
2008-06-24 Zac MedicoFix some remaining corner cases that cause bug #220341...
2008-06-23 Zac MedicoUse paths from portage.const instead of hardcoded versions.
2008-06-23 Zac MedicoBug #228977 - During dblink._preserve_libs() calls...
2008-06-23 Zac MedicoBug #228935 - Add a new "command not found" build log...
2008-06-23 Zac MedicoBug #228977 - Protect against possible infinite loop in
2008-06-22 Zac MedicoBug #228939 - Fix display list interaction with --tree...
2008-06-22 Zac MedicoFix broken path handling wrt $ROOT in LibraryConsumerSe...
2008-06-21 Zac MedicoFix Atom -> str breakage in depgraph._show_slot_collisi...
2008-06-21 Zac MedicoImplement Atom.__cmp__() so that things like list.sort...
2008-06-21 Zac MedicoBug #228489 - Restore the "ci" alias for "commit" mode...
2008-06-21 Zac MedicoFix Atom -> str breakage in depgraph.display_problems().
2008-06-21 Zac MedicoMake LibraryConsumerSet.mapPathsToAtoms() use the conte...
2008-06-21 Zac MedicoFix implicit_pattern to match different quote character...
2008-06-21 Zac MedicoExclude calls to autoheader and makeinfo from the autom...
2008-06-21 Zac MedicoUse bash's built-in echo instead of the actual echo...
2008-06-21 Mike Frysingerdrop old -i,--include-masked option #226429 by Tobias...
2008-06-20 Zac MedicoFix Atom -> str breakage in WorldSet.write().
2008-06-20 Zac MedicoRemove unused Atom.string attribute.
2008-06-20 Zac MedicoAdd subversion support for repoman. (thanks grobian)
2008-06-20 Zac MedicoBug #228595 - Use os.path.realpath() before comparing...
2008-06-20 Zac MedicoMake isvalidatom() use the Atom cache to avoid validati...
2008-06-20 Zac MedicoMake Atom use str.__eq__ and __ne__ also.
2008-06-20 Zac MedicoMake Atom use str.__hash__.
2008-06-20 Zac MedicoMake the Atom cache dict private and add a docstring...
2008-06-20 Zac MedicoUse a metaclass to cache Atom instances transparently...
2008-06-20 Zac MedicoInstead of having Atom inherit from str, just emulate...
2008-06-20 Zac MedicoMake the visibility related config methods such as...
2008-06-20 Marius Mauchreenable warning about missing repository names v2.2_rc1
2008-06-20 Marius Mauchrevert accidential commit
2008-06-20 Marius Mauchupdate release notes/news
2008-06-20 Zac MedicoDocument the new emerge <file> feature.
2008-06-20 Zac MedicoFix typo.
2008-06-20 Zac MedicoMake emerge <path> path search for multiple owners...
2008-06-19 Zac MedicoPass a Package instance into LineCheck.new(), and use...
2008-06-19 Zac MedicoRefactor the 'inherit.autotools' and 'IUSE.undefined...
2008-06-18 Zac MedicoBug #228075 - Explicitly call gc.collect() to try and...
2008-06-18 Zac MedicoAs suggested by remi`, make the 'inherit.autotools...
2008-06-18 Zac MedicoAdd an exemption for x-modular in the "inherit.autotool...
2008-06-18 Zac MedicoBug #225285 - Add support for persistent options stored...
2008-06-18 Zac MedicoBug #225285 - Add a --skip-manifest option that disable...
2008-06-18 Zac MedicoAdd a help string for --debug.
2008-06-18 Zac MedicoUse optparse instead of getopt.
2008-06-17 Zac MedicoMore eblank.
2008-06-17 Zac MedicoRemove eblank docs.
2008-06-17 Marius Mauchremove stray line
2008-06-17 Marius MauchRemove eblank nonsense
2008-06-17 Marius MauchRemove eblank nonsense
2008-06-17 Marius MauchDo not preserve the master link of a library to avoid...
2008-06-17 Marius Mauchfix typo
2008-06-17 Zac Medico* Document eblank and eqawarn in the ebuild.5 man page.
2008-06-17 Zac MedicoAdd note about bug #226505.
next