summaryrefslogtreecommitdiffstats
path: root/pym/portage
Commit message (Expand)AuthorAgeFilesLines
* Remove unused import.v2.2_rc37Zac Medico2009-08-091-1/+0
* Make everything safe for unicode (this should fix the elog modules thatZac Medico2009-08-091-1/+28
* Fix EOutput to safely write unicode to stderr/stdout. Thanks to Arfrever forZac Medico2009-08-091-14/+17
* Encode unicode messages as bytes in order to avoid TypeError fromZac Medico2009-08-091-6/+14
* Write log files in text mode (unicode). Thanks to Arfrever for reporting.Zac Medico2009-08-092-2/+6
* Always use encoding='utf_8' for unicode() calls.Zac Medico2009-08-094-5/+7
* Inside collect_ebuild_messages(), open elog files in text mode (unicode).Zac Medico2009-08-091-1/+3
* Convert scanelf output to unicode inside LinkageMap.rebuild().Zac Medico2009-08-081-0/+2
* Account for hardlinks when computing SIZE metadata.Zac Medico2009-08-081-1/+4
* Open repo_name in text mode (unicode).Zac Medico2009-08-071-1/+2
* In config.__setitem__(), convert keys/values to unicode in order to avoidZac Medico2009-08-071-1/+8
* Convert environment variables to unicode inside the config constructor, inZac Medico2009-08-071-1/+11
* Make spawn decode unicode in order to avoid a potential UnicodeEncodeErrorZac Medico2009-08-071-0/+11
* In getconfig(), specify utf_8 encoding for py3k.Zac Medico2009-08-061-1/+5
* In shlex_split(), don't encode unicode for py3k. Thanks to Arfrever.Zac Medico2009-08-061-1/+1
* Make getconfig() return unicode type and remove corresponding env_update()Zac Medico2009-08-062-11/+4
* Fix filter_loglevels() and filter_phases() to work with unicode.Zac Medico2009-08-061-2/+2
* Add a new portage.util.shlex_split() function to wrap all shlex.split() calls,Zac Medico2009-08-066-15/+28
* Filter PORTAGE_NONFATAL from the environment where appropriate.Zac Medico2009-08-061-1/+2
* Bug #280521 - Update selinux support to use the libselinux swig wrapper apiZac Medico2009-08-062-17/+105
* Inside _post_src_install_uid_fix() (since we're already walking the filesZac Medico2009-08-061-0/+7
* Add unicode conversions in various logging code.Zac Medico2009-08-061-5/+13
* Convert paths to unicode when working with CONTENTS.Zac Medico2009-08-061-0/+18
* Fix broken os.walk call in _post_src_install_uid_fix().Zac Medico2009-08-061-1/+1
* Use realpath to resolve __file__ when searching for test inside main().Zac Medico2009-08-061-1/+1
* Remove odd os.getcwd() call used inside main() when searching for tests.Zac Medico2009-08-061-1/+1
* Do not pass unicode strings into os.walk calls, since it can causeZac Medico2009-08-068-5/+73
* Fix transposition of CodecInfo streamreader and streamwriter attributesZac Medico2009-08-061-2/+2
* Fix UnicodeEncodeError in vardbapi._owners_cache._hash_str(), reported byZac Medico2009-08-051-1/+1
* Bug #280460 - Fix UnicodeDecodeError in env_update() due to non-unicodeZac Medico2009-08-051-0/+12
* s/utf8/utf_8/ for consistencyv2.2_rc36Zac Medico2009-08-051-1/+1
* Fix the FEATURES=parse-eapi-ebuild-head regex to handle comments on the sameZac Medico2009-08-051-1/+1
* Open ld.so.conf as text (unicode).Zac Medico2009-08-051-1/+2
* In _check_build_log(), open the log in text mode (unicode).Zac Medico2009-08-051-1/+2
* Open all files in binary mode for py3k compatibility.Zac Medico2009-08-041-15/+15
* Fix bindbapi.aux_get and aux_update to work with py3k/unicode.Zac Medico2009-08-041-7/+30
* Fix vardbapi._aux_get() to always return unicode.Zac Medico2009-08-041-2/+2
* Fix tar_contents() to open files in binary mode for py3k compatibility.Zac Medico2009-08-041-1/+1
* Always return unicode from vardbapi.aux_get().Zac Medico2009-08-041-2/+9
* Bug #280269 - Fix Atom.__str__ so that it doesn't try to encode a unicodeZac Medico2009-08-041-1/+3
* Bug #280269 - Fix StaticFileSet.multiBuilder() to handle unicode filenames.Zac Medico2009-08-041-0/+3
* Open CONTENTS in text mode (to avoid UnicodeEncodeError). Thanks to MarkosZac Medico2009-08-041-2/+5
* Avoid UnicodeEncodeError in writemsg(). Thanks to Markos ChandrasZac Medico2009-08-041-0/+3
* Bug #280275 - Fix exception: AttributeError: 'config' object has no attributeZac Medico2009-08-041-1/+2
* Revert the code from bug #278729 for now since it need to be redone in orderZac Medico2009-08-041-28/+6
* In the dep_zapdeps() code from bug #278729, set all_use_satisfied = FalseZac Medico2009-08-041-0/+1
* Fix dep_zapdeps exception 'ValueError: need more than 3 values to unpack'Zac Medico2009-08-041-1/+1
* Bug #280259 - Fix binarytree to always open the Packages file as unicode.Zac Medico2009-08-041-25/+7
* Bug #280259 - Use codecs.open() when reading the Packages file insideZac Medico2009-08-041-1/+3
* Fix a regression caused by the code from bug #278729, which causes incorrectZac Medico2009-08-041-4/+20