| Commit message (Expand) | Author | Age | Files | Lines |
* | Rename QA_NEEDED to QA_DT_NEEDED. | Arfrever Frehtes Taifersar Arahesis | 2009-08-21 | 2 | -7/+7 |
* | Improve an example. Patch by Jeremy Olexa. | Arfrever Frehtes Taifersar Arahesis | 2009-08-21 | 1 | -2/+2 |
* | Add support for QA_SONAME variable (bug #281964). Add support for QA_NEEDED v... | Arfrever Frehtes Taifersar Arahesis | 2009-08-21 | 2 | -5/+60 |
* | Support QA_DT_HASH_${ARCH} and QA_PRESTRIPPED_${ARCH} (bug #271416). | Arfrever Frehtes Taifersar Arahesis | 2009-08-21 | 3 | -0/+5 |
* | Replace _content_encoding, _fs_encoding, and _merge_encoding with direct | Zac Medico | 2009-08-21 | 14 | -109/+102 |
* | Fix typo. | Zac Medico | 2009-08-21 | 1 | -1/+1 |
* | Use _encodings where appropriate and add _encodings['stdio'] for stdout | Zac Medico | 2009-08-21 | 8 | -17/+32 |
* | Use _encodings where appropriate. | Zac Medico | 2009-08-21 | 2 | -70/+104 |
* | Use _encodings where appropriate. | Zac Medico | 2009-08-21 | 1 | -5/+10 |
* | Use _encodings where appropriate. | Zac Medico | 2009-08-21 | 1 | -7/+15 |
* | Use _encodings where appropriate. | Zac Medico | 2009-08-21 | 3 | -20/+39 |
* | Use _encodings where appropriate. | Zac Medico | 2009-08-20 | 2 | -4/+12 |
* | Use _encodings where appropriate. | Zac Medico | 2009-08-20 | 1 | -7/+17 |
* | Fix portage.5 man page to document the fact that some files in profiles direc... | Arfrever Frehtes Taifersar Arahesis | 2009-08-20 | 1 | -0/+12 |
* | Fix typo from previous commit. | Zac Medico | 2009-08-19 | 1 | -1/+1 |
* | If sys.getdefaultencoding() returns None (this can happen if python is built | Zac Medico | 2009-08-19 | 1 | -1/+5 |
* | Use _encodings where appropriate. | Zac Medico | 2009-08-19 | 2 | -6/+13 |
* | 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 |