summaryrefslogtreecommitdiffstats
path: root/pym/eclass_cache.py
Commit message (Expand)AuthorAgeFilesLines
* Bug #124041 - Make emerge show an informative warning message when oneZac Medico2007-11-261-1/+9
* Simplify update_eclasses() a little. (trunk r7861)Zac Medico2007-09-271-8/+5
* Catch errno.ENOTDIR instead of using os.path.isdir(). (trunk r7770)Zac Medico2007-09-261-2/+3
* Bug #192298 - Handle PermissionDenied error inZac Medico2007-09-261-2/+15
* Fix broad except statement, should only be KeyErrorAlec Warner2007-01-121-1/+1
* Fix broken is_eclass_data_valid comparison logic.Zac Medico2006-10-251-2/+2
* For full compatibility with older versions of portage, write the path in the ...Zac Medico2006-10-251-2/+7
* Remove paths from _eclasses_ serialization in the cache. This makes the mtim...Zac Medico2006-10-241-4/+8
* For compatibility with float timestamps in python-2.5, convert st_mtime attri...Zac Medico2006-09-221-1/+1
* Remove the portage_file module for bug #133591.Zac Medico2006-07-151-5/+4
* integration chunk of the cache subsystem patch.Brian Harring2005-11-051-0/+75