summaryrefslogtreecommitdiffstats
path: root/pym/portage/cache/ebuild_xattr.py
Commit message (Expand)AuthorAgeFilesLines
* ebuild_xattr.py: lowercase utf-8 commentZac Medico2013-01-181-1/+1
* Revert "Use plain ascii encoding for this file"Zac Medico2011-10-141-1/+2
* cache.ebuild_xattr: don't import ENODATA globallyZac Medico2011-02-071-6/+7
* ebuild_xattr: lazily import xattrZac Medico2011-01-301-2/+4
* Fix import.Arfrever Frehtes Taifersar Arahesis2010-08-291-2/+2
* Remove all svn $Id keywords.Zac Medico2010-03-241-1/+0
* Use dict.(keys|values|items)() instead of dict.(iterkeys|itervalues|iteritems...Arfrever Frehtes Taifersar Arahesis2009-09-211-1/+1
* Update syntax of 'except' statements for compatibility with Python 3.Arfrever Frehtes Taifersar Arahesis2009-09-201-5/+5
* Use plain ascii encoding for this file, in order to avoid error messages likeZac Medico2009-08-271-2/+1
* Replace _content_encoding, _fs_encoding, and _merge_encoding with directZac Medico2009-08-211-2/+2
* Use _content_encoding and _fs_encoding for unicode encoding/decoding.Zac Medico2009-08-171-1/+6
* Update imports to import portage.os (with unicode wrappers), and useZac Medico2009-08-111-9/+4
* Do not pass unicode strings into os.walk calls, since it can causeZac Medico2009-08-061-1/+8
* Thanks to Petteri Räty <betelgeuse@gentoo.org> for this new cache module whichZac Medico2009-03-011-0/+163