summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Remove all svn $Id keywords.Zac Medico2010-03-241-1/+0
* When integer mtime is desired, use stat_obj[stat.ST_MTIME] instead of theZac Medico2009-12-211-1/+2
* Define long as int when Python 3 is used.Arfrever Frehtes Taifersar Arahesis2009-09-211-0/+4
* Use dict.(keys|values|items)() instead of dict.(iterkeys|itervalues|iteritems...Arfrever Frehtes Taifersar Arahesis2009-09-211-1/+1
* Update syntax of calls to print() for compatibility with Python 3.Arfrever Frehtes Taifersar Arahesis2009-09-201-2/+2
* Update syntax of 'except' statements for compatibility with Python 3.Arfrever Frehtes Taifersar Arahesis2009-09-201-1/+1
* Update imports to import portage.os (with unicode wrappers), and useZac Medico2009-08-111-3/+3
* Fix typo in docstring.Zac Medico2009-04-091-1/+1
* Add portdbapi support for a metadata/layout.conf file whichZac Medico2009-04-061-11/+42
* Handle potential KeyErrors that may be raised from get_eclass_data(), andZac Medico2008-12-251-6/+1
* For emerge --metadata runs, update _eclasses_ metadata to insert local eclassZac Medico2008-11-181-5/+15
* Bug #124041 - Make emerge show an informative warning message when oneZac Medico2007-11-261-1/+9
* Simplify update_eclasses() a little.Zac Medico2007-09-271-8/+5
* Catch errno.ENOTDIR instead of using os.path.isdir().Zac Medico2007-09-121-2/+3
* Bug #192298 - Handle PermissionDenied error in cache.update_eclasses().Zac Medico2007-09-121-2/+15
* Make all the classes inherit from object.Zac Medico2007-06-201-1/+1
* Namespace sanitizing, step 2Marius Mauch2007-01-251-2/+2
* Namespace sanitizing, step 1Marius Mauch2007-01-251-0/+83