summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Open new items in text mode (unicode), and safely handle unicode in news itemv2.2_rc38Zac Medico2009-08-101-1/+5
* Bug #280962 - Fix broken path normalization insideZac Medico2009-08-101-9/+10
* Use writemsg_stdout() for safe unicode output of --list-sets.Zac Medico2009-08-101-3/+2
* Fix PreservedLibsRegistry.pruneNonExisting() to work with $ROOT.Zac Medico2009-08-101-4/+9
* Don't trigger the --root-deps code for removal actions such as --prune andZac Medico2009-08-101-7/+8
* In calc_depclean(), sort packages that are displayed due to being pulledZac Medico2009-08-101-1/+2
* Tweak $ROOT handling inside depgraph._add_pkg_deps() for removal actions,Zac Medico2009-08-101-0/+2
* Inside calc_depclean(), use LinkageMap.findConsumers() for checkingZac Medico2009-08-101-15/+11
* 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
* Fix typo in comment. Thanks to Arfrever.Zac Medico2009-08-091-2/+2
* 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
* Bug #280690 - Fix incorrect idendification of start quote as end quote whenZac Medico2009-08-091-1/+6
* 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
* Use writemsg_stdout() for safe display of unicode overlay paths.Zac Medico2009-08-081-1/+1
* Use writemsg_stdout() for safe unicode output.Zac Medico2009-08-081-8/+18
* Add missing noiselevel argument in writemsg_stdout() calls.Zac Medico2009-08-081-3/+5
* Use writemsg_stdout() for safe unicode output.Zac Medico2009-08-081-14/+15
* Move global portage import to the top and add writemsg andZac Medico2009-08-081-20/+23
* Simplify command introspection inside usage().Zac Medico2009-08-081-6/+3
* In Task.__str__(), emulate tuple.__str__, but don't show 'foo' as u'foo' forZac Medico2009-08-081-2/+5
* Account for hardlinks when computing SIZE metadata.Zac Medico2009-08-081-1/+4
* Use writemsg_stdout() for safe unicode output.Zac Medico2009-08-071-17/+3
* 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-0611-32/+42
* Filter PORTAGE_NONFATAL from the environment where appropriate.Zac Medico2009-08-062-2/+3
* Bug #280521 - Update selinux support to use the libselinux swig wrapper apiZac Medico2009-08-062-17/+105
* Implement nonfatal().Arfrever Frehtes Taifersar Arahesis2009-08-061-0/+16
* Bug #277537 - Synchronize order of PATH elements with the order defined byZac Medico2009-08-061-2/+2
* Bug #277544 - Add missing -c switch in bzip2 arguments. Thanks to Michał GórnyZac Medico2009-08-061-1/+1
* Inside _post_src_install_uid_fix() (since we're already walking the filesZac Medico2009-08-061-0/+7
* Convert unicode if necessary before writing to stdout.Zac Medico2009-08-061-11/+12
* Add unicode conversions in various logging code.Zac Medico2009-08-063-5/+24
* 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