Fix PackageSet._updateAtomMap() to use ExtendedAtomDict.setdefault()
[portage.git] / pym / portage / sets / base.py
2010-07-27 Zac MedicoFix PackageSet._updateAtomMap() to use ExtendedAtomDict...
2010-07-24 Sebastian Lutherextended atom syntax: Allow wildcards in all places
2010-07-23 Sebastian Lutherportage.sets: Add support for atoms with wildcards
2010-03-24 Zac MedicoRemove all svn $Id keywords.
2010-03-02 Zac MedicoClean up imports.
2010-02-19 Zac MedicoUse Atom.cp instead of dep_getkey.
2009-09-25 Arfrever Frehtes... Define __bool__() for compatibility with Python 3.
2009-09-22 Zac MedicoReplace dict.keys() usage with __iter__(), since it...
2009-09-21 Arfrever Frehtes... Use dict.(keys|values|items)() instead of dict.(iterkey...
2009-09-21 Arfrever Frehtes... Define basestring as str when Python 3 is used.
2009-09-19 Zac MedicoAvoid lots of redundant Atom constructor calls. Thanks...
2009-07-03 Zac MedicoSkip PROVIDE conditional evaluation in PackageSet.iterA...
2008-09-28 Marius MauchAdd a new DummyPackageSet handler to make set operators...
2008-07-21 Zac MedicoFor --depclean and --prune, eliminate duplicate graph...
2008-06-01 Zac MedicoFix EditablePackageSet.update() to create Atom instance...
2008-05-31 Zac MedicoMake PackageSet._setAtoms() use existing Atom instances...
2008-05-30 Zac MedicoFix PackageSet.findAtomForPackage() to find the most...
2008-05-30 Zac MedicoMake PackageSet.findAtomForPackage() just return the...
2008-05-25 Zac Medico* Add support for Package instances and USE deps in...
2008-05-25 Zac Medico* Fix PackageSet.findAtomForPackage() to take a Package...
2008-05-25 Zac MedicoFacilitate creation of Atom instances in a few obvious...
2008-05-02 Marius Mauchproperly remove sets from 'world' when unmerging
2008-05-02 Marius Mauchadd config option for package sets to not be recorded...
2007-11-11 Zac MedicoImplement mapping of packages to instances of DependencyArg
2007-11-05 Zac MedicoMake WorldHandler lock the world file when in --fix...
2007-11-01 Zac MedicoAvoid making unnecessary copies of PackageSet._atoms by
2007-10-28 Zac MedicoFix PackageSet.getAtoms() and getNonAtoms() so that...
2007-10-26 Zac MedicoMake emerge add sets to the world file as one would...
2007-10-25 Marius MauchAllow sets to contain non-atoms
2007-10-23 Marius Mauchmove base classes for package sets into a separate...