summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* s/utf8/utf_8/ for consistencyv2.2_rc36Zac Medico2009-08-051-1/+1
* Fix the FEATURES=parse-eapi-ebuild-head regex to handle comments on the sameZac Medico2009-08-051-1/+1
* Open ld.so.conf as text (unicode).Zac Medico2009-08-051-1/+2
* In _check_build_log(), open the log in text mode (unicode).Zac Medico2009-08-051-1/+2
* Open file in text mode (unicode) where appropriate.Zac Medico2009-08-059-9/+34
* Open all files in binary mode for py3k compatibility.Zac Medico2009-08-041-15/+15
* Fix bindbapi.aux_get and aux_update to work with py3k/unicode.Zac Medico2009-08-041-7/+30
* Avoid UnicodeEncodeError with unicode package.mask comments. Thanks toZac Medico2009-08-041-0/+5
* Fix vardbapi._aux_get() to always return unicode.Zac Medico2009-08-041-2/+2
* Fix tar_contents() to open files in binary mode for py3k compatibility.Zac Medico2009-08-041-1/+1
* Always return unicode from vardbapi.aux_get().Zac Medico2009-08-041-2/+9
* Decode arguments to unicode if necessary (needed at least for unicode fileZac Medico2009-08-041-2/+7
* Bug #280269 - Fix Atom.__str__ so that it doesn't try to encode a unicodeZac Medico2009-08-041-1/+3
* Bug #280269 - Decode commandline arguments to unicode when necessary.Zac Medico2009-08-041-0/+4
* Bug #280269 - Fix StaticFileSet.multiBuilder() to handle unicode filenames.Zac Medico2009-08-041-0/+3
* Open CONTENTS in text mode (to avoid UnicodeEncodeError). Thanks to MarkosZac Medico2009-08-041-2/+5
* Open log files in text mode (to avoid UnicodeEncodeError). Thanks to MarkosZac Medico2009-08-041-3/+7
* Avoid UnicodeEncodeError in writemsg(). Thanks to Markos ChandrasZac Medico2009-08-041-0/+3
* Bug #280275 - Fix exception: AttributeError: 'config' object has no attributeZac Medico2009-08-041-1/+2
* Bug #280320 - Fix broken _emerge.main ImportError handler..Zac Medico2009-08-041-1/+1
* Revert the code from bug #278729 for now since it need to be redone in orderZac Medico2009-08-041-28/+6
* In the dep_zapdeps() code from bug #278729, set all_use_satisfied = FalseZac Medico2009-08-041-0/+1
* Fix dep_zapdeps exception 'ValueError: need more than 3 values to unpack'Zac Medico2009-08-041-1/+1
* Bug #280259 - Fix emaint to call binarytree._load_pkgindex() for unicodeZac Medico2009-08-041-13/+3
* Bug #280259 - Fix binarytree to always open the Packages file as unicode.Zac Medico2009-08-041-25/+7
* Bug #280259 - Use codecs.open() when reading the Packages file insideZac Medico2009-08-041-1/+3
* Fix a regression caused by the code from bug #278729, which causes incorrectZac Medico2009-08-041-4/+20
* Set "emerge" xterm title at the beginning of running emerge.Arfrever Frehtes Taifersar Arahesis2009-08-041-2/+4
* Add a PDEPEND.suspect category.v2.2_rc35v2.2_rc34Zac Medico2009-08-042-3/+8
* Fix NameError from r13880. Thanks to Arfrever for reporting.Zac Medico2009-08-031-1/+1
* Make the USE=test RDEPEND check (bug #236786) also apply to PDEPEND.Zac Medico2009-08-031-4/+5
* Bug #278729 - Inside dep_zapdeps(), ignore USE dependencies since we don'tZac Medico2009-08-031-1/+6
* Bug #278729 - Add an Atom.without_use attribute which is identical to theZac Medico2009-08-032-16/+11
* Remove the code from bug #278895 since we're going to need a daemon processZac Medico2009-08-034-26/+1
* Only treat non-negative integers as valid in insert_optional_args().Zac Medico2009-08-011-2/+1
* Add support for --usepkg=n so that it's possible to disable it onZac Medico2009-08-013-13/+77
* Add support for --complete-graph=n so that it's possible to disable it onZac Medico2009-08-013-3/+14
* In the _check_build_log(), exclude output from dev-libs/yaz-3.0.47 whichZac Medico2009-07-311-1/+6
* In depgraph._show_slot_collision_notice(), display $ROOT (if not /) with eachZac Medico2009-07-301-0/+2
* Bug #276264 - Advise manual removal of the metadata/cache/ direcory when usingZac Medico2009-07-301-2/+3
* Add a python-based setsid script for use with USERLAND=BSD.Zac Medico2009-07-302-2/+15
* Fix breakage in owners() handling of abs paths.Zac Medico2009-07-301-1/+1
* Move the setsid code (from bug #278895) as early as possible.Zac Medico2009-07-301-18/+17
* Updating find_updated_config_files function descriptionMounir Lamouri2009-07-301-4/+4
* Rename get_updated_config_files() to find_updated_config_files() and makeZac Medico2009-07-302-10/+7
* Add get_updated_config_files in portage APIMounir Lamouri2009-07-302-59/+78
* Inside die(), only send the signal for subshell die support when we areZac Medico2009-07-301-1/+1
* Bug #278895 - Make ebuild.sh clean up orphaned processes that may have beenZac Medico2009-07-303-1/+14
* Fix depgraph._show_missed_update() to keep each $ROOT separate.Zac Medico2009-07-291-4/+8
* Account for $ROOT inside depgraph._show_missed_update_unsatisfied_dep().Zac Medico2009-07-291-4/+3