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