portage.git
2010-02-15 Zac MedicoUse config.environ() instead of config.items() when...
2010-02-14 Zac MedicoMake sure that config._accept_chost() accepts empty...
2010-02-14 Zac MedicoPrevent CHOST vdb entries from being created for virtua...
2010-02-14 Zac MedicoBug #304981 - Truncate the build log after successful...
2010-02-14 Zac MedicoEvaluate conditional USE deps for *DEPEND atoms saved...
2010-02-14 Zac MedicoDon't save SRC_URI as a vdb entry since it's pretty...
2010-02-14 Zac MedicoAfter src_install, save fewer variables when writing...
2010-02-14 Zac MedicoEvaluate USE conditionals when writing vdb entries...
2010-02-13 Zac MedicoBug #262647 - Explicitly exclude SRC_URI and other...
2010-02-13 Zac MedicoBug #304793 - Update --newuse docs to indicate that...
2010-02-12 Zac MedicoWhen creating a config instance for ROOT=/ with a clean...
2010-02-12 Zac MedicoUse os.environ instead of the config.environ(). This...
2010-02-12 Zac MedicoLogg errors that occur during binpkg extraction.
2010-02-11 Zac MedicoRemove unnecessary newline in dblink._eerror message.
2010-02-11 Zac MedicoFix dblink._eerror argument where list is required...
2010-02-11 Zac MedicoMake previous commit use eerror for logging.
2010-02-11 Zac Medicotry to be more forgiving if unlinking fails, because...
2010-02-10 Zac MedicoIgnore blockers in DEPEND of built packages when -...
2010-02-10 Zac MedicoBug #303211 - Discard invalid SIZE metadata when using...
2010-02-09 Zac MedicoBug #298479 - Filter $USER from the ebuild environment...
2010-02-09 Zac MedicoUse Atom.cp instead of dep_getkey().
2010-02-09 Zac MedicoUse Atom.cp instead of dep_getkey(), and use cpv_getkey...
2010-02-09 Zac MedicoUse cpv_getkey() instead of dep_getkey() where appropriate.
2010-02-09 Zac MedicoMake Glsa constructor raise GlsaFormatException when...
2010-02-09 Zac MedicoSkip atom validation in WorldHandler since WorldSelecte...
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...
next