summaryrefslogtreecommitdiffstats
path: root/pym
Commit message (Expand)AuthorAgeFilesLines
* Optimize dblink.isowner() to use fewer stat calls byZac Medico2007-10-171-15/+38
* Only re.compile() the normalize_needed pattern onceZac Medico2007-10-161-2/+4
* In dblink.getcontents(), use a regular expression to detectZac Medico2007-10-161-2/+12
* Use EmergeConfig instead of portage.config in RootConfigMarius Mauch2007-10-161-17/+12
* Move clean_world() into WorldSetMarius Mauch2007-10-162-35/+33
* use skipfile rather than timestamp to ignore processed filesMarius Mauch2007-10-161-36/+25
* Also use EmergeConfig() in MergeTaskMarius Mauch2007-10-161-15/+16
* fix typoMarius Mauch2007-10-161-1/+1
* Replace getlist() with PackageSet.getAtoms()Marius Mauch2007-10-161-33/+2
* subclass portage.config to include a setconfig instance to avoid adding one m...Marius Mauch2007-10-162-26/+40
* Add debug mode to display the libraries that cause the package to be includedMarius Mauch2007-10-161-2/+11
* Move the emerge module to _emerge to make it privateZac Medico2007-10-162-3/+3
* remove unused tmpfs variableMarius Mauch2007-10-151-8/+0
* Add a note to clarify os.walk() behavior with respectZac Medico2007-10-141-0/+3
* Remove the checks for files in symlinked directoriesZac Medico2007-10-141-13/+2
* In some cases, openpty can be slow when it fails. Therefore,Zac Medico2007-10-131-7/+16
* Remove unused import.Zac Medico2007-10-131-1/+0
* In the file collision eerror output, don't colorize theZac Medico2007-10-131-2/+2
* Handle the PortageException that can be raised fromZac Medico2007-10-131-1/+6
* Make the file collision eerror message less verboseZac Medico2007-10-131-9/+11
* Remove a chdir() call that's no longer needed for theZac Medico2007-10-131-10/+0
* Use os.listdir() instead of portage.listdir() in dblink.mergeme().Zac Medico2007-10-131-1/+1
* In dblink.treewalk(), use os.walk() instead of portage.listdir()Zac Medico2007-10-131-13/+15
* Bug #195370 - Filter some more bogus matches due toZac Medico2007-10-121-1/+5
* Remove a redundant call to elog_process().Zac Medico2007-10-121-2/+0
* s:this package wants:this package will:Zac Medico2007-10-121-1/+1
* Bug #195527 - Add some more information to the file collisionZac Medico2007-10-121-4/+10
* Bug #195527 - Unconditionally detect file collisions and logZac Medico2007-10-121-10/+43
* Use writemsg() to send exception string to stderr.Zac Medico2007-10-121-1/+2
* Pass into the PackageIndex constructor a list of packageZac Medico2007-10-122-19/+24
* Pass default package metadata values into the PackageIndexZac Medico2007-10-122-16/+28
* Sync code between binarytree.inject() and populate().Zac Medico2007-10-121-15/+20
* Split USE evaluation code out of binarytree.inject() soZac Medico2007-10-112-34/+29
* Strip the leading path separator from USER_CONFIG_PATHZac Medico2007-10-111-1/+2
* In depgraph.select_dep(), check for existing nodes inZac Medico2007-10-111-1/+2
* typo fixMarius Mauch2007-10-111-1/+1
* Do not use aux_get to parse the NEEDED file as we need to distinguish spaces ...Marius Mauch2007-10-111-2/+2
* Add a set to group all consumers of missing libraries as a simple revdep-rebu...Marius Mauch2007-10-112-13/+45
* Make depgraph.select_dep() reject installed packagesZac Medico2007-10-111-1/+5
* implement new set to group all consumers of preserved librariesMarius Mauch2007-10-112-4/+40
* Raise a PackageNotFound exception instead of a ValueErrorZac Medico2007-10-111-2/+2
* Move some package selection code from depgraph.create()Zac Medico2007-10-111-53/+53
* Make portdbapi and bindbapi cache PROVIDE in orderZac Medico2007-10-113-2/+6
* Prevent bogus upgrade display when a new-style virtualZac Medico2007-10-101-4/+9
* Comment about avoiding expensive metadata pullsZac Medico2007-10-101-0/+6
* Refactor depgraph.select_dep() to eliminate redundantZac Medico2007-10-101-151/+96
* Cache IUSE in bindbapi to optimize --newuse calculations.Zac Medico2007-10-102-1/+11
* Migrate depgraph.select_files() to use the filtered repoZac Medico2007-10-101-52/+38
* Initialize the list of package repos inside theZac Medico2007-10-101-17/+16
* Unify the masking reasons output so that the same codeZac Medico2007-10-092-108/+110