portage.git
2009-08-05 Zac Medicos/utf8/utf_8/ for consistency v2.2_rc36
2009-08-05 Zac MedicoFix the FEATURES=parse-eapi-ebuild-head regex to handle...
2009-08-05 Zac MedicoOpen ld.so.conf as text (unicode).
2009-08-05 Zac MedicoIn _check_build_log(), open the log in text mode (unicode).
2009-08-05 Zac MedicoOpen file in text mode (unicode) where appropriate.
2009-08-04 Zac MedicoOpen all files in binary mode for py3k compatibility.
2009-08-04 Zac MedicoFix bindbapi.aux_get and aux_update to work with py3k...
2009-08-04 Zac MedicoAvoid UnicodeEncodeError with unicode package.mask...
2009-08-04 Zac MedicoFix vardbapi._aux_get() to always return unicode.
2009-08-04 Zac MedicoFix tar_contents() to open files in binary mode for...
2009-08-04 Zac MedicoAlways return unicode from vardbapi.aux_get().
2009-08-04 Zac MedicoDecode arguments to unicode if necessary (needed at...
2009-08-04 Zac MedicoBug #280269 - Fix Atom.__str__ so that it doesn't try...
2009-08-04 Zac MedicoBug #280269 - Decode commandline arguments to unicode...
2009-08-04 Zac MedicoBug #280269 - Fix StaticFileSet.multiBuilder() to handl...
2009-08-04 Zac MedicoOpen CONTENTS in text mode (to avoid UnicodeEncodeError...
2009-08-04 Zac MedicoOpen log files in text mode (to avoid UnicodeEncodeErro...
2009-08-04 Zac MedicoAvoid UnicodeEncodeError in writemsg(). Thanks to Marko...
2009-08-04 Zac MedicoBug #280275 - Fix exception: AttributeError: 'config...
2009-08-04 Zac MedicoBug #280320 - Fix broken _emerge.main ImportError handler..
2009-08-04 Zac MedicoRevert the code from bug #278729 for now since it need...
2009-08-04 Zac MedicoIn the dep_zapdeps() code from bug #278729, set all_use...
2009-08-04 Zac MedicoFix dep_zapdeps exception 'ValueError: need more than...
2009-08-04 Zac MedicoBug #280259 - Fix emaint to call binarytree._load_pkgin...
2009-08-04 Zac MedicoBug #280259 - Fix binarytree to always open the Package...
2009-08-04 Zac MedicoBug #280259 - Use codecs.open() when reading the Packag...
2009-08-04 Zac MedicoFix a regression caused by the code from bug #278729...
2009-08-04 Arfrever Frehtes... Set "emerge" xterm title at the beginning of running...
2009-08-04 Zac MedicoAdd a PDEPEND.suspect category. v2.2_rc34 v2.2_rc35
2009-08-03 Zac MedicoFix NameError from r13880. Thanks to Arfrever for repor...
2009-08-03 Zac MedicoMake the USE=test RDEPEND check (bug #236786) also...
2009-08-03 Zac MedicoBug #278729 - Inside dep_zapdeps(), ignore USE dependen...
2009-08-03 Zac MedicoBug #278729 - Add an Atom.without_use attribute which...
2009-08-03 Zac MedicoRemove the code from bug #278895 since we're going...
2009-08-01 Zac MedicoOnly treat non-negative integers as valid in insert_opt...
2009-08-01 Zac MedicoAdd support for --usepkg=n so that it's possible to...
2009-08-01 Zac MedicoAdd support for --complete-graph=n so that it's possibl...
2009-07-31 Zac MedicoIn the _check_build_log(), exclude output from dev...
2009-07-30 Zac MedicoIn depgraph._show_slot_collision_notice(), display...
2009-07-30 Zac MedicoBug #276264 - Advise manual removal of the metadata...
2009-07-30 Zac MedicoAdd a python-based setsid script for use with USERLAND...
2009-07-30 Zac MedicoFix breakage in owners() handling of abs paths.
2009-07-30 Zac MedicoMove the setsid code (from bug #278895) as early as...
2009-07-30 Mounir LamouriUpdating find_updated_config_files function description
2009-07-30 Zac MedicoRename get_updated_config_files() to find_updated_confi...
2009-07-30 Mounir LamouriAdd get_updated_config_files in portage API
2009-07-30 Zac MedicoInside die(), only send the signal for subshell die...
2009-07-30 Zac MedicoBug #278895 - Make ebuild.sh clean up orphaned processe...
2009-07-29 Zac MedicoFix depgraph._show_missed_update() to keep each $ROOT...
2009-07-29 Zac MedicoAccount for $ROOT inside depgraph._show_missed_update_u...
2009-07-28 Zac MedicoRemove redundant loop inside depgraph._show_missed_upda...
2009-07-28 Zac MedicoWhen backtracking due to an unsatisfied dependency...
2009-07-25 Zac MedicoFix --onlydeps breakage. Thanks to Arfrever for reporting.
2009-07-22 Zac MedicoBug #270040 - Make repoman parse the categories file...
2009-07-21 Zac MedicoAdd comment in calc_depclean() about topological sort...
2009-07-20 Zac MedicoAlways pass encodings='utf_8' to codecs.open(), since...
2009-07-20 Zac MedicoFEATURES=unmerge-logs
2009-07-20 Zac MedicoRemove empty log files inside dblink.unmerge(). Thanks...
2009-07-20 Zac MedicoSkip Blocker instances inside _add_prefetchers().
2009-07-20 Zac MedicoMove mtimedb resume list code from action_build() to
2009-07-20 Zac MedicoUse a lazy reference to sys.stdout, in case the API...
2009-07-20 Zac MedicoMake portage.listdir() and dbapi.cp_list() return unicode.
2009-07-20 Mounir LamouriFix Scheduler bug:
2009-07-20 Zac MedicoIn grablines(), specify encoding=sys.getdefaultencoding...
2009-07-20 Zac MedicoUse codecs.open for unicode support in FileLoader.load().
2009-07-19 Zac MedicoIn _check_manifests(), skip uninstall operations.
2009-07-19 Zac MedicoUse readlines() to optimize performance. Thanks to...
2009-07-17 Zac MedicoFor consistency with emake, add ${MAKEOPTS} ${EXTRA_EMA...
2009-07-16 Zac MedicoFor unsatisfied USE dependencies, do not backtrack...
2009-07-16 Fabian Groffenalign with Prefix, also warn on sparcv9 hosts -- 64...
2009-07-16 Mike Frysingeradd hppa64 to the 64bit list as pointed out by Michael...
2009-07-13 Fabian Groffenfix up spacing, remove commented out code, fix copyrigh...
2009-07-12 Zac MedicoOptimize USE_EXPAND -> USE code inside config.setcpv...
2009-07-12 Mounir LamouriAllow search and depgraph to avoid spinner by using...
2009-07-12 Zac MedicoRemove leading slash from appropriate paths inside...
2009-07-12 Arfrever Frehtes... Improve description of QA_DT_HASH.
2009-07-12 Zac MedicoIn depgraph._show_missed_update(), don't show installed...
2009-07-12 Zac MedicoMove the backtracking code from action_build() to a...
2009-07-11 Zac MedicoEliminate duplicate code inside depgraph._show_missed_u...
2009-07-11 Zac MedicoBug #137562 - Implement backtracking for missing depend...
2009-07-11 Zac MedicoOptimize USE_EXPAND -> USE code inside config.setcpv...
2009-07-11 Arfrever Frehtes... Assign 'cfgprot' before referencing it. Reported by...
2009-07-09 Zac MedicoAllow --deep to take an optional integer parameter...
2009-07-09 Zac MedicoTweak arguments for <python-2.6 compat.
2009-07-09 Zac MedicoMake -j argument handling more generic, so it's easy...
2009-07-09 Zac MedicoUse a dict for depgraph params, so we can use it to...
2009-07-08 Zac MedicoAdd a --debug warning message inside _add_pkg in case...
2009-07-08 Zac MedicoDocument the --selective option.
2009-07-08 Zac MedicoFix --selective so it works.
2009-07-07 Zac MedicoBug #276957 - Fix dropped "in graph" choice for runtime...
2009-07-07 Zac MedicoShorten the preserved libs message when in --quiet...
2009-07-07 Zac MedicoBug #276866 - --binpkg-respect-use < y | n >
2009-07-06 Zac MedicoOptimize dbapi._iter_match_use() so that it shares...
2009-07-06 Zac MedicoBug #273640 - Add --disable-dependency-tracking to...
2009-07-06 Zac MedicoBug #273622 - Add pkg_pretend support for the ebuild...
2009-07-06 Zac MedicoBug #273631 - Add default src_install implementation...
2009-07-06 Zac MedicoUse PackageSet.findAtomForPackage() when matching the...
2009-07-06 Zac MedicoAlways exit unsuccessfully if there are any failures.
2009-07-05 Zac MedicoHardcode utf_8 encoding inside _setitem().
2009-07-05 Zac MedicoAssume utf_8 encoding in alls reads/writes (unicode...
next