| Commit message (Expand) | Author | Age | Files | Lines |
* | Use writemsg_stdout() for safe unicode output. | Zac Medico | 2009-08-08 | 1 | -14/+15 |
* | Move global portage import to the top and add writemsg and | Zac Medico | 2009-08-08 | 1 | -20/+23 |
* | Simplify command introspection inside usage(). | Zac Medico | 2009-08-08 | 1 | -6/+3 |
* | In Task.__str__(), emulate tuple.__str__, but don't show 'foo' as u'foo' for | Zac Medico | 2009-08-08 | 1 | -2/+5 |
* | Account for hardlinks when computing SIZE metadata. | Zac Medico | 2009-08-08 | 1 | -1/+4 |
* | Use writemsg_stdout() for safe unicode output. | Zac Medico | 2009-08-07 | 1 | -17/+3 |
* | Open repo_name in text mode (unicode). | Zac Medico | 2009-08-07 | 1 | -1/+2 |
* | In config.__setitem__(), convert keys/values to unicode in order to avoid | Zac Medico | 2009-08-07 | 1 | -1/+8 |
* | Convert environment variables to unicode inside the config constructor, in | Zac Medico | 2009-08-07 | 1 | -1/+11 |
* | Make spawn decode unicode in order to avoid a potential UnicodeEncodeError | Zac Medico | 2009-08-07 | 1 | -0/+11 |
* | In getconfig(), specify utf_8 encoding for py3k. | Zac Medico | 2009-08-06 | 1 | -1/+5 |
* | In shlex_split(), don't encode unicode for py3k. Thanks to Arfrever. | Zac Medico | 2009-08-06 | 1 | -1/+1 |
* | Make getconfig() return unicode type and remove corresponding env_update() | Zac Medico | 2009-08-06 | 2 | -11/+4 |
* | Fix filter_loglevels() and filter_phases() to work with unicode. | Zac Medico | 2009-08-06 | 1 | -2/+2 |
* | Add a new portage.util.shlex_split() function to wrap all shlex.split() calls, | Zac Medico | 2009-08-06 | 11 | -32/+42 |
* | Filter PORTAGE_NONFATAL from the environment where appropriate. | Zac Medico | 2009-08-06 | 2 | -2/+3 |
* | Bug #280521 - Update selinux support to use the libselinux swig wrapper api | Zac Medico | 2009-08-06 | 2 | -17/+105 |
* | Implement nonfatal(). | Arfrever Frehtes Taifersar Arahesis | 2009-08-06 | 1 | -0/+16 |
* | Bug #277537 - Synchronize order of PATH elements with the order defined by | Zac Medico | 2009-08-06 | 1 | -2/+2 |
* | Bug #277544 - Add missing -c switch in bzip2 arguments. Thanks to Michał Górny | Zac Medico | 2009-08-06 | 1 | -1/+1 |
* | Inside _post_src_install_uid_fix() (since we're already walking the files | Zac Medico | 2009-08-06 | 1 | -0/+7 |
* | Convert unicode if necessary before writing to stdout. | Zac Medico | 2009-08-06 | 1 | -11/+12 |
* | Add unicode conversions in various logging code. | Zac Medico | 2009-08-06 | 3 | -5/+24 |
* | Convert paths to unicode when working with CONTENTS. | Zac Medico | 2009-08-06 | 1 | -0/+18 |
* | Fix broken os.walk call in _post_src_install_uid_fix(). | Zac Medico | 2009-08-06 | 1 | -1/+1 |
* | Use realpath to resolve __file__ when searching for test inside main(). | Zac Medico | 2009-08-06 | 1 | -1/+1 |
* | Remove odd os.getcwd() call used inside main() when searching for tests. | Zac Medico | 2009-08-06 | 1 | -1/+1 |
* | Do not pass unicode strings into os.walk calls, since it can cause | Zac Medico | 2009-08-06 | 8 | -5/+73 |
* | Fix transposition of CodecInfo streamreader and streamwriter attributes | Zac Medico | 2009-08-06 | 1 | -2/+2 |
* | Fix UnicodeEncodeError in vardbapi._owners_cache._hash_str(), reported by | Zac Medico | 2009-08-05 | 1 | -1/+1 |
* | Bug #280460 - Fix UnicodeDecodeError in env_update() due to non-unicode | Zac Medico | 2009-08-05 | 1 | -0/+12 |
* | correct pointer, as pointed out by darkside in IRC | Fabian Groffen | 2009-08-05 | 1 | -1/+1 |
* | Fix insert_optional_args() to properly handle thinks like -Dk which require | Zac Medico | 2009-08-05 | 1 | -1/+3 |
* | s/utf8/utf_8/ for consistencyv2.2_rc36 | Zac Medico | 2009-08-05 | 1 | -1/+1 |
* | Fix the FEATURES=parse-eapi-ebuild-head regex to handle comments on the same | Zac Medico | 2009-08-05 | 1 | -1/+1 |
* | Open ld.so.conf as text (unicode). | Zac Medico | 2009-08-05 | 1 | -1/+2 |
* | In _check_build_log(), open the log in text mode (unicode). | Zac Medico | 2009-08-05 | 1 | -1/+2 |
* | Open file in text mode (unicode) where appropriate. | Zac Medico | 2009-08-05 | 9 | -9/+34 |
* | Open all files in binary mode for py3k compatibility. | Zac Medico | 2009-08-04 | 1 | -15/+15 |
* | Fix bindbapi.aux_get and aux_update to work with py3k/unicode. | Zac Medico | 2009-08-04 | 1 | -7/+30 |
* | Avoid UnicodeEncodeError with unicode package.mask comments. Thanks to | Zac Medico | 2009-08-04 | 1 | -0/+5 |
* | Fix vardbapi._aux_get() to always return unicode. | Zac Medico | 2009-08-04 | 1 | -2/+2 |
* | Fix tar_contents() to open files in binary mode for py3k compatibility. | Zac Medico | 2009-08-04 | 1 | -1/+1 |
* | Always return unicode from vardbapi.aux_get(). | Zac Medico | 2009-08-04 | 1 | -2/+9 |
* | Decode arguments to unicode if necessary (needed at least for unicode file | Zac Medico | 2009-08-04 | 1 | -2/+7 |
* | Bug #280269 - Fix Atom.__str__ so that it doesn't try to encode a unicode | Zac Medico | 2009-08-04 | 1 | -1/+3 |
* | Bug #280269 - Decode commandline arguments to unicode when necessary. | Zac Medico | 2009-08-04 | 1 | -0/+4 |
* | Bug #280269 - Fix StaticFileSet.multiBuilder() to handle unicode filenames. | Zac Medico | 2009-08-04 | 1 | -0/+3 |
* | Open CONTENTS in text mode (to avoid UnicodeEncodeError). Thanks to Markos | Zac Medico | 2009-08-04 | 1 | -2/+5 |
* | Open log files in text mode (to avoid UnicodeEncodeError). Thanks to Markos | Zac Medico | 2009-08-04 | 1 | -3/+7 |