portage.git
2010-03-02 Zac MedicoAfter src_install, save fewer variables when writing...
2010-03-02 Zac MedicoEvaluate USE conditionals when writing vdb entries...
2010-03-02 Zac MedicoBug #262647 - Explicitly exclude SRC_URI and other...
2010-03-02 Zac MedicoBug #304793 - Update --newuse docs to indicate that...
2010-03-02 Zac MedicoWhen creating a config instance for ROOT=/ with a clean...
2010-03-02 Zac MedicoUse os.environ instead of the config.environ(). This...
2010-03-02 Zac MedicoLogg errors that occur during binpkg extraction. (trunk...
2010-03-02 Zac MedicoRemove unnecessary newline in dblink._eerror message...
2010-03-02 Zac MedicoFix dblink._eerror argument where list is required...
2010-03-02 Zac MedicoMake previous commit use eerror for logging. (trunk...
2010-03-02 Zac Medicotry to be more forgiving if unlinking fails, because...
2010-03-02 Zac MedicoIgnore blockers in DEPEND of built packages when -...
2010-03-02 Zac MedicoBug #303211 - Discard invalid SIZE metadata when using...
2010-03-02 Zac MedicoBug #298479 - Filter $USER from the ebuild environment...
2010-03-02 Zac MedicoUse Atom.cp instead of dep_getkey(). (trunk r15331)
2010-03-02 Zac MedicoUse Atom.cp instead of dep_getkey(), and use cpv_getkey...
2010-03-02 Zac MedicoSkip atom validation in WorldHandler since WorldSelecte...
2010-03-02 Zac MedicoImport portage.StringIO for ImportError handling. ...
2010-03-02 Zac MedicoAdd a portdbapi.getRepositoryName() method which is...
2010-03-02 Zac MedicoFix deprecated reference to portdbapi.mysettings. ...
2010-03-02 Zac MedicoAdd an optional 'categories' parameter to portdbapi...
2010-03-02 Zac MedicoBug #303401 - Fix emerge.log disabling code that's...
2010-03-02 Zac MedicoBug #303445 - Fix getmaskingreason() to reset comment...
2010-03-02 Zac MedicoMake verify_all() do checksums in sorted order by hash...
2010-03-02 Zac MedicoBug #295197 - Output a newline after valid user input...
2010-03-02 Zac MedicoUse Package.use.enabled where appropriate. (trunk r15316)
2010-03-02 Zac MedicoUse stat rather than lstat since portage.fetch() create...
2010-03-02 Zac MedicoFix deprecated portdbapi.mysettings reference. (trunk...
2010-03-02 Zac MedicoMake sure the fetcher process correctly inherits PORTAG...
2010-03-02 Zac MedicoOptimize parallel-fetch for the case where all files...
2010-03-02 Zac MedicoDeallocate config instance when necessary, to avoid...
2010-03-02 Zac MedicoSimplify the conditional that triggers calculation...
2010-03-02 Zac MedicoClean up config incrementals handling. (trunk r15309)
2010-03-02 Zac MedicoFix @module-rebuild to support $ROOT. (trunk r15308)
2010-03-02 Zac MedicoBug #298141 - Make /etc/portage/sets relative to PORTAG...
2010-03-02 Zac MedicoDeprecate pordbapi.mysettings since the portdbapi.setti...
2010-03-02 Zac MedicoValidate categories. (trunk r15305)
2010-03-02 Zac MedicoBug #302937 - Handle declare -r without assignment...
2010-03-02 Zac MedicoFix AttributeError when adjusting incrementals. Thanks...
2010-03-02 Zac MedicoReverting r15293, it was actually not needed. (trunk...
2010-03-02 Zac MedicoIn __iter__, handle OSError from lstat in case a cache...
2010-03-02 Zac MedicoMake __iter__ use list.pop() instead of pop(0), for...
2010-03-02 Zac MedicoBug #302764 - Inside __iter__, only recurse 1 deep...
2010-03-02 Zac MedicoAvoid NameError when cwd is $FILESDIR. Thanks to Christ...
2010-03-02 Zac MedicoFix: change os.mkdir to os.makedirs in case of there...
2010-03-02 Zac MedicoShow a DeprecationWarning if the deprecated pordbapi...
2010-03-02 Zac Medicofix flat_list cache backend
2010-03-02 Zac MedicoDon't generate DeprecationWarning for portdbapi argumen...
2010-03-02 Zac MedicoFix concatenation of list + tuple in Manifest._createMa...
2010-03-02 Zac MedicoIn config._expandLicenseToken(), make sure traversed_gr...
2010-03-02 Zac MedicoDefine __slots__ in all classes. (trunk r15287)
2010-03-02 Zac Medicofix: python dbm module doesn't accept unicode as key...
2010-03-02 Zac MedicoFor immutable config attributes, use shallow copy for...
2010-03-02 Zac MedicoFor immutable config attributes, use shallow copy for...
2010-03-02 Zac MedicoFor immutable config attributes, use shallow copy for...
2010-03-02 Zac MedicoUse tuples instead of lists for immutability. (trunk...
2010-03-02 Zac MedicoDeprecate the first parameter of the portdbapi construc...
2010-03-02 Zac MedicoFix code from r15278 for python3 unicode compatibility...
2010-03-02 Zac MedicoFix conditional logic for userpriv_groups intialization...
2010-03-02 Zac MedicoBug #277902 - When excluding config files, instead...
2010-03-02 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.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...
next