summaryrefslogtreecommitdiffstats
path: root/pym/portage
Commit message (Expand)AuthorAgeFilesLines
* Replace _content_encoding, _fs_encoding, and _merge_encoding with directZac Medico2009-08-2114-109/+102
* Use _encodings where appropriate and add _encodings['stdio'] for stdoutZac Medico2009-08-217-16/+30
* Use _encodings where appropriate.Zac Medico2009-08-212-70/+104
* Use _encodings where appropriate.Zac Medico2009-08-211-5/+10
* Use _encodings where appropriate.Zac Medico2009-08-211-7/+15
* Use _encodings where appropriate.Zac Medico2009-08-213-20/+39
* Fix typo from previous commit.Zac Medico2009-08-191-1/+1
* If sys.getdefaultencoding() returns None (this can happen if python is builtZac Medico2009-08-191-1/+5
* Use _encodings['repo.content'] for decoding profiles.desc, ChangeLog,Zac Medico2009-08-191-0/+1
* Use portage.os and _encodings where appropriate.Zac Medico2009-08-191-5/+14
* Use portage.os and _encodings where appropriate.Zac Medico2009-08-191-2/+12
* Use portage.os and _encodings['fs'] where appropriate.Zac Medico2009-08-181-5/+12
* Use errors='backslashreplace' instead of 'replace' for the defaultZac Medico2009-08-181-1/+2
* Replace the _{content,fs,merge}_encoding attributes with an _encodings dict.Zac Medico2009-08-181-52/+69
* Use _content_encoding and _fs_encoding, and use strict unicode exceptionsZac Medico2009-08-181-20/+37
* Use the new portage.output._init(config_root) function.Zac Medico2009-08-181-0/+1
* Use _content_encoding where appropriate.Zac Medico2009-08-181-23/+32
* Don't wrap os.popen().Zac Medico2009-08-181-0/+1
* Bug #270866 - Validate News-Item-Format headers.Zac Medico2009-08-181-0/+5
* Use _content_encoding and _fs_encoding where appropriate. Also, enableZac Medico2009-08-181-17/+21
* Use _content_encoding and _fs_encoding where appropriate.Zac Medico2009-08-181-5/+8
* Implement lazy loading of color.map when either the codes or _stylesZac Medico2009-08-181-12/+45
* Use st_* attributes instead of the stat module.Zac Medico2009-08-181-5/+4
* Bug #277619 - Fix news item relevance logic. Thanks to Alec WarnerZac Medico2009-08-171-11/+22
* Use portage.os, _content_encoding, and _fs_encoding where appropriate.Zac Medico2009-08-172-7/+26
* Enable error='strict' when encoding arguments inside _unicode_func_wrapper(),Zac Medico2009-08-171-5/+14
* Use portage.os, _content_encoding, and _fs_encoding where appropriate.Zac Medico2009-08-1711-26/+32
* Test the edge case.Zac Medico2009-08-171-0/+3
* Use portage.os and _fs_encoding where appropriate, and fix binary stringZac Medico2009-08-171-59/+88
* When _unicode_func_wrapper() decodes a string in a returned list (typicallyZac Medico2009-08-171-5/+14
* Use _content_encoding and _fs_encoding for unicode encoding/decoding.Zac Medico2009-08-175-41/+98
* Use a clean listener system for portage.elog instead of _emerge_elog_listenerMounir Lamouri2009-08-161-5/+17
* sets/files.py cleanPackages function stop calling lock and loadMounir Lamouri2009-08-151-3/+7
* Prepare 308 messages to localization.Arfrever Frehtes Taifersar Arahesis2009-08-1517-502/+511
* Fix typo.Zac Medico2009-08-151-1/+1
* Remove ACCEPT_PROPERTIES variable generation code which isn't needed since,Zac Medico2009-08-151-32/+0
* Update import to import portage.os (with unicode wrappers), and useZac Medico2009-08-151-6/+5
* Make movefile() use process.spawn() instead of getstatusoutput() when callingZac Medico2009-08-151-4/+5
* Make _generate_hash_function() use _fs_encoding to encode the filenameZac Medico2009-08-151-1/+2
* In perform_checksum(), encode the filename with correct encoding beforeZac Medico2009-08-151-5/+12
* Fix dblink._unmerge_pkgfiles() to use the correct version of perform_md5Zac Medico2009-08-152-2/+6
* Fix broken _selinux_merge definition.Zac Medico2009-08-141-1/+2
* Add a portage._content_encoding constant, set to utf_8.Zac Medico2009-08-142-10/+14
* Use portage._fs_encoding where appropriage, and use strict handling forZac Medico2009-08-141-4/+17
* Handle UnicodeDecodeError for os.walk() inside digestcheck().Zac Medico2009-08-141-2/+27
* Use portage._fs_encoding where applicable.Zac Medico2009-08-142-5/+7
* Update imports to import portage.os (with unicode wrappers), and useZac Medico2009-08-147-25/+40
* 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