portage.git
2009-08-09 Zac MedicoRemove unused import. v2.2_rc37
2009-08-09 Zac MedicoMake everything safe for unicode (this should fix the...
2009-08-09 Zac MedicoFix EOutput to safely write unicode to stderr/stdout...
2009-08-09 Zac MedicoFix typo in comment. Thanks to Arfrever.
2009-08-09 Zac MedicoEncode unicode messages as bytes in order to avoid...
2009-08-09 Zac MedicoWrite log files in text mode (unicode). Thanks to Arfre...
2009-08-09 Zac MedicoAlways use encoding='utf_8' for unicode() calls.
2009-08-09 Zac MedicoBug #280690 - Fix incorrect idendification of start...
2009-08-09 Zac MedicoInside collect_ebuild_messages(), open elog files in...
2009-08-08 Zac MedicoConvert scanelf output to unicode inside LinkageMap...
2009-08-08 Zac MedicoUse writemsg_stdout() for safe display of unicode overl...
2009-08-08 Zac MedicoUse writemsg_stdout() for safe unicode output.
2009-08-08 Zac MedicoAdd missing noiselevel argument in writemsg_stdout...
2009-08-08 Zac MedicoUse writemsg_stdout() for safe unicode output.
2009-08-08 Zac MedicoMove global portage import to the top and add writemsg and
2009-08-08 Zac MedicoSimplify command introspection inside usage().
2009-08-08 Zac MedicoIn Task.__str__(), emulate tuple.__str__, but don't...
2009-08-08 Zac MedicoAccount for hardlinks when computing SIZE metadata.
2009-08-07 Zac MedicoUse writemsg_stdout() for safe unicode output.
2009-08-07 Zac MedicoOpen repo_name in text mode (unicode).
2009-08-07 Zac MedicoIn config.__setitem__(), convert keys/values to unicode...
2009-08-07 Zac MedicoConvert environment variables to unicode inside the...
2009-08-07 Zac MedicoMake spawn decode unicode in order to avoid a potential...
2009-08-06 Zac MedicoIn getconfig(), specify utf_8 encoding for py3k.
2009-08-06 Zac MedicoIn shlex_split(), don't encode unicode for py3k. Thanks...
2009-08-06 Zac MedicoMake getconfig() return unicode type and remove corresp...
2009-08-06 Zac MedicoFix filter_loglevels() and filter_phases() to work...
2009-08-06 Zac MedicoAdd a new portage.util.shlex_split() function to wrap...
2009-08-06 Zac MedicoFilter PORTAGE_NONFATAL from the environment where...
2009-08-06 Zac MedicoBug #280521 - Update selinux support to use the libseli...
2009-08-06 Arfrever Frehtes... Implement nonfatal().
2009-08-06 Zac MedicoBug #277537 - Synchronize order of PATH elements with...
2009-08-06 Zac MedicoBug #277544 - Add missing -c switch in bzip2 arguments...
2009-08-06 Zac MedicoInside _post_src_install_uid_fix() (since we're already...
2009-08-06 Zac MedicoConvert unicode if necessary before writing to stdout.
2009-08-06 Zac MedicoAdd unicode conversions in various logging code.
2009-08-06 Zac MedicoConvert paths to unicode when working with CONTENTS.
2009-08-06 Zac MedicoFix broken os.walk call in _post_src_install_uid_fix().
2009-08-06 Zac MedicoUse realpath to resolve __file__ when searching for...
2009-08-06 Zac MedicoRemove odd os.getcwd() call used inside main() when...
2009-08-06 Zac MedicoDo not pass unicode strings into os.walk calls, since...
2009-08-06 Zac MedicoFix transposition of CodecInfo streamreader and streamw...
2009-08-05 Zac MedicoFix UnicodeEncodeError in vardbapi._owners_cache._hash_...
2009-08-05 Zac MedicoBug #280460 - Fix UnicodeDecodeError in env_update...
2009-08-05 Fabian Groffencorrect pointer, as pointed out by darkside in IRC
2009-08-05 Zac MedicoFix insert_optional_args() to properly handle thinks...
2009-08-05 Zac Medicos/utf8/utf_8/ for consistency v2.2_rc36
2009-08-05 Zac MedicoFix the FEATURES=parse-eapi-ebuild-head regex to handle...
2009-08-05 Zac MedicoOpen ld.so.conf as text (unicode).
2009-08-05 Zac MedicoIn _check_build_log(), open the log in text mode (unicode).
2009-08-05 Zac MedicoOpen file in text mode (unicode) where appropriate.
2009-08-04 Zac MedicoOpen all files in binary mode for py3k compatibility.
2009-08-04 Zac MedicoFix bindbapi.aux_get and aux_update to work with py3k...
2009-08-04 Zac MedicoAvoid UnicodeEncodeError with unicode package.mask...
2009-08-04 Zac MedicoFix vardbapi._aux_get() to always return unicode.
2009-08-04 Zac MedicoFix tar_contents() to open files in binary mode for...
2009-08-04 Zac MedicoAlways return unicode from vardbapi.aux_get().
2009-08-04 Zac MedicoDecode arguments to unicode if necessary (needed at...
2009-08-04 Zac MedicoBug #280269 - Fix Atom.__str__ so that it doesn't try...
2009-08-04 Zac MedicoBug #280269 - Decode commandline arguments to unicode...
2009-08-04 Zac MedicoBug #280269 - Fix StaticFileSet.multiBuilder() to handl...
2009-08-04 Zac MedicoOpen CONTENTS in text mode (to avoid UnicodeEncodeError...
2009-08-04 Zac MedicoOpen log files in text mode (to avoid UnicodeEncodeErro...
2009-08-04 Zac MedicoAvoid UnicodeEncodeError in writemsg(). Thanks to Marko...
2009-08-04 Zac MedicoBug #280275 - Fix exception: AttributeError: 'config...
2009-08-04 Zac MedicoBug #280320 - Fix broken _emerge.main ImportError handler..
2009-08-04 Zac MedicoRevert the code from bug #278729 for now since it need...
2009-08-04 Zac MedicoIn the dep_zapdeps() code from bug #278729, set all_use...
2009-08-04 Zac MedicoFix dep_zapdeps exception 'ValueError: need more than...
2009-08-04 Zac MedicoBug #280259 - Fix emaint to call binarytree._load_pkgin...
2009-08-04 Zac MedicoBug #280259 - Fix binarytree to always open the Package...
2009-08-04 Zac MedicoBug #280259 - Use codecs.open() when reading the Packag...
2009-08-04 Zac MedicoFix a regression caused by the code from bug #278729...
2009-08-04 Arfrever Frehtes... Set "emerge" xterm title at the beginning of running...
2009-08-04 Zac MedicoAdd a PDEPEND.suspect category. v2.2_rc34 v2.2_rc35
2009-08-03 Zac MedicoFix NameError from r13880. Thanks to Arfrever for repor...
2009-08-03 Zac MedicoMake the USE=test RDEPEND check (bug #236786) also...
2009-08-03 Zac MedicoBug #278729 - Inside dep_zapdeps(), ignore USE dependen...
2009-08-03 Zac MedicoBug #278729 - Add an Atom.without_use attribute which...
2009-08-03 Zac MedicoRemove the code from bug #278895 since we're going...
2009-08-01 Zac MedicoOnly treat non-negative integers as valid in insert_opt...
2009-08-01 Zac MedicoAdd support for --usepkg=n so that it's possible to...
2009-08-01 Zac MedicoAdd support for --complete-graph=n so that it's possibl...
2009-07-31 Zac MedicoIn the _check_build_log(), exclude output from dev...
2009-07-30 Zac MedicoIn depgraph._show_slot_collision_notice(), display...
2009-07-30 Zac MedicoBug #276264 - Advise manual removal of the metadata...
2009-07-30 Zac MedicoAdd a python-based setsid script for use with USERLAND...
2009-07-30 Zac MedicoFix breakage in owners() handling of abs paths.
2009-07-30 Zac MedicoMove the setsid code (from bug #278895) as early as...
2009-07-30 Mounir LamouriUpdating find_updated_config_files function description
2009-07-30 Zac MedicoRename get_updated_config_files() to find_updated_confi...
2009-07-30 Mounir LamouriAdd get_updated_config_files in portage API
2009-07-30 Zac MedicoInside die(), only send the signal for subshell die...
2009-07-30 Zac MedicoBug #278895 - Make ebuild.sh clean up orphaned processe...
2009-07-29 Zac MedicoFix depgraph._show_missed_update() to keep each $ROOT...
2009-07-29 Zac MedicoAccount for $ROOT inside depgraph._show_missed_update_u...
2009-07-28 Zac MedicoRemove redundant loop inside depgraph._show_missed_upda...
2009-07-28 Zac MedicoWhen backtracking due to an unsatisfied dependency...
2009-07-25 Zac MedicoFix --onlydeps breakage. Thanks to Arfrever for reporting.
2009-07-22 Zac MedicoBug #270040 - Make repoman parse the categories file...
next