aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Remove all svn $Id keywords.Zac Medico2010-03-241-1/+0
* Replace dict.keys() usage with __iter__(), since it behaves identically inZac Medico2009-09-221-5/+5
* Fix items to prevent infinite recursion.Zac Medico2009-09-221-1/+1
* Define long as int when Python 3 is used.Arfrever Frehtes Taifersar Arahesis2009-09-211-0/+1
* Use dict.(keys|values|items)() instead of dict.(iterkeys|itervalues|iteritems...Arfrever Frehtes Taifersar Arahesis2009-09-211-8/+8
* Use range() instead of xrange() for compatibility with Python 3.Arfrever Frehtes Taifersar Arahesis2009-09-211-2/+2
* Define basestring as str when Python 3 is used.Arfrever Frehtes Taifersar Arahesis2009-09-211-0/+3
* Update syntax of 'except' statements for compatibility with Python 3.Arfrever Frehtes Taifersar Arahesis2009-09-201-1/+1
* Bug #281355 - Handle IndexError inside reconstruct_eclasses().Zac Medico2009-08-131-0/+3
* Always use basestring instead of str with isinstance().Zac Medico2009-03-071-1/+1
* * Fix portage.cache.template.database.__getitem__() to validate the _mtime_Zac Medico2009-03-011-0/+10
* For python-3.0 compatibility, make dict-like classes modify their keys(),Zac Medico2009-02-041-0/+4
* Make serialize_eclasses() sort eclass names.Zac Medico2008-11-181-2/+2
* Ensure that cache modules always return a dict containing the _eclasses_Zac Medico2008-09-251-0/+2
* Py3k compatibility patch #6 by Ali Polatel <hawking@g.o>.Zac Medico2008-07-011-0/+4
* Implement iterkeys on top of __iter__ instead of vice versa. Thanks to Brian...Zac Medico2007-06-211-1/+11
* Remove more unnecessary list generation.Zac Medico2007-06-211-1/+1
* Namespace sanitizing, step 3Marius Mauch2007-01-251-3/+3
* Namespace sanitizing, step 1Marius Mauch2007-01-251-0/+200