summaryrefslogtreecommitdiffstats
path: root/pym/portage/__init__.py
Commit message (Expand)AuthorAgeFilesLines
* Call _ensure_default_encoding() ASAP since writemsg() might not work withoutZac Medico2009-08-121-131/+132
* Use _unicode_encode() where appropriate.Zac Medico2009-08-121-5/+7
* Use a single sys.hexversion conditional for both _unicode_func_wrapper()Zac Medico2009-08-121-0/+2
* Update imports to import portage.os (with unicode wrappers), and useZac Medico2009-08-121-2/+4
* Wrap portage.data.lchown() for unicode support in python-2.x.Zac Medico2009-08-111-2/+3
* 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-111-0/+1
* 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-111-1/+157
* Update imports to import portage.os and portage.shutil (with unicodeZac Medico2009-08-111-13/+13
* 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-111-23/+8
* Bug #280460 - Wrap portage.os with unicode encode/decode wrappers.Zac Medico2009-08-101-0/+2
* Bug #280460 - Wrap os and os.path modules with unicode encode/decodeZac Medico2009-08-101-0/+65
* Bug #280998 - Misc selinux fixes. Thanks to Chris PeBenitoZac Medico2009-08-101-7/+4
* Always use encoding='utf_8' for unicode() calls.Zac Medico2009-08-091-1/+1
* Account for hardlinks when computing SIZE metadata.Zac Medico2009-08-081-1/+4
* 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 getconfig() return unicode type and remove corresponding env_update()Zac Medico2009-08-061-11/+0
* Add a new portage.util.shlex_split() function to wrap all shlex.split() calls,Zac Medico2009-08-061-4/+3
* Filter PORTAGE_NONFATAL from the environment where appropriate.Zac Medico2009-08-061-1/+2
* Bug #280521 - Update selinux support to use the libselinux swig wrapper apiZac Medico2009-08-061-14/+11
* Inside _post_src_install_uid_fix() (since we're already walking the filesZac Medico2009-08-061-0/+7
* Fix broken os.walk call in _post_src_install_uid_fix().Zac Medico2009-08-061-1/+1
* Do not pass unicode strings into os.walk calls, since it can causeZac Medico2009-08-061-0/+11
* Fix transposition of CodecInfo streamreader and streamwriter attributesZac Medico2009-08-061-2/+2
* Bug #280460 - Fix UnicodeDecodeError in env_update() due to non-unicodeZac Medico2009-08-051-0/+12
* Fix the FEATURES=parse-eapi-ebuild-head regex to handle comments on the sameZac Medico2009-08-051-1/+1
* Open ld.so.conf as text (unicode).Zac Medico2009-08-051-1/+2
* In _check_build_log(), open the log in text mode (unicode).Zac Medico2009-08-051-1/+2
* Bug #280275 - Fix exception: AttributeError: 'config' object has no attributeZac Medico2009-08-041-1/+2
* Revert the code from bug #278729 for now since it need to be redone in orderZac Medico2009-08-041-28/+6
* In the dep_zapdeps() code from bug #278729, set all_use_satisfied = FalseZac Medico2009-08-041-0/+1
* Fix dep_zapdeps exception 'ValueError: need more than 3 values to unpack'Zac Medico2009-08-041-1/+1
* Fix a regression caused by the code from bug #278729, which causes incorrectZac Medico2009-08-041-4/+20
* Bug #278729 - Inside dep_zapdeps(), ignore USE dependencies since we don'tZac Medico2009-08-031-1/+6
* Remove the code from bug #278895 since we're going to need a daemon processZac Medico2009-08-031-1/+0
* In the _check_build_log(), exclude output from dev-libs/yaz-3.0.47 whichZac Medico2009-07-311-1/+6
* Bug #278895 - Make ebuild.sh clean up orphaned processes that may have beenZac Medico2009-07-301-0/+1
* Always pass encodings='utf_8' to codecs.open(), since otherwise it canZac Medico2009-07-201-2/+2
* Make portage.listdir() and dbapi.cp_list() return unicode.Zac Medico2009-07-201-0/+2
* Optimize USE_EXPAND -> USE code inside config.setcpv(). Thanks toZac Medico2009-07-121-19/+29
* Remove leading slash from appropriate paths inside portage.const, so thatZac Medico2009-07-121-16/+15
* Optimize USE_EXPAND -> USE code inside config.setcpv(). Thanks toZac Medico2009-07-111-11/+4
* Bug #276957 - Fix dropped "in graph" choice for runtime deps inside dep_zapdeps.Zac Medico2009-07-071-0/+2
* Bug #273622 - Add pkg_pretend support for the ebuild(1) command (emergeZac Medico2009-07-061-1/+5
* Fix broken reference to possible_upgrades inside dep_zapdeps().Zac Medico2009-07-051-1/+1
* Assume utf_8 encoding when reading raw ebuild metadata.Zac Medico2009-07-041-1/+2