summaryrefslogtreecommitdiffstats
path: root/pym/_emerge/BlockerCache.py
Commit message (Expand)AuthorAgeFilesLines
* Handle KeyError when loading pickles.Zac Medico2012-09-281-1/+3
* BlockerCache: use _unicode() for pickled atomsZac Medico2012-05-131-2/+2
* Add a _pkg_str class to cache catpkgsplit resultsZac Medico2012-05-121-2/+5
* Replace @returns with @return.Zac Medico2012-03-271-1/+1
* Fix some warnings found by pylint.Arfrever Frehtes Taifersar Arahesis2011-12-181-1/+1
* Handle unpickle EOFError.Zac Medico2011-09-031-1/+1
* Handle unpickle AttributeError (bug #381705).Zac Medico2011-09-031-3/+7
* use EROOT with CACHE_PATHFabian Groffen2010-09-041-1/+2
* Remove all svn $Id keywords.Zac Medico2010-03-241-1/+0
* Implement __len__.Zac Medico2009-10-131-0/+5
* 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-1/+1
* Define basestring as str when Python 3 is used.Arfrever Frehtes Taifersar Arahesis2009-09-211-0/+4
* Remove virtuals from the cache because they're unused since portage-2.1.6Zac Medico2009-09-201-4/+0
* Update syntax of numbers for compatibility with Python 3.Arfrever Frehtes Taifersar Arahesis2009-09-201-1/+1
* Update syntax of 'except' statements for compatibility with Python 3.Arfrever Frehtes Taifersar Arahesis2009-09-201-2/+2
* consistently use CACHE_PATH with target_root, this commit needs a separate so...Fabian Groffen2009-09-051-1/+1
* Update imports to import portage.os (with unicode wrappers), and useZac Medico2009-08-111-8/+4
* Add/update copyright headers.Zac Medico2009-06-251-0/+4
* Bug #275047 - Split _emerge/__init__.py into smaller pieces. Thanks toZac Medico2009-06-221-0/+176