Add a _pkg_str class to cache catpkgsplit results
[portage.git] / pym / _emerge / BlockerCache.py
2012-05-12 Zac MedicoAdd a _pkg_str class to cache catpkgsplit results
2012-03-27 Zac MedicoReplace @returns with @return.
2011-12-18 Arfrever Frehtes... Fix some warnings found by pylint.
2011-09-03 Zac MedicoHandle unpickle EOFError.
2011-09-03 Zac MedicoHandle unpickle AttributeError (bug #381705).
2010-09-04 Fabian Groffenuse EROOT with CACHE_PATH
2010-03-24 Zac MedicoRemove all svn $Id keywords.
2009-10-13 Zac MedicoImplement __len__.
2009-09-21 Arfrever Frehtes... Define long as int when Python 3 is used.
2009-09-21 Arfrever Frehtes... Use dict.(keys|values|items)() instead of dict.(iterkey...
2009-09-21 Arfrever Frehtes... Define basestring as str when Python 3 is used.
2009-09-20 Zac MedicoRemove virtuals from the cache because they're unused...
2009-09-20 Arfrever Frehtes... Update syntax of numbers for compatibility with Python 3.
2009-09-20 Arfrever Frehtes... Update syntax of 'except' statements for compatibility...
2009-09-05 Fabian Groffenconsistently use CACHE_PATH with target_root, this...
2009-08-11 Zac MedicoUpdate imports to import portage.os (with unicode wrapp...
2009-06-25 Zac MedicoAdd/update copyright headers.
2009-06-22 Zac MedicoBug #275047 - Split _emerge/__init__.py into smaller...