summaryrefslogtreecommitdiffstats
path: root/pym/portage
Commit message (Expand)AuthorAgeFilesLines
...
* Instead of raising a TypeError from the NewsItem constructor, check the pathZac Medico2008-11-121-6/+4
* Use a frozenset to optimize skiplist containment checks insideZac Medico2008-11-121-1/+1
* Bug #246451 - Inside SecuritySet._reduce(), use portdbapi.xmatch("match-all")Zac Medico2008-11-121-1/+1
* Make post_emerge() exit early if it detects that the vdb state hasn't changed.v2.2_rc14Zac Medico2008-11-112-0/+17
* In the LinkageMap.findConsumers() docstring, add a note about incompatibilityZac Medico2008-11-101-1/+6
* * Use noiselevel=-1 for preserve-libs ">>> needed" and "<<< !needed" messagesZac Medico2008-11-091-3/+5
* When adding parent directories to contents insideZac Medico2008-11-091-1/+1
* Handle a corner case inside dblink._add_preserve_libs_to_contents() in whichZac Medico2008-11-091-5/+14
* Update docstring for dblink._find_libs_to_preserve().Zac Medico2008-11-091-2/+2
* Inside vardbapi.removeFromContents(), automatically clear the contents cacheZac Medico2008-11-091-0/+1
* Bug #243030 - In PreservedLibraryConsumerSet.load(), avoid rebuilding packagesZac Medico2008-11-091-1/+6
* Bug #245362 - Rewrite preserve-libs preservation code so that it always reliesZac Medico2008-11-091-158/+121
* Inside LinkageMap, use self._obj_key() whenever possible.Zac Medico2008-11-091-13/+6
* With python-2.6, importing the Crypto.Hash.MD5 and Crypto.Hash.SHA modulesZac Medico2008-11-081-4/+1
* Handle CommandNotFound exceptions if the scanelf binary happens to be missing,Zac Medico2008-11-081-9/+29
* In LinkageMap.rebuild(), immediately raise a CommandNotFound exception ifZac Medico2008-11-071-4/+5
* Handle a potential OSError that occurs if the scanelf binary is missingZac Medico2008-11-071-14/+20
* Replace NEEDED.ELF.2 strings with references to LinkageMap._needed_aux_key.Zac Medico2008-11-071-3/+5
* Improve the error message that's generated in LinkageMap.rebuild() for corruptZac Medico2008-11-071-5/+9
* When calling scanelf inside LinkageMap.rebuild(), join paths with $ROOT whenZac Medico2008-11-071-3/+16
* Fix LinkageMap.rebuild() so that the data from include_file overrides theZac Medico2008-11-071-12/+32
* Combine redundant arch_map code inside LinkageMap.rebuild().Zac Medico2008-11-071-8/+4
* Swap the locations of the arch and soname keys inside LinkageMap._libs inZac Medico2008-11-071-24/+24
* 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
* 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-041-1/+2
* Free some memory by clearing the LinkageMap cache when it's not needed.Zac Medico2008-11-042-0/+2
* Bug #245362 - Use tuples of (device, inode) for all path comparisons insideZac Medico2008-11-042-25/+32
* 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
* 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
* 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
* 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