summaryrefslogtreecommitdiffstats
path: root/pym/portage
Commit message (Expand)AuthorAgeFilesLines
* Clarify EverythingSet.description a bit. Thanks to Necoro.Zac Medico2008-06-251-2/+3
* After the depgraph caches the vardb state in a FakeVartree, to makeZac Medico2008-06-251-3/+9
* Use os.listdir() instead of portage.listdir() to avoid needless cachingZac Medico2008-06-251-2/+2
* For the Package.metadata attribute, only implement the dict interfaceZac Medico2008-06-251-3/+3
* Use weakref.WeakValueDictionary to make cached Atom instances eligible forZac Medico2008-06-241-1/+2
* Bug #228977 - During dblink._preserve_libs() calls, cache results ofZac Medico2008-06-231-12/+45
* Bug #228935 - Add a new "command not found" build log QA Notice. Thanks toZac Medico2008-06-231-0/+15
* Bug #228977 - Protect against possible infinite loop inZac Medico2008-06-231-2/+3
* Fix broken path handling wrt $ROOT in LibraryConsumerSet.mapPathsToAtoms().Zac Medico2008-06-221-3/+1
* Implement Atom.__cmp__() so that things like list.sort() work correctlyZac Medico2008-06-211-0/+9
* Make LibraryConsumerSet.mapPathsToAtoms() use the contents index for moreZac Medico2008-06-211-14/+7
* Exclude calls to autoheader and makeinfo from the automake "maintainer mode"Zac Medico2008-06-211-1/+4
* Use bash's built-in echo instead of the actual echo binary since it hasZac Medico2008-06-211-3/+4
* Fix Atom -> str breakage in WorldSet.write().Zac Medico2008-06-201-1/+2
* Remove unused Atom.string attribute.Zac Medico2008-06-201-1/+1
* Make isvalidatom() use the Atom cache to avoid validating the same atomZac Medico2008-06-201-0/+3
* Make Atom use str.__eq__ and __ne__ also.Zac Medico2008-06-201-1/+1
* Make Atom use str.__hash__.Zac Medico2008-06-201-1/+1
* Make the Atom cache dict private and add a docstring for _AtomCache.Zac Medico2008-06-201-3/+7
* Use a metaclass to cache Atom instances transparently. This should improveZac Medico2008-06-201-0/+11
* Instead of having Atom inherit from str, just emulate the interface. ThisZac Medico2008-06-201-2/+15
* Make the visibility related config methods such as getMaskAtom() andZac Medico2008-06-202-19/+19
* Bug #225285 - Add a --skip-manifest option that disables all interactionZac Medico2008-06-181-1/+4
* More eblank.Zac Medico2008-06-172-2/+1
* remove stray lineMarius Mauch2008-06-171-2/+0
* Remove eblank nonsenseMarius Mauch2008-06-173-16/+3
* Do not preserve the master link of a library to avoid packages being linked a...Marius Mauch2008-06-171-0/+14
* * Rename NEUTRAL color to BLANK for eblank.Zac Medico2008-06-173-3/+18
* Add support for an new "eblank" elog function that shows a blank line.Zac Medico2008-06-172-1/+2
* Fix typo.Zac Medico2008-06-161-1/+1
* Tweak the config._accept_chost() regex.Zac Medico2008-06-161-1/+1
* Re-enable vardbapi.cpv_all() cache now that bug #223417 is solved.Zac Medico2008-06-161-1/+1
* Bug #223417 - Due to 1 second mtime granularity in < python-1.5, mtime checksZac Medico2008-06-161-23/+26
* Fix config._accept_chost_re so it's only an instance variable.Zac Medico2008-06-151-1/+1
* Add support for and ACCEPT_CHOSTS variable that controls masking behaviorZac Medico2008-06-151-0/+21
* Add two new build log qa checks, suggested by Diego Pettenò:Zac Medico2008-06-141-0/+51
* Add another sanity check in the owners cache.Zac Medico2008-06-101-1/+4
* Use isinstance() instead of handling TypeError.Zac Medico2008-06-101-4/+2
* Bug #225285 - Allow digestcheck() to succeed when the Manifest is empty andZac Medico2008-06-101-0/+12
* Add some sanity checks and error tolerance in the owners cache.v2.2_pre8Zac Medico2008-06-101-1/+15
* Fix typo.Zac Medico2008-06-101-2/+1
* Fix typo.Zac Medico2008-06-101-1/+1
* Fix missing initialization.Zac Medico2008-06-091-0/+1
* Add CONTENTS indexing support for optimization of owner lookups. TheZac Medico2008-06-091-50/+243
* When inside fakeroot, directories with portage's gid appearZac Medico2008-06-081-2/+9
* make sure that scanelf is called with the right paths, and properly register ...Marius Mauch2008-06-081-9/+6
* Bug #225285 - Allow digestcheck() to succeed when the Manifest is missingZac Medico2008-06-081-0/+2
* Make portdbapi.aux_get() return float type for _mtime_.Zac Medico2008-06-081-1/+4
* Inside, create_trees(), pass target_root="/" into the config constructorZac Medico2008-06-071-1/+1
* Validate ROOT from make.conf.Zac Medico2008-06-071-0/+2