summaryrefslogtreecommitdiffstats
path: root/pym/portage/sets/shell.py
Commit message (Expand)AuthorAgeFilesLines
* Rename the portage.sets module to portage._sets since it will be usefulZac Medico2010-08-301-44/+0
* Remove all svn $Id keywords.Zac Medico2010-03-241-1/+0
* Update imports to import portage.os (with unicode wrappers), and useZac Medico2009-08-141-3/+3
* Always use encoding='utf_8' for unicode() calls.Zac Medico2009-08-091-1/+2
* Use Popen.communicate() to avoid a potential deadlock.Zac Medico2009-02-271-2/+2
* Use unicode() so that 2to3 handles py3k compatibility.Zac Medico2009-02-271-5/+1
* Fix CommandOutputSet to decode binary command output in py3k.Zac Medico2009-02-271-2/+6
* fix typo and missing classmethod declarationMarius Mauch2007-11-091-1/+2
* Fix broken import.Zac Medico2007-10-241-1/+2
* revert r8256 (plans changed)Marius Mauch2007-10-231-1/+1
* move base classes for package sets into a separate moduleMarius Mauch2007-10-231-1/+1
* just pass the SetConfig instance instead of only the settings and trees attri...Marius Mauch2007-10-231-1/+1
* clean up module namespaceMarius Mauch2007-10-061-0/+2
* Add set configuration framework in preparation for emerge integrationMarius Mauch2007-10-051-1/+5
* Remove name from PackageSet, it's pointless as the caller has to keep track o...Marius Mauch2007-09-111-2/+2
* Undo some unwanted changesMarius Mauch2007-09-071-1/+1
* Move classes out of __init__.py, they do not belong there. Fix import style,...Alec Warner2007-07-231-1/+1
* add docstring, fix up imports (style), add keyword expansionAlec Warner2007-07-221-1/+15
* add support for metadataMarius Mauch2007-07-161-0/+1
* s/node/atom/ and other minor updatesMarius Mauch2007-07-161-1/+1
* fix copyright yearMarius Mauch2007-07-061-1/+1
* Add first draft of PackageSet backend modulesMarius Mauch2007-07-061-0/+21