summaryrefslogtreecommitdiffstats
path: root/pym
Commit message (Expand)AuthorAgeFilesLines
* Update imports to import portage.os (with unicode wrappers).Zac Medico2009-08-146-6/+12
* Inside dblink.treewalk(), handle filenames with incorrect encoding like weZac Medico2009-08-142-49/+104
* In dblink._unmerge_pkgfiles(), if the package appears to have been mergedZac Medico2009-08-141-0/+14
* Revert r14042 since we're not going to use it.Zac Medico2009-08-141-4/+2
* Add a clean_world attribute.Zac Medico2009-08-141-2/+4
* Don't hold references to config instances, since all that's really neededZac Medico2009-08-141-4/+4
* Rename and log installed files that don't conform to portage._merge_encodingZac Medico2009-08-142-29/+110
* _merge_encoding = sys.getfilesystemencoding()Zac Medico2009-08-141-3/+1
* Use portage._merge_encoding to encode/decode all filenames duringZac Medico2009-08-144-20/+87
* Don't 'del sys.modules["selinux"]' when selinux support isn't enabled inZac Medico2009-08-141-5/+1
* Make sure portage.selinux and _selinux exist, even when import fails, soZac Medico2009-08-141-2/+3
* Add an 'encoding' parameter to movefile(), so that we can make it obeyZac Medico2009-08-141-3/+13
* Don't use the unicode-wrapped os and shutil modules here sinceZac Medico2009-08-141-2/+5
* Replace the selinux.spawn() function with a spawn_wrapper() function andZac Medico2009-08-142-24/+22
* Make _ensure_default_encoding() provide a fallback for the codec returnedZac Medico2009-08-141-2/+15
* Use portage's selinux wrapper module for mkdir calls.Zac Medico2009-08-141-6/+3
* Create portage._merge_encoding and a corresponding _os_merge wrapper thatZac Medico2009-08-131-9/+15
* Add support for an 'encoding' parameter to _unicode_module_wrapper(). ThisZac Medico2009-08-131-15/+22
* Add support for unwrapped/overridden attributes in _unicode_module_wrapper().Zac Medico2009-08-131-5/+12
* Add py3k support to _unicode_decode().Zac Medico2009-08-131-2/+7
* Bug #281355 - Handle IndexError inside reconstruct_eclasses().Zac Medico2009-08-131-0/+3
* Set a limit of 30 backtracking attempts, since it's possible for it toZac Medico2009-08-121-3/+4
* Use r'' for regex.Zac Medico2009-08-121-1/+1
* Bug #281133 - Fix the here-document code inside run_checks() to properlyZac Medico2009-08-121-1/+1
* Use _unicode_encode() and _unicode_decode() where appropriate.Zac Medico2009-08-121-17/+21
* Call _ensure_default_encoding() ASAP since writemsg() might not work withoutZac Medico2009-08-121-131/+132
* Use _unicode_encode() where appropriate.Zac Medico2009-08-122-7/+9
* 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-113-3/+165
* 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-1122-156/+57
* 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
* 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