summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fix @module-rebuild to support $ROOT.Zac Medico2010-01-311-1/+4
* Bug #298141 - Make /etc/portage/sets relative to PORTAGE_CONFIGROOT. ThanksZac Medico2010-01-311-1/+2
* Bug #302005 - Remove broken test code.Zac Medico2010-01-241-12/+0
* Add "repository" attribute to CategorySet (revert r11597). Thanks to TGLZac Medico2009-11-221-2/+11
* Remove support for 'extend', 'remove', and 'intersect' sets.conf sectionZac Medico2009-10-181-26/+3
* Revert r14677 since it doesn't interact well with the 'extend', 'remove', andZac Medico2009-10-181-16/+11
* Add a boolean expand_nested_sets parameter to SetConfig.getSetAtoms(). ThisZac Medico2009-10-181-14/+19
* Ind SetConfig.getSetAtoms(), don't assume the set has a 'creator' attribute,Zac Medico2009-10-181-1/+4
* Bug #266454 - Make @world an all-inclusive set once again, like it was priorZac Medico2009-10-161-4/+4
* 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-223-7/+7
* Use dict.(keys|values|items)() instead of dict.(iterkeys|itervalues|iteritems...Arfrever Frehtes Taifersar Arahesis2009-09-213-7/+7
* Define basestring as str when Python 3 is used.Arfrever Frehtes Taifersar Arahesis2009-09-211-0/+4
* Fix position of imports from __future__.Arfrever Frehtes Taifersar Arahesis2009-09-201-2/+2
* Support print() function with Python 2 in more files.Arfrever Frehtes Taifersar Arahesis2009-09-202-0/+4
* Update system imports for compatibility with Python 3.Arfrever Frehtes Taifersar Arahesis2009-09-201-1/+4
* Update syntax of numbers for compatibility with Python 3.Arfrever Frehtes Taifersar Arahesis2009-09-201-1/+1
* Update syntax of calls to print() for compatibility with Python 3.Arfrever Frehtes Taifersar Arahesis2009-09-202-7/+7
* Update syntax of 'except' statements for compatibility with Python 3.Arfrever Frehtes Taifersar Arahesis2009-09-203-6/+6
* Avoid lots of redundant Atom constructor calls. Thanks to Marat RadchenkoZac Medico2009-09-191-3/+2
* pym/portage/sets/files.py: use WORLD_FILE instead of manual reconstructionFabian Groffen2009-09-051-3/+3
* PRIVATE_PATH has no leading slash (like all other uses of this var assume)Fabian Groffen2009-09-051-2/+2
* Replace _content_encoding, _fs_encoding, and _merge_encoding with directZac Medico2009-08-211-7/+7
* sets/files.py cleanPackages function stop calling lock and loadMounir Lamouri2009-08-151-3/+7
* Update imports to import portage.os (with unicode wrappers), and useZac Medico2009-08-146-25/+37
* Bug #280962 - Fix broken path normalization insideZac Medico2009-08-101-9/+10
* Always use encoding='utf_8' for unicode() calls.Zac Medico2009-08-091-1/+2
* Add a new portage.util.shlex_split() function to wrap all shlex.split() calls,Zac Medico2009-08-062-4/+4
* Do not pass unicode strings into os.walk calls, since it can causeZac Medico2009-08-061-1/+14
* Bug #280269 - Fix StaticFileSet.multiBuilder() to handle unicode filenames.Zac Medico2009-08-041-0/+3
* Remove leading slash from appropriate paths inside portage.const, so thatZac Medico2009-07-122-3/+6
* Skip PROVIDE conditional evaluation in PackageSet.iterAtomsForPackage(), sinceZac Medico2009-07-031-3/+3
* Prepare 41 messages to localization.Arfrever Frehtes Taifersar Arahesis2009-06-294-28/+36
* Add a LibraryFileConsumerSet class that can be used to rebuild all packagesZac Medico2009-04-121-1/+35
* Make StaticFileSet.multiBuilder() filter hidden files and directories. ThanksZac Medico2009-03-261-0/+5
* 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
* Add new @unavailable package set which contains all installedZac Medico2008-11-221-0/+27
* Bug #246451 - Inside SecuritySet._reduce(), use portdbapi.xmatch("match-all")Zac Medico2008-11-121-1/+1
* Bug #243030 - In PreservedLibraryConsumerSet.load(), avoid rebuilding packagesZac Medico2008-11-091-1/+6
* In SetConfig.getSetAtoms(), access self.psets directly in order to avoidZac Medico2008-11-011-1/+2
* Bug #239015 - Disable unmerge operations for EverythingSet/@installed.Zac Medico2008-11-011-1/+1
* Make SetConfig.getSetAtoms() raise a PackageSetNotFound exception whenZac Medico2008-10-281-3/+17
* Instead of using inheritance, reference the ConfigParser part of SetConfig asZac Medico2008-10-071-24/+30
* allow the portage.sets. prefix to be omitted in 'class' options of set defini...Marius Mauch2008-09-291-2/+5
* Add a new DummyPackageSet handler to make set operators easier to useMarius Mauch2008-09-281-0/+13
* remove the 'repository' option from CategorySet in favor of the generic 'inte...Marius Mauch2008-09-281-11/+2
* allow selection of metadata source for VariableSetMarius Mauch2008-09-281-6/+10
* make sure that cli-defined sets aren't added to @worldMarius Mauch2008-09-281-0/+1