summaryrefslogtreecommitdiffstats
path: root/pym/portage
Commit message (Expand)AuthorAgeFilesLines
* Reimplement parallel-fetch by spawning the `ebuild fetch` command for eachZac Medico2008-06-301-2/+3
* Avoid python-2.6 deprecation warnings for md5 and sha modules by tryingZac Medico2008-06-301-3/+13
* * Tweak conditionals in doebuild() to fix emerge --fetch breakage reportedZac Medico2008-06-301-4/+6
* Add EMERGE_FROM to the blacklisted vars in the config constructor.Zac Medico2008-06-291-1/+1
* * Add "fd_pipes" and "returnpid" parameters to doebuild() and passZac Medico2008-06-291-24/+44
* In EbuildBuild.execute(), call doebuild() separately for each phase sinceZac Medico2008-06-291-6/+6
* Split out a _check_build_log() function from spawnebuild().Zac Medico2008-06-291-67/+78
* Split out a _post_src_install_uid_fix() function from spawnebuild().Zac Medico2008-06-291-22/+28
* Split out a _spawn_misc_sh() function from spawnebuild().Zac Medico2008-06-291-25/+40
* Move clean code, from the previous commit, from doebuild() toZac Medico2008-06-291-12/+4
* Instead of calling the ebuild "clean" phase in MergeTask.merge(),Zac Medico2008-06-291-4/+16
* Handle re.error exceptions raised from re.compile() when ACCEPT_CHOSTSZac Medico2008-06-281-3/+14
* Use bool() to simplify ObjectProxy.__nonzero__().Zac Medico2008-06-271-3/+1
* Add "PATH" to the set of allowed pacakge metadata keys for the PackageIndex.Zac Medico2008-06-261-0/+1
* Fix the PermissionDenied message for color.map.Zac Medico2008-06-261-1/+4
* Use settings["ROOT"] at the beginning of env_update() to avoid breakageZac Medico2008-06-261-2/+2
* Handle KeyError from aux_get() inside dbapi._iter_match_slot() andZac Medico2008-06-261-3/+9
* Also use a separate proxy type for portage.mtimedb since it's independentZac Medico2008-06-261-7/+32
* Use a separate proxy type to trigger portage.portdb initialization separatelyZac Medico2008-06-261-3/+16
* Implement lazy initialization of global "portdb", "settings" and otherZac Medico2008-06-262-1/+87
* Make PackageIndex use SlotDict for package metadata storage. The set ofZac Medico2008-06-263-12/+45
* Use SlotDict where appropriate in binarytree._populate().Zac Medico2008-06-251-2/+2
* Fix typo.Zac Medico2008-06-251-1/+1
* Add docstring to slot_dict_class().Zac Medico2008-06-251-0/+11
* Fix typo.Zac Medico2008-06-251-1/+1
* Fix KeyError constructor style.Zac Medico2008-06-251-1/+1
* Fix indentation.Zac Medico2008-06-251-1/+1
* Add a generic portage.cache.mappings.slot_dict_class() function whichZac Medico2008-06-253-3/+138
* 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