portage.git
2009-08-19 Zac MedicoRemove unused os import.
2009-08-19 Zac MedicoUse portage.os and _encodings where appropriate.
2009-08-19 Zac MedicoUse portage.os and _encodings where appropriate.
2009-08-18 Zac MedicoUse portage.os and _encodings['fs'] where appropriate.
2009-08-18 Zac MedicoUse errors='backslashreplace' instead of 'replace'...
2009-08-18 Zac MedicoReplace the _{content,fs,merge}_encoding attributes...
2009-08-18 Zac MedicoUse _content_encoding and _fs_encoding, and use strict...
2009-08-18 Zac MedicoUse the new portage.output._init(config_root) function.
2009-08-18 Zac MedicoUse _content_encoding where appropriate.
2009-08-18 Zac MedicoDon't wrap os.popen().
2009-08-18 Zac MedicoBug #270866 - Validate News-Item-Format headers.
2009-08-18 Zac MedicoUse _content_encoding and _fs_encoding where appropriat...
2009-08-18 Zac MedicoUse _content_encoding and _fs_encoding where appropriate.
2009-08-18 Zac MedicoImplement lazy loading of color.map when either the...
2009-08-18 Zac MedicoUse st_* attributes instead of the stat module.
2009-08-17 Zac MedicoBug #277619 - Fix news item relevance logic. Thanks...
2009-08-17 Zac MedicoUse portage.os, _content_encoding, and _fs_encoding...
2009-08-17 Zac MedicoEnable error='strict' when encoding arguments inside...
2009-08-17 Zac MedicoUse portage.os, _content_encoding, and _fs_encoding...
2009-08-17 Zac MedicoTest the edge case.
2009-08-17 Arfrever Frehtes... Add 'return False' which was missing from the previous...
2009-08-17 Arfrever Frehtes... Print a warning when nonexistent files have been passed...
2009-08-17 Zac MedicoUse portage.os and _fs_encoding where appropriate,...
2009-08-17 Zac MedicoWhen _unicode_func_wrapper() decodes a string in a...
2009-08-17 Zac MedicoUse _content_encoding and _fs_encoding for unicode...
2009-08-16 Mounir LamouriUse a clean listener system for portage.elog instead...
2009-08-15 Mounir LamouriScheduler is now able to clean world set when removing...
2009-08-15 Mounir Lamourisets/files.py cleanPackages function stop calling lock...
2009-08-15 Zac MedicoUse elog in _eapi0_pkg_nofetch().
2009-08-15 Arfrever Frehtes... Prepare 308 messages to localization.
2009-08-15 Zac MedicoRemove ACCEPT_PROPERTIES filtering since it's filtered...
2009-08-15 Zac MedicoFix typo.
2009-08-15 Zac MedicoRemove ACCEPT_PROPERTIES variable generation code which...
2009-08-15 Zac MedicoUpdate import to import portage.os (with unicode wrappe...
2009-08-15 Zac MedicoMake movefile() use process.spawn() instead of getstatu...
2009-08-15 Zac MedicoMake _generate_hash_function() use _fs_encoding to...
2009-08-15 Zac MedicoIn perform_checksum(), encode the filename with correct...
2009-08-15 Zac MedicoFix dblink._unmerge_pkgfiles() to use the correct versi...
2009-08-14 Zac MedicoFix broken _selinux_merge definition.
2009-08-14 Zac MedicoAdd a portage._content_encoding constant, set to utf_8.
2009-08-14 Zac MedicoUse portage._fs_encoding where appropriage, and use...
2009-08-14 Zac MedicoHandle UnicodeDecodeError for os.walk() inside digestch...
2009-08-14 Zac MedicoUse portage._fs_encoding where applicable.
2009-08-14 Zac MedicoUpdate imports to import portage.os (with unicode wrapp...
2009-08-14 Zac MedicoUpdate imports to import portage.os (with unicode wrapp...
2009-08-14 Zac MedicoInside dblink.treewalk(), handle filenames with incorre...
2009-08-14 Zac MedicoIn dblink._unmerge_pkgfiles(), if the package appears...
2009-08-14 Zac MedicoRevert r14042 since we're not going to use it.
2009-08-14 Zac MedicoAdd a clean_world attribute.
2009-08-14 Zac MedicoDon't hold references to config instances, since all...
2009-08-14 Zac MedicoRename and log installed files that don't conform to...
2009-08-14 Zac Medico_merge_encoding = sys.getfilesystemencoding()
2009-08-14 Zac MedicoUse portage._merge_encoding to encode/decode all filena...
2009-08-14 Zac MedicoDon't 'del sys.modules["selinux"]' when selinux support...
2009-08-14 Zac MedicoMake sure portage.selinux and _selinux exist, even...
2009-08-14 Zac MedicoAdd an 'encoding' parameter to movefile(), so that...
2009-08-14 Zac MedicoDon't use the unicode-wrapped os and shutil modules...
2009-08-14 Zac MedicoReplace the selinux.spawn() function with a spawn_wrapp...
2009-08-14 Zac MedicoMake _ensure_default_encoding() provide a fallback...
2009-08-14 Zac MedicoUse portage's selinux wrapper module for mkdir calls.
2009-08-13 Zac MedicoCreate portage._merge_encoding and a corresponding...
2009-08-13 Zac MedicoAdd support for an 'encoding' parameter to _unicode_mod...
2009-08-13 Zac MedicoAdd support for unwrapped/overridden attributes in...
2009-08-13 Zac MedicoAdd py3k support to _unicode_decode().
2009-08-13 Zac MedicoBug #281355 - Handle IndexError inside reconstruct_ecla...
2009-08-12 Zac MedicoSet a limit of 30 backtracking attempts, since it's...
2009-08-12 Zac MedicoUse r'' for regex.
2009-08-12 Zac MedicoBug #281133 - Fix the here-document code inside run_che...
2009-08-12 Zac MedicoUse _unicode_encode() and _unicode_decode() where appro...
2009-08-12 Zac MedicoCall _ensure_default_encoding() ASAP since writemsg...
2009-08-12 Zac MedicoUse _unicode_encode() where appropriate.
2009-08-12 Zac MedicoUse a single sys.hexversion conditional for both _unico...
2009-08-12 Zac MedicoUpdate imports to import portage.os (with unicode wrapp...
2009-08-12 Zac MedicoImplement ObjectProxy.__int__().
2009-08-12 Zac MedicoShow a traceback when spawn() fails.
2009-08-11 Zac MedicoUpdate imports to import portage.os (with unicode wrapp...
2009-08-11 Zac MedicoUpdate imports to import portage.os (with unicode wrapp...
2009-08-11 Zac MedicoUpdate imports to import portage.os (with unicode wrapp...
2009-08-11 Zac MedicoWrap portage.data.lchown() for unicode support in pytho...
2009-08-11 Zac MedicoFilter ACCEPT_PROPERTIES from the ebuild environment...
2009-08-11 Zac MedicoUpdate imports to import portage.os (with unicode wrapp...
2009-08-11 Zac MedicoTemporarily delete the os and shutil imports, to ensure...
2009-08-11 Mounir LamouriAdd ACCEPT_PROPERTIES variable which has default value...
2009-08-11 Zac MedicoUpdate imports to import portage.os and portage.shutil...
2009-08-11 Zac MedicoUpdate imports to import portage.os (with unicode wrapp...
2009-08-11 Zac MedicoUpdate imports to import portage.os (with unicode wrapp...
2009-08-11 Zac MedicoUpdate imports to import portage.os (with unicode wrapp...
2009-08-11 Zac MedicoAvoid using the wrapped os.read(), in order to avoid...
2009-08-11 Zac MedicoFix breakage from previous commit.
2009-08-11 Zac MedicoFix unicode support for compatibility with the new...
2009-08-10 Zac MedicoBug #280460 - Wrap portage.os with unicode encode/decod...
2009-08-10 Zac MedicoThis is an unused commandline interface to xpak.xpak().
2009-08-10 Zac MedicoAdd portage ImportError sys.path insertion.
2009-08-10 Zac MedicoThis is an uneeded script for parsing ldd output.
2009-08-10 Zac MedicoThis definitely obsolete.
2009-08-10 Zac MedicoThis is an obsolete shell script for applying package...
2009-08-10 Zac MedicoThis script is obsolete since manifest 2.
2009-08-10 Zac MedicoThis old script does checksums on installed files....
2009-08-10 Zac MedicoThis is a commandline interface to pkgsplit() that...
2009-08-10 Zac MedicoThis is an old emerge profiling script that probably...
next