portage.git
2009-12-10 Zac MedicoFix introspection code in fetch() so that it works... v2.2_rc58
2009-12-10 Zac MedicoRemove extra comman in comment. v2.2_rc57
2009-12-10 Zac MedicoDon't enable EAPI 4_pre1 yet.
2009-12-10 Zac MedicoHandle permission problems when trying to cache the...
2009-12-10 Zac MedicoDetect cases when long(stat_obj.st_mtime) != stat_obj...
2009-12-09 Zac MedicoIn movefile(), always use stat_obj[stat.ST_MTIME] for...
2009-12-09 Zac MedicoRemove obsolete env-update.sh script.
2009-12-09 Zac MedicoAdd localization variables (LANG and LC_*) to the envir...
2009-12-09 Zac MedicoWhen overridding sys.std* in python2, use binary streams.
2009-12-09 Zac MedicoFix handling for TEMP, TMP, and TMPDIR variables:
2009-12-09 Zac MedicoUse ImportError handling to import _TextTestResult...
2009-12-08 Zac MedicoWhen temporarily replacing the sys.std* streams, use...
2009-12-08 Zac MedicoDon't assign f to sys.stderr inside EOutput._write().
2009-12-08 Zac MedicoWhen reading the remote Packages file for --getbinpkg...
2009-12-08 Zac MedicoUse OrderedDict in portdbapi.getFetchMap() so that...
2009-12-08 Zac MedicoAdd OrderedDict class.
2009-12-08 Zac MedicoMove ebuild helpers to account for rename of EAPI 3...
2009-12-08 Zac MedicoBump EAPI conditionals to account for rename of EAPI...
2009-12-07 Zac MedicoCopy the unittest._TextTestResult class from python...
2009-12-07 Zac MedicoRemove unused filter_phases, filter_mergephases, and... v2.2_rc56
2009-12-07 Zac MedicoRemove unnecessary elog_process() phasefilter arguements.
2009-12-07 Zac MedicoMake more code conditional on existence of PORTAGE_BUIL...
2009-12-07 Zac MedicoInside dblink._merge(), make sure PORTAGE_BUILDDIR...
2009-12-07 Zac MedicoFix possibly unsafe modification of list during iterati...
2009-12-06 Zac MedicoBug #295715 - Implement a register_success_hook functio...
2009-12-06 Zac MedicoAdd 'tla' to the lists of live eclasses.
2009-12-06 Zac MedicoFix _spawn_misc_sh() to properly unset EBUILD_PHASE...
2009-12-06 Zac MedicoAdd a AbstractEbuildProcess class for MiscFunctionsProc...
2009-12-06 Zac MedicoMake register_die_hook() ensure that each hook is regis...
2009-12-06 Zac MedicoUse portage.StringIO to avoid duplicate import fallback...
2009-12-06 Zac MedicoMove code for handling missing sandbox binary out of...
2009-12-05 Zac MedicoBug #295805 - Fix ValueError with python3 inside update...
2009-12-05 Zac MedicoBug #162404 - Automatically disable logging if sesandbo...
2009-12-05 Zac MedicoAlways append QA Notices resulting from the build log...
2009-12-03 Zac MedicoBug #280336, comment #2 - Clear the package selection... v2.2_rc55
2009-12-02 Zac MedicoBug #295351 - Make update_dbentries() return unicode...
2009-11-28 Zac MedicoFix deprecated usage of dep_getkey(). Thanks to Sebasti... v2.2_rc54
2009-11-28 Zac MedicoBug #294945 - Fix blocker satistfied state handling...
2009-11-28 Zac MedicoRevert r14901 since it doesn't solve the problem (bug...
2009-11-27 Zac MedicoIn FakeVartree.sync(), skip the aux_get wrapper when... v2.2_rc53
2009-11-27 Zac MedicoBug #294886 - Show some basic info at the beginning...
2009-11-27 Zac MedicoHandle a KeyError in depgraph._ordered_tree_display...
2009-11-27 Zac MedicoAdd a note about lack of nanosecond precision in movefi...
2009-11-27 Zac MedicoIn calc_depclean(), load the FakeVartree before using...
2009-11-27 Zac MedicoFix logic from previous commit so it only applies when...
2009-11-26 Zac MedicoIn movefile(), skip os.utime() when os.rename() succeed...
2009-11-25 Zac MedicoSet built=True when creating Package instances. This... v2.2_rc52
2009-11-25 Zac MedicoUse einfo instead of ewarn for the "Skipping make test...
2009-11-23 Zac MedicoAdd a test case which simply compiles all modules,...
2009-11-23 Zac MedicoBug #293614 - When the backtracking limit is reached...
2009-11-22 Zac MedicoAdd "repository" attribute to CategorySet (revert r1159...
2009-11-22 Zac MedicoBug #293998 - Use OSError.errno instead of trying to...
2009-11-21 Zac MedicoOptimized the code for bug #288083 and make it handle... v2.2_rc51
2009-11-21 Zac MedicoTweak logic from previous commit.
2009-11-21 Zac MedicoIn depgraph._serialize_tasks(), ensure that unsolvable...
2009-11-21 Zac MedicoFix blocker display to work properly with --tree -...
2009-11-20 Zac MedicoFix depgraph._prune_tree_display() to preserve uninstal...
2009-11-20 Zac MedicoBug #293730 - Fix bad || choices triggered in some...
2009-11-20 Zac MedicoDisable backtracking in the depgraph constructor call...
2009-11-20 Zac MedicoBug #293603 - Blacklist EPREFIX and EROOT variables...
2009-11-19 Zac MedicoBug #293603 - Add $ED to the blacklist, to prevent...
2009-11-17 Zac MedicoCheck for updates masked by license for any installed...
2009-11-17 Zac MedicoBug #293448 - Fix TypeError when sending mail with...
2009-11-16 Zac MedicoRemove SLOT.missing since SLOT.invalid handles that... v2.2_rc50
2009-11-15 Zac MedicoIn the code from bug #288083, only show one LICENSE...
2009-11-15 Zac MedicoBug #288083 - Always warn about installed packages...
2009-11-14 Zac MedicoBug #291200 - Make --quiet-build set PORTAGE_QUIET...
2009-11-13 Zac MedicoInside LinkageMap.rebuild(), ensure that all preserved...
2009-11-12 Zac MedicoBug #292820 - Make the Package constructor handle inval...
2009-11-12 Zac MedicoBug #292910 - Don't mix print() and writemsg_stdout...
2009-11-12 Zac MedicoImplement dblink.__hash__ and __eq__, so that `portageq...
2009-11-12 Zac MedicoAdd setup phases to the tail of the merge queue instead...
2009-11-11 Zac MedicoInside iter_owners, only cache a maximum of 25 dblink...
2009-11-11 Zac MedicoBug #292664 - Show ACCEPT_LICENSE in emerge --info.
2009-11-11 Zac MedicoConvert MIMEText body to string before sending.
2009-11-11 Zac MedicoPreserve previous usage of MIMEText constructor under...
2009-11-11 Zac MedicoBug #292528 - Specify UTF-8 in the MIMEText constructor...
2009-11-09 Zac MedicoBug #278336 - Use adjust_config to set PORTAGE_QUIET...
2009-11-08 Arfrever Frehtes... Restore support for bash-3.
2009-11-07 Zac MedicoMake split-elog bold.
2009-11-07 Zac MedicoWhen displaying masking messages, show the 'dependency...
2009-11-07 Zac MedicoFix typo in comment. v2.2_rc49
2009-11-06 Zac MedicoUse writemsg instead of print, to send debug messages...
2009-11-06 Zac MedicoBug #291200 - Add a --quiet-build option to redirect...
2009-11-06 Zac MedicoCollapse two [[ ]] into one.
2009-11-06 Zac MedicoFor --debug mode, enable bash tracing when sourcing...
2009-11-06 Zac MedicoBug #291142 - Fix some cases when a 'missed update...
2009-11-06 Zac MedicoUse writemsg instead of print, to send debug messages...
2009-11-05 Arfrever Frehtes... Define portage.proxy.objectproxy.ObjectProxy.__add__...
2009-11-04 Arfrever Frehtes... Decode git output in _emerge.actions.git_sync_timestamp...
2009-11-04 Zac MedicoBug #291331 - Make send_mail() encode the unicode messa...
2009-11-04 Zac MedicoInside depgraph._complete_graph(), only pull in deps...
2009-11-02 Zac MedicoDon't call FakeVartree.sync() redundantly when backtrac...
2009-11-01 Zac MedicoMove FakeVartree population out of the constructor...
2009-11-01 Zac MedicoEliminate duplicate code from the FakeVartree construct...
2009-10-31 Zac MedicoFix --backtrack option handling. v2.2_rc48
2009-10-31 Zac MedicoAdd a --backtrack=COUNT option to control how many...
2009-10-31 Zac MedicoFor compatibility, still exit successfully if there...
2009-10-31 Zac MedicoAllow unmerge of packages from the "selected" set when...
2009-10-31 Zac MedicoBug #290921 - Always exit unsuccessfully if -r is not...
next