portage.git
2010-01-29 Zac MedicoDon't ignore CVS/Entries.IO_error when not in commit... v2.1.7.17
2010-01-29 Zac MedicoRemove code for svn.IO_error and bzr.IO_error categorie...
2010-01-29 Zac MedicoEnable EAPI 3 and deprecate EAPI 3_pre2. (trunk r15221)
2010-01-29 Zac MedicoShow the path of the lockfile when chown fails. Thanks...
2010-01-29 Zac MedicoIn portage.spawn(), apply group write permission to...
2010-01-29 Zac MedicoBug #300378 - Don't export FILESDIR to the 'depend...
2010-01-29 Zac MedicoMove the DOM unlink call to a finally block. (trunk...
2010-01-29 Zac MedicoFix AttributeError from has_versions for atoms with...
2010-01-29 Zac MedicoFix typo in docstring. (trunk r15213)
2010-01-29 Zac MedicoAdd an Atom.evaluate_conditionals() method and use...
2010-01-29 Zac MedicoAdd support for evaluation of conditional USE atoms...
2010-01-29 Zac MedicoAdd a warning for built_with_use. Thanks to Petteri...
2010-01-29 Zac MedicoBug #302005 - Remove broken test code. (trunk r15208)
2010-01-29 Zac MedicoBug #301926 - Handle ValueError in parseManifest2(...
2010-01-29 Zac MedicoFix Manifest commit logic for cvs and svn. Thanks to...
2010-01-29 Zac MedicoInvert some vcs conditionals that are specific to cvs...
2010-01-29 Zac MedicoSupport mercurial. Thanks to Rafael Martins <rafael...
2010-01-29 Zac MedicoDon't bail out if postinst fails. Thanks to Brain Harri...
2010-01-29 Zac MedicoRemove ibiblio.org from the default GENTOO_MIRRORS...
2010-01-29 Zac MedicoMake sure repoman knows about all files in the director...
2010-01-29 Zac MedicoBug #300744 - Inside xpak(), exclude CONTENTS for quick...
2010-01-29 Zac MedicoUse encoded byte strings with python-2.x, since the...
2010-01-29 Zac MedicoFix output handling to avoid potential UnicodeEncodeErr...
2010-01-29 Zac MedicoFix unicode quote handling to work with python3. (trunk...
2010-01-29 Zac MedicoAvoid portage import in order to avoid a potential...
2010-01-29 Zac MedicoAvoid potential UnicodeDecodeError with Python 3. Repor...
2010-01-29 Zac MedicoBug #300388 - Fix terminal handling code to so term...
2010-01-29 Zac MedicoTweak TERM usage in xtermTitleReset() to match that...
2010-01-29 Zac Medicoonly return status for the current directory (or the...
2010-01-29 Zac MedicoAdd Bazaar (bzr) support for repoman, test-driven by...
2010-01-29 Zac MedicoFix blocker example output to appear as emerge actually...
2010-01-29 Zac MedicoSkip global updates for help, version, and info actions...
2010-01-29 Zac MedicoBug #269225 - Warn about virtuals with non-empty HOMEPA...
2010-01-29 Zac MedicoAdd a TODO comment for improved handling of /lib/module...
2010-01-29 Zac MedicoFix it so an empty directory given to doins -r does...
2010-01-29 Zac MedicoIn python-2.x, convert PortageException.value attribute...
2010-01-29 Zac MedicoHandle AttributeError inside atomic_ofstream.__del__...
2010-01-29 Zac MedicoRearrange _selinux ImportError handling so the workarou...
2010-01-29 Zac MedicoRevert r15161 so 12.2.5 is greater than 12.2b once...
2010-01-29 Zac MedicoMore cases. (trunk r15165)
2010-01-29 Zac MedicoAdd some more cases for versions with letter suffixes...
2010-01-29 Zac MedicoAdd test cases for cvs versions. (trunk r15163)
2010-01-29 Zac MedicoFix vercmp so 1b > 1 and add corresponding tests. ...
2010-01-29 Zac MedicoRevert vercmp() behavior so 12.2b > 12.2.5 which was...
2010-01-29 Zac MedicoAdd test cases for implicit .0 at end of version. ...
2010-01-29 Zac MedicoBug #298310 - Make sure the _selinux attribute is corre...
2010-01-29 Zac MedicoBug #299248 - Fix doins return code handling to make...
2010-01-29 Zac MedicoDocument doins -r option. (trunk r15157)
2010-01-29 Zac MedicoUse get_term_size() to adjust to current terminal width...
2010-01-29 Zac MedicoAdd some tests related to bug #287848. (trunk r15155)
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...
next