summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Use a single sys.hexversion conditional for both _unicode_func_wrapper()Zac Medico2009-08-122-2/+3
* Update imports to import portage.os (with unicode wrappers), and useZac Medico2009-08-122-17/+20
* Implement ObjectProxy.__int__().Zac Medico2009-08-121-0/+3
* Show a traceback when spawn() fails.Zac Medico2009-08-121-0/+2
* Update imports to import portage.os (with unicode wrappers), and useZac Medico2009-08-112-7/+7
* Update imports to import portage.os (with unicode wrappers), and useZac Medico2009-08-114-51/+51
* Update imports to import portage.os (with unicode wrappers), and useZac Medico2009-08-117-36/+46
* Wrap portage.data.lchown() for unicode support in python-2.x.Zac Medico2009-08-112-2/+6
* Filter ACCEPT_PROPERTIES from the ebuild environment, since unlikeZac Medico2009-08-111-2/+2
* Update imports to import portage.os (with unicode wrappers), and useZac Medico2009-08-112-19/+16
* Temporarily delete the os and shutil imports, to ensure that only theZac Medico2009-08-111-2/+10
* Add ACCEPT_PROPERTIES variable which has default value * and can be set inMounir Lamouri2009-08-114-4/+166
* Update imports to import portage.os and portage.shutil (with unicodeZac Medico2009-08-112-35/+27
* Update imports to import portage.os (with unicode wrappers), and useZac Medico2009-08-1113-110/+29
* Update imports to import portage.os (with unicode wrappers), and useZac Medico2009-08-1111-71/+27
* Update imports to import portage.os (with unicode wrappers), and useZac Medico2009-08-1135-170/+82
* Avoid using the wrapped os.read(), in order to avoid differing behaviorZac Medico2009-08-111-9/+4
* Fix breakage from previous commit.Zac Medico2009-08-111-1/+1
* Fix unicode support for compatibility with the new wrapped os module, andZac Medico2009-08-112-63/+31
* Bug #280460 - Wrap portage.os with unicode encode/decode wrappers.Zac Medico2009-08-102-2/+4
* This is an unused commandline interface to xpak.xpak().Zac Medico2009-08-101-18/+0
* Add portage ImportError sys.path insertion.Zac Medico2009-08-101-0/+7
* This is an uneeded script for parsing ldd output.Zac Medico2009-08-101-44/+0
* This definitely obsolete.Zac Medico2009-08-101-31/+0
* This is an obsolete shell script for applying package moves vardb entry.Zac Medico2009-08-101-20/+0
* This script is obsolete since manifest 2.Zac Medico2009-08-101-100/+0
* This old script does checksums on installed files. People use equery for thisZac Medico2009-08-101-66/+0
* This is a commandline interface to pkgsplit() that probably isn't used byZac Medico2009-08-101-20/+0
* This is an old emerge profiling script that probably doesn't work.Zac Medico2009-08-101-44/+0
* Add portage ImportError sys.path insertion.Zac Medico2009-08-101-1/+8
* Bug #280460 - Wrap os and os.path modules with unicode encode/decodeZac Medico2009-08-102-1/+69
* Bug #280998 - Misc selinux fixes. Thanks to Chris PeBenitoZac Medico2009-08-102-10/+15
* 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