summaryrefslogtreecommitdiffstats
path: root/pym/portage/sets/base.py
Commit message (Expand)AuthorAgeFilesLines
* Define basestring as str when Python 3 is used.Arfrever Frehtes Taifersar Arahesis2009-09-211-0/+4
* Avoid lots of redundant Atom constructor calls. Thanks to Marat RadchenkoZac Medico2009-09-191-3/+2
* Skip PROVIDE conditional evaluation in PackageSet.iterAtomsForPackage(), sinceZac Medico2009-07-031-3/+3
* Add a new DummyPackageSet handler to make set operators easier to useMarius Mauch2008-09-281-0/+13
* For --depclean and --prune, eliminate duplicate graph creation code by re-usingZac Medico2008-07-211-0/+4
* Fix EditablePackageSet.update() to create Atom instances when necessary.Zac Medico2008-06-011-5/+9
* Make PackageSet._setAtoms() use existing Atom instances when available.Zac Medico2008-05-311-7/+12
* Fix PackageSet.findAtomForPackage() to find the most specific atom sinceZac Medico2008-05-301-4/+13
* Make PackageSet.findAtomForPackage() just return the first atom foundZac Medico2008-05-301-3/+3
* * Add support for Package instances and USE deps in match_from_list().Zac Medico2008-05-251-2/+2
* * Fix PackageSet.findAtomForPackage() to take a Package instance asZac Medico2008-05-251-22/+4
* Facilitate creation of Atom instances in a few obvious places:Zac Medico2008-05-251-8/+9
* properly remove sets from 'world' when unmergingMarius Mauch2008-05-021-0/+1
* add config option for package sets to not be recorded in 'world'Marius Mauch2008-05-021-0/+1
* Implement mapping of packages to instances of DependencyArgZac Medico2007-11-111-1/+28
* Make WorldHandler lock the world file when in --fix mode.Zac Medico2007-11-051-1/+1
* Avoid making unnecessary copies of PackageSet._atoms byZac Medico2007-11-011-7/+12
* Fix PackageSet.getAtoms() and getNonAtoms() so that theyZac Medico2007-10-281-6/+10
* Make emerge add sets to the world file as one would expect.Zac Medico2007-10-261-4/+15
* Allow sets to contain non-atomsMarius Mauch2007-10-251-1/+8
* move base classes for package sets into a separate moduleMarius Mauch2007-10-231-0/+160