portage.git
2010-02-07 Zac MedicoImport portage.StringIO for ImportError handling.
2010-02-06 Zac MedicoAdd a portdbapi.getRepositoryName() method which is...
2010-02-05 Zac MedicoFix deprecated reference to portdbapi.mysettings.
2010-02-05 Zac MedicoAdd an optional 'categories' parameter to portdbapi...
2010-02-04 Zac MedicoBug #303401 - Fix emerge.log disabling code that's...
2010-02-04 Zac MedicoBug #303445 - Fix getmaskingreason() to reset comment...
2010-02-03 Zac MedicoMake verify_all() do checksums in sorted order by hash...
2010-02-02 Zac MedicoBug #295197 - Output a newline after valid user input...
2010-02-02 Zac MedicoUse Package.use.enabled where appropriate.
2010-02-02 Zac MedicoUse stat rather than lstat since portage.fetch() create...
2010-02-02 Zac MedicoFix deprecated portdbapi.mysettings reference.
2010-02-01 Zac MedicoMake sure the fetcher process correctly inherits PORTAG...
2010-02-01 Zac MedicoOptimize parallel-fetch for the case where all files...
2010-02-01 Zac MedicoDeallocate config instance when necessary, to avoid...
2010-02-01 Zac MedicoSimplify the conditional that triggers calculation...
2010-01-31 Zac MedicoClean up config incrementals handling.
2010-01-31 Zac MedicoFix @module-rebuild to support $ROOT.
2010-01-31 Zac MedicoBug #298141 - Make /etc/portage/sets relative to PORTAG...
2010-01-31 Zac MedicoDeprecate pordbapi.mysettings since the portdbapi.setti...
2010-01-31 Zac MedicoValidate categories.
2010-01-31 Zac MedicoBug #302937 - Handle declare -r without assignment.
2010-01-31 Zac MedicoFix AttributeError when adjusting incrementals. Thanks...
2010-01-31 Mounir LamouriReverting r15293, it was actually not needed.
2010-01-31 Zac MedicoIn __iter__, handle OSError from lstat in case a cache...
2010-01-31 Zac MedicoMake __iter__ use list.pop() instead of pop(0), for...
2010-01-31 Zac MedicoBug #302764 - Inside __iter__, only recurse 1 deep...
2010-01-30 Zac MedicoAvoid NameError when cwd is $FILESDIR. Thanks to Christ...
2010-01-30 Mounir LamouriFix: change os.mkdir to os.makedirs in case of there...
2010-01-30 Zac MedicoShow a DeprecationWarning if the deprecated pordbapi...
2010-01-30 Mounir Lamourifix flat_list cache backend
2010-01-30 Zac MedicoDon't generate DeprecationWarning for portdbapi argumen...
2010-01-30 Zac MedicoFix concatenation of list + tuple in Manifest._createMa...
2010-01-30 Zac MedicoIn config._expandLicenseToken(), make sure traversed_gr...
2010-01-30 Zac MedicoDefine __slots__ in all classes.
2010-01-30 Mounir Lamourifix: python dbm module doesn't accept unicode as key
2010-01-30 Zac MedicoFor immutable config attributes, use shallow copy for...
2010-01-30 Zac MedicoFor immutable config attributes, use shallow copy for...
2010-01-30 Zac MedicoFor immutable config attributes, use shallow copy for...
2010-01-30 Zac MedicoUse tuples instead of lists for immutability.
2010-01-30 Zac MedicoDeprecate the first parameter of the portdbapi construc...
2010-01-30 Zac MedicoFix code from r15278 for python3 unicode compatibility.
2010-01-30 Zac MedicoFix conditional logic for userpriv_groups intialization.
2010-01-30 Zac MedicoBug #277902 - When excluding config files, instead...
2010-01-29 Zac MedicoDefine userpriv_groups earlier in order to avoid an...
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...
next