summaryrefslogtreecommitdiffstats
path: root/pym
Commit message (Expand)AuthorAgeFilesLines
...
* Inside LinkageMap._libs, use a SlotDict to store consumers and providers,Zac Medico2008-11-071-9/+24
* Bug #245932 - Pass use_mask and use_force parameters into recursiveZac Medico2008-11-071-1/+2
* Remove the special package.keywords mask warning from bug #223447 sinceZac Medico2008-11-061-34/+4
* Bug #245661 - Never enable --complete-graph automatically since it's confusingZac Medico2008-11-061-14/+3
* In Atom.__setattr__(), include inputs in case it helps for debugging withZac Medico2008-11-061-1/+2
* Override Atom.__setattr__() to make Atom instances immutable. Thanks to BrianZac Medico2008-11-051-14/+20
* Fix broken reference to self inside unmerge().Zac Medico2008-11-041-1/+2
* Synchronize portage update/restart logic in dblink.merge() andZac Medico2008-11-042-10/+5
* Free some memory by clearing the LinkageMap cache when it's not needed.Zac Medico2008-11-043-0/+3
* Bug #245362 - Use tuples of (device, inode) for all path comparisons insideZac Medico2008-11-042-25/+32
* Bug #245358 - For unsatisfied dependencies, display the parent nodes and theZac Medico2008-11-031-6/+18
* Bug #245356 - Filter POSIXLY_CORRECT from the ebuild environment since itZac Medico2008-11-031-0/+5
* Import shutil globally.Zac Medico2008-11-021-5/+3
* Remove duplicate code inside EbuildFetchPretend._execute().Zac Medico2008-11-021-3/+0
* Remove locking from EbuildFetchPretend since it uses a private temp directoryZac Medico2008-11-021-5/+10
* Bug #245231 - Make EbuildFetchPretend use a private temp directory in orderZac Medico2008-11-021-2/+18
* In SetConfig.getSetAtoms(), access self.psets directly in order to avoidv2.2_rc13Zac Medico2008-11-011-1/+2
* In config.setcpv(), ensure that A and AA aren't in the env dict.Zac Medico2008-11-011-1/+1
* In _validate_deps(), show the ebuild version to clarify which ebuild theZac Medico2008-11-011-9/+13
* TODO: In case some elf files collide with blocked packages,Zac Medico2008-11-011-0/+3
* In Scheduler._calc_resume_list(), use self.pkgsettings instead of the theZac Medico2008-11-011-1/+1
* Bug #239015 - Disable unmerge operations for EverythingSet/@installed.Zac Medico2008-11-011-1/+1
* Remove broken pickle_write() since it can't possibly be used.Zac Medico2008-11-011-15/+2
* * In fetch(), ensure that pkg_nofetch is never called more than once.Zac Medico2008-11-011-6/+13
* Remove unnecessary handler for plain "Exception" from lstat() call inZac Medico2008-11-011-10/+0
* Also call PreservedLibsRegistry.pruneNonExisting() after obtaining a lockZac Medico2008-11-012-0/+2
* Explicitly load the preserved libs registry after obtaining a lock for mergeZac Medico2008-11-012-0/+2
* Before returning from PreservedLibsRegistry.store(), update self._data_orig.Zac Medico2008-11-011-0/+2
* Rename "object" variable to avoid name collision with the builtin class.Zac Medico2008-11-011-4/+4
* Define __all__ and remove unused imports.Zac Medico2008-11-011-3/+4
* Define __all__ and remove unused import.Zac Medico2008-11-011-1/+3
* Remove unused imports.Zac Medico2008-11-011-3/+3
* Bug #244792 - Remove confcache support.Zac Medico2008-11-011-4/+0
* Bug #244947 - Add repoman support for checking masked and forced flags onZac Medico2008-11-012-4/+36
* Bug #244947 - Add basic repoman support for checking masked and forced flagsZac Medico2008-10-312-37/+65
* Eliminate duplicate code by calling equivalent dblink._clear_contents_cache().Zac Medico2008-10-311-3/+1
* Bug #243178 - Handle file collisions with preserved libs by allowing theZac Medico2008-10-311-2/+74
* In dblink._collision_protect(), remove redundant self.isowner() calls sinceZac Medico2008-10-311-2/+4
* Revert previous commit since it doesn't properly calculate masked and forcedZac Medico2008-10-311-20/+0
* Bug #244947 - Add repoman support for checking masked and forced flags whenZac Medico2008-10-311-0/+20
* Remove unused conditional_disabled and conditional_enabled attributes fromZac Medico2008-10-311-2/+2
* Use portage.const.PORTAGE_PACKAGE_ATOM where appropriate.Zac Medico2008-10-302-8/+8
* Bug #244975 - Don't allow the user to make portage unmerge itself sinceZac Medico2008-10-301-1/+24
* Avoid unnecessary aux_get calls inside Scheduler._pkg() by getting the existingZac Medico2008-10-301-4/+7
* Bug #225429 - Inside LinkageMap.rebuild(), update self._defpath since itZac Medico2008-10-301-0/+1
* Bug # 225429 - Try to remove unneeded preserved libs just before returningZac Medico2008-10-301-112/+161
* In dblink.unmerge(), update the CONTENTS entries when preserved libs areZac Medico2008-10-301-1/+21
* Bug #225429 - In dblink.unmerge(), eliminate consumers having providers withZac Medico2008-10-301-12/+54
* Make config.setcpv() store the ebuild metadata inside self.configdict["pkg"],Zac Medico2008-10-292-51/+60
* Fix interaction between LinkageMap.rebuild() and the package replacementZac Medico2008-10-291-8/+13