summaryrefslogtreecommitdiffstats
path: root/pym/portage/sets/base.py
Commit message (Expand)AuthorAgeFilesLines
* Rename the portage.sets module to portage._sets since it will be usefulZac Medico2010-08-301-253/+0
* Remove unused imports found by pylint.Arfrever Frehtes Taifersar Arahesis2010-08-291-2/+2
* More _pkg_use_enabled fixesSebastian Luther2010-08-241-1/+5
* Make the world-candidate package set attribute default to False, sinceZac Medico2010-07-271-1/+1
* portage.sets: Don't allow extended atoms unless explicitly told toSebastian Luther2010-07-271-4/+12
* Fix PackageSet._updateAtomMap() to use ExtendedAtomDict.setdefault()Zac Medico2010-07-271-2/+1
* extended atom syntax: Allow wildcards in all placesSebastian Luther2010-07-241-9/+3
* portage.sets: Add support for atoms with wildcardsSebastian Luther2010-07-231-5/+12
* Remove all svn $Id keywords.Zac Medico2010-03-241-1/+0
* Clean up imports.Zac Medico2010-03-021-3/+2
* Use Atom.cp instead of dep_getkey.Zac Medico2010-02-191-3/+6
* Define __bool__() for compatibility with Python 3.Arfrever Frehtes Taifersar Arahesis2009-09-251-1/+4
* Replace dict.keys() usage with __iter__(), since it behaves identically inZac Medico2009-09-221-1/+1
* Use dict.(keys|values|items)() instead of dict.(iterkeys|itervalues|iteritems...Arfrever Frehtes Taifersar Arahesis2009-09-211-1/+1
* 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