portage.git
2010-01-29 Zac MedicoDon't ignore CVS/Entries.IO_error when not in commit... v2.2_rc62
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.
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.
2010-01-28 Zac MedicoFix AttributeError from has_versions for atoms with...
2010-01-28 Zac MedicoFix typo in docstring.
2010-01-28 Zac MedicoAdd an Atom.evaluate_conditionals() method and use...
2010-01-27 Zac MedicoAdd support for evaluation of conditional USE atoms...
2010-01-24 Zac MedicoAdd a warning for built_with_use. Thanks to Petteri...
2010-01-24 Zac MedicoBug #302005 - Remove broken test code.
2010-01-24 Zac MedicoBug #301926 - Handle ValueError in parseManifest2(...
2010-01-19 Zac MedicoFix Manifest commit logic for cvs and svn. Thanks to...
2010-01-18 Zac MedicoInvert some vcs conditionals that are specific to cvs...
2010-01-18 Zac MedicoSupport mercurial. Thanks to Rafael Martins <rafael...
2010-01-18 Zac MedicoDon't bail out if postinst fails. Thanks to Brain Harri...
2010-01-18 Zac MedicoRemove ibiblio.org from the default GENTOO_MIRRORS...
2010-01-14 Fabian GroffenMake sure repoman knows about all files in the director...
2010-01-13 Zac MedicoBug #300744 - Inside xpak(), exclude CONTENTS for quick...
2010-01-13 Zac MedicoUse encoded byte strings with python-2.x, since the...
2010-01-12 Zac MedicoFix output handling to avoid potential UnicodeEncodeError.
2010-01-11 Zac MedicoFix unicode quote handling to work with python3.
2010-01-11 Zac MedicoAvoid portage import in order to avoid a potential...
2010-01-11 Arfrever Frehtes... Avoid potential UnicodeDecodeError with Python 3. Repor...
2010-01-11 Zac MedicoBug #300388 - Fix terminal handling code to so term...
2010-01-11 Zac MedicoTweak TERM usage in xtermTitleReset() to match that...
2010-01-10 Fabian Groffenonly return status for the current directory (or the...
2010-01-10 Fabian GroffenAdd Bazaar (bzr) support for repoman, test-driven by...
2010-01-08 Zac MedicoFix blocker example output to appear as emerge actually...
2010-01-08 Zac MedicoSkip global updates for help, version, and info actions.
2010-01-07 Zac MedicoBug #269225 - Warn about virtuals with non-empty HOMEPA...
2010-01-07 Zac MedicoAdd a TODO comment for improved handling of /lib/modules.
2010-01-06 Zac MedicoFix it so an empty directory given to doins -r does...
2010-01-05 Zac MedicoIn python-2.x, convert PortageException.value attribute...
2010-01-05 Zac MedicoHandle AttributeError inside atomic_ofstream.__del__...
2010-01-05 Zac MedicoRearrange _selinux ImportError handling so the workarou...
2010-01-04 Zac MedicoRevert r15161 so 12.2.5 is greater than 12.2b once...
2010-01-04 Zac MedicoMore cases.
2010-01-04 Zac MedicoAdd some more cases for versions with letter suffixes.
2010-01-04 Zac MedicoAdd test cases for cvs versions.
2010-01-04 Zac MedicoFix vercmp so 1b > 1 and add corresponding tests.
2010-01-04 Zac MedicoRevert vercmp() behavior so 12.2b > 12.2.5 which was...
2010-01-04 Zac MedicoAdd test cases for implicit .0 at end of version.
2010-01-04 Zac MedicoBug #298310 - Make sure the _selinux attribute is corre...
2010-01-04 Zac MedicoBug #299248 - Fix doins return code handling to make...
2010-01-04 Zac MedicoDocument doins -r option.
2010-01-02 Zac MedicoUse get_term_size() to adjust to current terminal width...
2009-12-30 Zac MedicoAdd some tests related to bug #287848.
2009-12-24 Zac MedicoBug #297364 - Only set EAPI conditional PATH once after... v2.2_rc61
2009-12-24 Zac MedicoRemove stray echo.
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-22 Arfrever Frehtes... Bug #297933: Filter BASHOPTS variable for compatibility...
2009-12-21 Zac MedicoIf the TERM environment variable is unset then just...
2009-12-21 Zac MedicoBug #297541 - Make $(no-as-needed) trigger upstream...
2009-12-21 Zac MedicoAdd missing stat import.
2009-12-21 Zac MedicoWhen integer mtime is desired, use stat_obj[stat.ST_MTI...
2009-12-21 Zac MedicoWhen integer mtime is desired, use stat_obj[stat.ST_MTI...
2009-12-21 Zac MedicoRemove some old debug code that should not have been...
2009-12-19 Zac MedicoFix the assert alias to avoid 'value to great for base...
2009-12-19 Zac MedicoRevert previous commit because it's no comptible (doesn...
2009-12-19 Zac MedicoFix the assert alias to 'value to great for base' messa...
2009-12-17 Zac MedicoUse portage.writemsg for lazy portage.util import. v2.2_rc60
2009-12-17 Zac MedicoConvert bytes to unicode for exception messages.
2009-12-17 Zac MedicoBug #286497 - Make setexec() warn/nonfatal in permissiv...
2009-12-16 Arfrever Frehtes... Fix typo.
2009-12-16 Zac MedicoBug #296710 - Add equery to QA_INTERCEPTORS since it...
2009-12-16 Zac MedicoWarn if /proc is not mounted.
2009-12-16 Zac MedicoBug #296870 - Allow locale related LANG and LC_* variab...
2009-12-13 Zac MedicoCombine 2 shift calls into one. v2.2_rc59
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-12 Zac MedicoBug #296641 - Avoid UnicodeEncodeError with python2...
2009-12-12 Zac MedicoIn movefile mtime preservation code, simply round down...
2009-12-12 Zac MedicoRemove redundant EPREFIX, EROOT, and ROOT assingments...
2009-12-12 Zac MedicoRemove unused STARTDIR variable.
2009-12-12 Zac MedicoUnset prefix vars for depend phase (even if EAPI is...
2009-12-12 Zac MedicoUnset prefix vars for depend phase when EAPI is unknown.
2009-12-12 Zac Medico* Fix type in econf --host argument.
2009-12-12 Zac MedicoFix typo.
2009-12-12 Zac MedicoIn movefile mtime rounding code, generate nanosecond...
2009-12-12 Arfrever Frehtes... Fix typo.
2009-12-12 Zac MedicoRemove redundant EPREFIX setting since it's already...
2009-12-12 Zac MedicoUpdate for EAPI 3_pre2.
2009-12-11 Zac MedicoAdd more EAPI 3 conditionals for prefix variables.
2009-12-11 Zac MedicoAdd EAPI 3 conditionals for prefix variables.
2009-12-11 Zac MedicoJust use integer mtime if no fractional seconds are...
2009-12-11 Zac MedicoTweak movefile() timestamp preservation code to maximiz...
2009-12-11 Zac MedicoAdd missing line from previous commit.
2009-12-11 Zac MedicoIn movefile() timestamp preservation code, use another...
2009-12-11 Zac MedicoAdd EAPI to the whitelist to ensure it's always availab...
2009-12-11 Zac MedicoAdd EAPI 3_pre2 to conditinals so the EAPI 4 stuff...
2009-12-11 Zac MedicoEnable xz unpack for EAPI 3_pre2.
2009-12-11 Zac MedicoAdd support for EAPI 3_pre2.
2009-12-11 Zac MedicoIn config.environ(), only export ED, EPREFIX, and EROOT...
2009-12-11 Zac MedicoDon't filter/interfere with prefix variables unless...
2009-12-11 Zac MedicoFilter prefix variables ED, EPREFIX, and EROOT inside
next