| Commit message (Expand) | Author | Age | Files | Lines |
* | Use _encodings where appropriate. | Zac Medico | 2009-08-19 | 3 | -9/+20 |
* | Use _encodings where appropriate. | Zac Medico | 2009-08-19 | 2 | -7/+16 |
* | Use _encodings['repo.content'] for decoding profiles.desc, ChangeLog, | Zac Medico | 2009-08-19 | 2 | -5/+12 |
* | Use portage.os and _encodings where appropriate. | Zac Medico | 2009-08-19 | 1 | -2/+8 |
* | Remove unused os import. | Zac Medico | 2009-08-19 | 1 | -1/+0 |
* | Use portage.os and _encodings where appropriate. | Zac Medico | 2009-08-19 | 1 | -5/+14 |
* | Use portage.os and _encodings where appropriate. | Zac Medico | 2009-08-19 | 1 | -2/+12 |
* | Use portage.os and _encodings['fs'] where appropriate. | Zac Medico | 2009-08-18 | 1 | -5/+12 |
* | Use errors='backslashreplace' instead of 'replace' for the default | Zac Medico | 2009-08-18 | 1 | -1/+2 |
* | Replace the _{content,fs,merge}_encoding attributes with an _encodings dict. | Zac Medico | 2009-08-18 | 1 | -52/+69 |
* | Use _content_encoding and _fs_encoding, and use strict unicode exceptions | Zac Medico | 2009-08-18 | 1 | -20/+37 |
* | Use the new portage.output._init(config_root) function. | Zac Medico | 2009-08-18 | 2 | -1/+2 |
* | Use _content_encoding where appropriate. | Zac Medico | 2009-08-18 | 1 | -23/+32 |
* | Don't wrap os.popen(). | Zac Medico | 2009-08-18 | 1 | -0/+1 |
* | Bug #270866 - Validate News-Item-Format headers. | Zac Medico | 2009-08-18 | 1 | -0/+5 |
* | Use _content_encoding and _fs_encoding where appropriate. Also, enable | Zac Medico | 2009-08-18 | 1 | -17/+21 |
* | Use _content_encoding and _fs_encoding where appropriate. | Zac Medico | 2009-08-18 | 1 | -5/+8 |
* | Implement lazy loading of color.map when either the codes or _styles | Zac Medico | 2009-08-18 | 1 | -12/+45 |
* | Use st_* attributes instead of the stat module. | Zac Medico | 2009-08-18 | 1 | -5/+4 |
* | Bug #277619 - Fix news item relevance logic. Thanks to Alec Warner | Zac Medico | 2009-08-17 | 1 | -11/+22 |
* | Use portage.os, _content_encoding, and _fs_encoding where appropriate. | Zac Medico | 2009-08-17 | 2 | -7/+26 |
* | Enable error='strict' when encoding arguments inside _unicode_func_wrapper(), | Zac Medico | 2009-08-17 | 1 | -5/+14 |
* | Use portage.os, _content_encoding, and _fs_encoding where appropriate. | Zac Medico | 2009-08-17 | 11 | -26/+32 |
* | Test the edge case. | Zac Medico | 2009-08-17 | 1 | -0/+3 |
* | Add 'return False' which was missing from the previous commit. | Arfrever Frehtes Taifersar Arahesis | 2009-08-17 | 1 | -0/+1 |
* | Print a warning when nonexistent files have been passed to dohtml. | Arfrever Frehtes Taifersar Arahesis | 2009-08-17 | 1 | -1/+3 |
* | Use portage.os and _fs_encoding where appropriate, and fix binary string | Zac Medico | 2009-08-17 | 1 | -59/+88 |
* | When _unicode_func_wrapper() decodes a string in a returned list (typically | Zac Medico | 2009-08-17 | 1 | -5/+14 |
* | Use _content_encoding and _fs_encoding for unicode encoding/decoding. | Zac Medico | 2009-08-17 | 5 | -41/+98 |
* | Use a clean listener system for portage.elog instead of _emerge_elog_listener | Mounir Lamouri | 2009-08-16 | 2 | -7/+19 |
* | 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 |