| Commit message (Expand) | Author | Age | Files | Lines |
* | Update copyright header. | Zac Medico | 2010-04-02 | 1 | -1/+1 |
* | Make RebuiltBinaries only select binary packages with non-empty BUILD_TIME. | Zac Medico | 2010-04-02 | 1 | -1/+1 |
* | Remove all svn $Id keywords. | Zac Medico | 2010-03-24 | 8 | -8/+0 |
* | Clean up imports. | Zac Medico | 2010-03-02 | 1 | -3/+2 |
* | Use Atom.cp instead of dep_getkey. | Zac Medico | 2010-02-19 | 1 | -3/+6 |
* | Use Atom.cp instead of dep_getkey. | Zac Medico | 2010-02-19 | 1 | -2/+2 |
* | Add @rebuilt-binaries set which uses BUILD_TIME to pull in binary packages | Zac Medico | 2010-02-17 | 1 | -1/+24 |
* | Fix @module-rebuild to support $ROOT. | Zac Medico | 2010-01-31 | 1 | -1/+4 |
* | Bug #298141 - Make /etc/portage/sets relative to PORTAGE_CONFIGROOT. Thanks | Zac Medico | 2010-01-31 | 1 | -1/+2 |
* | Bug #302005 - Remove broken test code. | Zac Medico | 2010-01-24 | 1 | -12/+0 |
* | Add "repository" attribute to CategorySet (revert r11597). Thanks to TGL | Zac Medico | 2009-11-22 | 1 | -2/+11 |
* | Remove support for 'extend', 'remove', and 'intersect' sets.conf section | Zac Medico | 2009-10-18 | 1 | -26/+3 |
* | Revert r14677 since it doesn't interact well with the 'extend', 'remove', and | Zac Medico | 2009-10-18 | 1 | -16/+11 |
* | Add a boolean expand_nested_sets parameter to SetConfig.getSetAtoms(). This | Zac Medico | 2009-10-18 | 1 | -14/+19 |
* | Ind SetConfig.getSetAtoms(), don't assume the set has a 'creator' attribute, | Zac Medico | 2009-10-18 | 1 | -1/+4 |
* | Bug #266454 - Make @world an all-inclusive set once again, like it was prior | Zac Medico | 2009-10-16 | 1 | -4/+4 |
* | Define __bool__() for compatibility with Python 3. | Arfrever Frehtes Taifersar Arahesis | 2009-09-25 | 1 | -1/+4 |
* | Replace dict.keys() usage with __iter__(), since it behaves identically in | Zac Medico | 2009-09-22 | 3 | -7/+7 |
* | Use dict.(keys|values|items)() instead of dict.(iterkeys|itervalues|iteritems... | Arfrever Frehtes Taifersar Arahesis | 2009-09-21 | 3 | -7/+7 |
* | Define basestring as str when Python 3 is used. | Arfrever Frehtes Taifersar Arahesis | 2009-09-21 | 1 | -0/+4 |
* | Fix position of imports from __future__. | Arfrever Frehtes Taifersar Arahesis | 2009-09-20 | 1 | -2/+2 |
* | Support print() function with Python 2 in more files. | Arfrever Frehtes Taifersar Arahesis | 2009-09-20 | 2 | -0/+4 |
* | Update system imports for compatibility with Python 3. | Arfrever Frehtes Taifersar Arahesis | 2009-09-20 | 1 | -1/+4 |
* | Update syntax of numbers for compatibility with Python 3. | Arfrever Frehtes Taifersar Arahesis | 2009-09-20 | 1 | -1/+1 |
* | Update syntax of calls to print() for compatibility with Python 3. | Arfrever Frehtes Taifersar Arahesis | 2009-09-20 | 2 | -7/+7 |
* | Update syntax of 'except' statements for compatibility with Python 3. | Arfrever Frehtes Taifersar Arahesis | 2009-09-20 | 3 | -6/+6 |
* | Avoid lots of redundant Atom constructor calls. Thanks to Marat Radchenko | Zac Medico | 2009-09-19 | 1 | -3/+2 |
* | pym/portage/sets/files.py: use WORLD_FILE instead of manual reconstruction | Fabian Groffen | 2009-09-05 | 1 | -3/+3 |
* | PRIVATE_PATH has no leading slash (like all other uses of this var assume) | Fabian Groffen | 2009-09-05 | 1 | -2/+2 |
* | Replace _content_encoding, _fs_encoding, and _merge_encoding with direct | Zac Medico | 2009-08-21 | 1 | -7/+7 |
* | sets/files.py cleanPackages function stop calling lock and load | Mounir Lamouri | 2009-08-15 | 1 | -3/+7 |
* | Update imports to import portage.os (with unicode wrappers), and use | Zac Medico | 2009-08-14 | 6 | -25/+37 |
* | Bug #280962 - Fix broken path normalization inside | Zac Medico | 2009-08-10 | 1 | -9/+10 |
* | Always use encoding='utf_8' for unicode() calls. | Zac Medico | 2009-08-09 | 1 | -1/+2 |
* | Add a new portage.util.shlex_split() function to wrap all shlex.split() calls, | Zac Medico | 2009-08-06 | 2 | -4/+4 |
* | Do not pass unicode strings into os.walk calls, since it can cause | Zac Medico | 2009-08-06 | 1 | -1/+14 |
* | Bug #280269 - Fix StaticFileSet.multiBuilder() to handle unicode filenames. | Zac Medico | 2009-08-04 | 1 | -0/+3 |
* | Remove leading slash from appropriate paths inside portage.const, so that | Zac Medico | 2009-07-12 | 2 | -3/+6 |
* | Skip PROVIDE conditional evaluation in PackageSet.iterAtomsForPackage(), since | Zac Medico | 2009-07-03 | 1 | -3/+3 |
* | Prepare 41 messages to localization. | Arfrever Frehtes Taifersar Arahesis | 2009-06-29 | 4 | -28/+36 |
* | Add a LibraryFileConsumerSet class that can be used to rebuild all packages | Zac Medico | 2009-04-12 | 1 | -1/+35 |
* | Make StaticFileSet.multiBuilder() filter hidden files and directories. Thanks | Zac Medico | 2009-03-26 | 1 | -0/+5 |
* | Use Popen.communicate() to avoid a potential deadlock. | Zac Medico | 2009-02-27 | 1 | -2/+2 |
* | Use unicode() so that 2to3 handles py3k compatibility. | Zac Medico | 2009-02-27 | 1 | -5/+1 |
* | Fix CommandOutputSet to decode binary command output in py3k. | Zac Medico | 2009-02-27 | 1 | -2/+6 |
* | Add new @unavailable package set which contains all installed | Zac Medico | 2008-11-22 | 1 | -0/+27 |
* | Bug #246451 - Inside SecuritySet._reduce(), use portdbapi.xmatch("match-all") | Zac Medico | 2008-11-12 | 1 | -1/+1 |
* | Bug #243030 - In PreservedLibraryConsumerSet.load(), avoid rebuilding packages | Zac Medico | 2008-11-09 | 1 | -1/+6 |
* | In SetConfig.getSetAtoms(), access self.psets directly in order to avoid | Zac Medico | 2008-11-01 | 1 | -1/+2 |
* | Bug #239015 - Disable unmerge operations for EverythingSet/@installed. | Zac Medico | 2008-11-01 | 1 | -1/+1 |