summaryrefslogtreecommitdiffstats
path: root/pym/_emerge/MetadataRegen.py
Commit message (Expand)AuthorAgeFilesLines
* Bug #286522 - Check all portdbapi.findname return values in case itZac Medico2009-09-261-0/+2
* Replace dict.keys() usage with __iter__(), since it behaves identically inZac Medico2009-09-221-2/+2
* Use next(iterator) instead of iterator.next() for compatibility with Python 3.Arfrever Frehtes Taifersar Arahesis2009-09-211-1/+1
* Use dict.(keys|values|items)() instead of dict.(iterkeys|itervalues|iteritems...Arfrever Frehtes Taifersar Arahesis2009-09-211-3/+3
* Update syntax of 'except' statements for compatibility with Python 3.Arfrever Frehtes Taifersar Arahesis2009-09-201-2/+2
* Update imports to import portage.os (with unicode wrappers), and useZac Medico2009-08-111-10/+2
* Add/update copyright headers.Zac Medico2009-06-251-0/+4
* Bug #275047 - Split _emerge/__init__.py into smaller pieces (part 4).Zac Medico2009-06-221-0/+170