portage.git
2009-12-24 Zac MedicoMerge PATH initialization/filtering changes from trunk... v2.1.7.16
2009-12-24 Zac MedicoRemove stray echo. (trunk r15147)
2009-12-24 Zac MedicoIn save_ebuild_env(), preserve all ebuild phases in...
2009-12-24 Zac MedicoRemove obsolete backing up of ROOTPATH via PORTAGE_ROOT...
2009-12-24 Zac MedicoBug #297933: Filter BASHOPTS variable for compatibility...
2009-12-24 Zac MedicoIf the TERM environment variable is unset then just...
2009-12-24 Zac MedicoBug #297541 - Make $(no-as-needed) trigger upstream...
2009-12-24 Zac MedicoAdd missing stat import. (trunk r15127)
2009-12-24 Zac MedicoWhen integer mtime is desired, use stat_obj[stat.ST_MTI...
2009-12-24 Zac MedicoWhen integer mtime is desired, use stat_obj[stat.ST_MTI...
2009-12-24 Zac MedicoRemove some old debug code that should not have been...
2009-12-24 Zac MedicoFix the assert alias to avoid 'value to great for base...
2009-12-17 Zac MedicoUse portage.writemsg for lazy portage.util import.... v2.1.7.15
2009-12-17 Zac MedicoConvert bytes to unicode for exception messages. (trunk...
2009-12-17 Zac MedicoBug #286497 - Make setexec() warn/nonfatal in permissiv...
2009-12-17 Zac MedicoFix typo. (trunk r15099)
2009-12-17 Zac MedicoBug #296710 - Add equery to QA_INTERCEPTORS since it...
2009-12-17 Zac MedicoWarn if /proc is not mounted. (trunk r15097)
2009-12-17 Zac MedicoBug #296870 - Allow locale related LANG and LC_* variab...
2009-12-13 Zac MedicoCombine 2 shift calls into one. (trunk r15059) v2.1.7.14
2009-12-13 Zac MedicoBug #296554 - Add decompression support to ecompress...
2009-12-13 Zac MedicoMake prefix varialbes ED, EPREFIX, and EROOT readonly...
2009-12-13 Zac MedicoInside depgraph._validate_blockers(), do not consider...
2009-12-13 Zac MedicoBug #296641 - Avoid UnicodeEncodeError with python2...
2009-12-13 Zac MedicoIn movefile mtime preservation code, simply round down...
2009-12-13 Zac MedicoRemove redundant EPREFIX, EROOT, and ROOT assingments...
2009-12-13 Zac MedicoRemove unused STARTDIR variable. (trunk r15051)
2009-12-13 Zac MedicoUnset prefix vars for depend phase (even if EAPI is...
2009-12-13 Zac MedicoUnset prefix vars for depend phase when EAPI is unknown...
2009-12-13 Zac Medico* Fix type in econf --host argument.
2009-12-13 Zac MedicoFix typo. (trunk r15047)
2009-12-13 Zac MedicoIn movefile mtime rounding code, generate nanosecond...
2009-12-13 Zac MedicoFix typo. (trunk r15045)
2009-12-13 Zac MedicoRemove redundant EPREFIX setting since it's already...
2009-12-13 Zac MedicoUpdate for EAPI 3_pre2. (trunk r15043)
2009-12-13 Zac MedicoAdd more EAPI 3 conditionals for prefix variables....
2009-12-13 Zac MedicoAdd EAPI 3 conditionals for prefix variables. (trunk...
2009-12-13 Zac MedicoJust use integer mtime if no fractional seconds are...
2009-12-13 Zac MedicoTweak movefile() timestamp preservation code to maximiz...
2009-12-13 Zac MedicoAdd missing line from previous commit. (trunk r15038)
2009-12-13 Zac MedicoIn movefile() timestamp preservation code, use another...
2009-12-13 Zac MedicoAdd EAPI to the whitelist to ensure it's always availab...
2009-12-13 Zac MedicoAdd EAPI 3_pre2 to conditinals so the EAPI 4 stuff...
2009-12-13 Zac MedicoEnable xz unpack for EAPI 3_pre2. (trunk r15034)
2009-12-13 Zac MedicoAdd support for EAPI 3_pre2. (trunk r15033)
2009-12-13 Zac MedicoIn config.environ(), only export ED, EPREFIX, and EROOT...
2009-12-13 Zac MedicoDon't filter/interfere with prefix variables unless...
2009-12-13 Zac MedicoFilter prefix variables ED, EPREFIX, and EROOT inside
2009-12-13 Zac MedicoDon't use lazy import for portage.cache.mappings becaus...
2009-12-13 Zac MedicoUse collections.OrderedDict when available (python...
2009-12-13 Zac Medicofix definition regarding slashes for EPREFIX, D, ED...
2009-12-13 Zac MedicoImplement forward compatible Prefix support. This...
2009-12-10 Zac MedicoFix introspection code in fetch() so that it works... v2.1.7.13
2009-12-10 Zac MedicoRemove extra comman in comment. (trunk r15015) v2.1.7.12
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-10 Zac MedicoIn movefile(), always use stat_obj[stat.ST_MTIME] for...
2009-12-10 Zac MedicoRemove obsolete env-update.sh script. (trunk r14992)
2009-12-10 Zac MedicoAdd localization variables (LANG and LC_*) to the envir...
2009-12-10 Zac MedicoWhen overridding sys.std* in python2, use binary stream...
2009-12-10 Zac MedicoFix handling for TEMP, TMP, and TMPDIR variables:
2009-12-10 Zac MedicoUse ImportError handling to import _TextTestResult...
2009-12-10 Zac MedicoWhen temporarily replacing the sys.std* streams, use...
2009-12-10 Zac MedicoDon't assign f to sys.stderr inside EOutput._write...
2009-12-10 Zac MedicoWhen reading the remote Packages file for --getbinpkg...
2009-12-10 Zac MedicoUse OrderedDict in portdbapi.getFetchMap() so that...
2009-12-10 Zac MedicoAdd OrderedDict class. (trunk r14967)
2009-12-10 Zac MedicoMove ebuild helpers to account for rename of EAPI 3...
2009-12-10 Zac MedicoBump EAPI conditionals to account for rename of EAPI...
2009-12-10 Zac MedicoCopy the unittest._TextTestResult class from python...
2009-12-07 Zac MedicoRemove unused filter_phases, filter_mergephases, and... v2.1.7.11
2009-12-07 Zac MedicoRemove unnecessary elog_process() phasefilter arguement...
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. (trunk r14935)
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-06 Zac MedicoBug #295805 - Fix ValueError with python3 inside update...
2009-12-06 Zac MedicoBug #162404 - Automatically disable logging if sesandbo...
2009-12-06 Zac MedicoAlways append QA Notices resulting from the build log...
2009-12-03 Zac MedicoBug #280336, comment #2 - Clear the package selection... v2.1.7.10
2009-12-03 Zac MedicoBug #295351 - Make update_dbentries() return unicode...
2009-11-28 Zac MedicoFix deprecated usage of dep_getkey(). Thanks to Sebasti... v2.1.7.9
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.1.7.8
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-27 Zac MedicoIn movefile(), skip os.utime() when os.rename() succeed...
2009-11-25 Zac MedicoSet built=True when creating Package instances. This... v2.1.7.7
2009-11-25 Zac MedicoUse einfo instead of ewarn for the "Skipping make test...
2009-11-25 Zac MedicoAdd a test case which simply compiles all modules,...
next