| Commit message (Expand) | Author | Age | Files | Lines |
* | Scheduler is now able to clean world set when removing a package. | Mounir Lamouri | 2009-08-15 | 3 | -16/+30 |
* | sets/files.py cleanPackages function stop calling lock and load | Mounir Lamouri | 2009-08-15 | 2 | -5/+20 |
* | Use elog in _eapi0_pkg_nofetch(). | Zac Medico | 2009-08-15 | 1 | -2/+2 |
* | Prepare 308 messages to localization. | Arfrever Frehtes Taifersar Arahesis | 2009-08-15 | 17 | -502/+511 |
* | Remove ACCEPT_PROPERTIES filtering since it's filtered on the python side. | Zac Medico | 2009-08-15 | 1 | -1/+1 |
* | Fix typo. | Zac Medico | 2009-08-15 | 1 | -1/+1 |
* | Remove ACCEPT_PROPERTIES variable generation code which isn't needed since, | Zac Medico | 2009-08-15 | 1 | -32/+0 |
* | Update import to import portage.os (with unicode wrappers), and use | Zac Medico | 2009-08-15 | 1 | -6/+5 |
* | Make movefile() use process.spawn() instead of getstatusoutput() when calling | Zac Medico | 2009-08-15 | 1 | -4/+5 |
* | Make _generate_hash_function() use _fs_encoding to encode the filename | Zac Medico | 2009-08-15 | 1 | -1/+2 |
* | In perform_checksum(), encode the filename with correct encoding before | Zac Medico | 2009-08-15 | 1 | -5/+12 |
* | Fix dblink._unmerge_pkgfiles() to use the correct version of perform_md5 | Zac Medico | 2009-08-15 | 2 | -2/+6 |
* | Fix broken _selinux_merge definition. | Zac Medico | 2009-08-14 | 1 | -1/+2 |
* | Add a portage._content_encoding constant, set to utf_8. | Zac Medico | 2009-08-14 | 2 | -10/+14 |
* | Use portage._fs_encoding where appropriage, and use strict handling for | Zac Medico | 2009-08-14 | 1 | -4/+17 |
* | Handle UnicodeDecodeError for os.walk() inside digestcheck(). | Zac Medico | 2009-08-14 | 1 | -2/+27 |
* | Use portage._fs_encoding where applicable. | Zac Medico | 2009-08-14 | 2 | -5/+7 |
* | Update imports to import portage.os (with unicode wrappers), and use | Zac Medico | 2009-08-14 | 7 | -25/+40 |
* | Update imports to import portage.os (with unicode wrappers). | Zac Medico | 2009-08-14 | 6 | -6/+12 |
* | Inside dblink.treewalk(), handle filenames with incorrect encoding like we | Zac Medico | 2009-08-14 | 2 | -49/+104 |
* | In dblink._unmerge_pkgfiles(), if the package appears to have been merged | Zac Medico | 2009-08-14 | 1 | -0/+14 |
* | Revert r14042 since we're not going to use it. | Zac Medico | 2009-08-14 | 1 | -4/+2 |
* | Add a clean_world attribute. | Zac Medico | 2009-08-14 | 1 | -2/+4 |
* | Don't hold references to config instances, since all that's really needed | Zac Medico | 2009-08-14 | 1 | -4/+4 |
* | Rename and log installed files that don't conform to portage._merge_encoding | Zac Medico | 2009-08-14 | 2 | -29/+110 |
* | _merge_encoding = sys.getfilesystemencoding() | Zac Medico | 2009-08-14 | 1 | -3/+1 |
* | Use portage._merge_encoding to encode/decode all filenames during | Zac Medico | 2009-08-14 | 4 | -20/+87 |
* | Don't 'del sys.modules["selinux"]' when selinux support isn't enabled in | Zac Medico | 2009-08-14 | 1 | -5/+1 |
* | Make sure portage.selinux and _selinux exist, even when import fails, so | Zac Medico | 2009-08-14 | 1 | -2/+3 |
* | Add an 'encoding' parameter to movefile(), so that we can make it obey | Zac Medico | 2009-08-14 | 1 | -3/+13 |
* | Don't use the unicode-wrapped os and shutil modules here since | Zac Medico | 2009-08-14 | 1 | -2/+5 |
* | Replace the selinux.spawn() function with a spawn_wrapper() function and | Zac Medico | 2009-08-14 | 2 | -24/+22 |
* | Make _ensure_default_encoding() provide a fallback for the codec returned | Zac Medico | 2009-08-14 | 1 | -2/+15 |
* | Use portage's selinux wrapper module for mkdir calls. | Zac Medico | 2009-08-14 | 1 | -6/+3 |
* | Create portage._merge_encoding and a corresponding _os_merge wrapper that | Zac Medico | 2009-08-13 | 1 | -9/+15 |
* | Add support for an 'encoding' parameter to _unicode_module_wrapper(). This | Zac Medico | 2009-08-13 | 1 | -15/+22 |
* | Add support for unwrapped/overridden attributes in _unicode_module_wrapper(). | Zac Medico | 2009-08-13 | 1 | -5/+12 |
* | Add py3k support to _unicode_decode(). | Zac Medico | 2009-08-13 | 1 | -2/+7 |
* | Bug #281355 - Handle IndexError inside reconstruct_eclasses(). | Zac Medico | 2009-08-13 | 1 | -0/+3 |
* | Set a limit of 30 backtracking attempts, since it's possible for it to | Zac Medico | 2009-08-12 | 1 | -3/+4 |
* | Use r'' for regex. | Zac Medico | 2009-08-12 | 1 | -1/+1 |
* | Bug #281133 - Fix the here-document code inside run_checks() to properly | Zac Medico | 2009-08-12 | 1 | -1/+1 |
* | Use _unicode_encode() and _unicode_decode() where appropriate. | Zac Medico | 2009-08-12 | 1 | -17/+21 |
* | Call _ensure_default_encoding() ASAP since writemsg() might not work without | Zac Medico | 2009-08-12 | 1 | -131/+132 |
* | Use _unicode_encode() where appropriate. | Zac Medico | 2009-08-12 | 2 | -7/+9 |
* | Use a single sys.hexversion conditional for both _unicode_func_wrapper() | Zac Medico | 2009-08-12 | 2 | -2/+3 |
* | Update imports to import portage.os (with unicode wrappers), and use | Zac Medico | 2009-08-12 | 2 | -17/+20 |
* | Implement ObjectProxy.__int__(). | Zac Medico | 2009-08-12 | 1 | -0/+3 |
* | Show a traceback when spawn() fails. | Zac Medico | 2009-08-12 | 1 | -0/+2 |
* | Update imports to import portage.os (with unicode wrappers), and use | Zac Medico | 2009-08-11 | 2 | -7/+7 |