summaryrefslogtreecommitdiffstats
path: root/pym
Commit message (Expand)AuthorAgeFilesLines
* In portage.fetch(), condense digest check output to a singleZac Medico2007-11-021-2/+5
* Optimize repoman visibility checks to access as littleZac Medico2007-11-021-7/+64
* Sort all dbapi.cp_list() results in ascending order andZac Medico2007-11-021-15/+59
* Factor the KEYWORDS masking logic out of portdbapi.visible()Zac Medico2007-11-021-102/+156
* Rewrite the dblink.getcontents() code to use str.split(" ")Zac Medico2007-11-021-23/+48
* If the title string is too big then xtermTitle() canZac Medico2007-11-021-0/+5
* protect variables specified in PROFILE_ONLY_VARIABLES fromZac Medico2007-11-022-2/+14
* Don't show the "checking files for package collisions" messagev2.1.3.16Zac Medico2007-10-231-2/+3
* Fix config.setinst() to return early when the givenZac Medico2007-10-231-0/+3
* Remove a redundant self.treeVirtuals deepcopy from theZac Medico2007-10-231-2/+1
* Bug #196435 - Add some more references to quickpkg(1) sinceZac Medico2007-10-221-5/+15
* In depgraph.create(), don't ignore direct circular dependenciesZac Medico2007-10-221-4/+12
* Bug #196680 - Handle a CacheError inside mirror_cache() whenZac Medico2007-10-221-0/+4
* Handle EnvironmentError instead of OSError since open()Zac Medico2007-10-181-4/+8
* Bug #195375 - Make dblink.treewalk() read inforoot/SLOT sinceZac Medico2007-10-181-1/+17
* Adjust quote usage in collision-protect eerrorZac Medico2007-10-181-3/+3
* Fix collision-protect so that it properly cancels theZac Medico2007-10-181-22/+26
* Fix the normalize_needed regex to properly match //Zac Medico2007-10-171-1/+1
* Bug #196043 - Unify the ouput handling for file collisionsZac Medico2007-10-171-52/+54
* Always unlink the .installed flag prior to merge sinceZac Medico2007-10-171-1/+1
* Add missing "to" to fix grammar. (trunk r8161)Zac Medico2007-10-171-1/+2
* Bug #196043 - Update the file collision ewarn noticeZac Medico2007-10-171-9/+15
* Optimize dblink.isowner() to use fewer stat calls byZac Medico2007-10-171-15/+38
* Fix a typo.Zac Medico2007-10-171-1/+1
* In dblink.getcontents(), use a regular expression to detectZac Medico2007-10-171-3/+14
* Remove the checks for files in symlinked directoriesZac Medico2007-10-151-12/+3
* In some cases, openpty can be slow when it fails. Therefore,Zac Medico2007-10-131-7/+16
* In the file collision eerror output, don't colorize theZac Medico2007-10-131-3/+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
* In dblink.treewalk(), use os.walk() instead of portage.listdir()Zac Medico2007-10-131-13/+21
* Remove a redundant call to elog_process(). (trunk r8091)Zac Medico2007-10-121-1/+0
* s:this package wants:this package will: (trunk r8089)Zac Medico2007-10-121-1/+1
* Bug #195527 - Unconditionally detect file collisions and logZac Medico2007-10-121-4/+37
* Make portdbapi.aux_get() cache more often. (trunk r8011)Zac Medico2007-10-121-0/+2
* Properly exclude old-style virtuals from theZac Medico2007-10-121-2/+4
* Remove a redundant os.access() call in portdbapi.aux_get()Zac Medico2007-10-121-3/+3
* Optimize away a match_from_list() call insideZac Medico2007-10-121-4/+15
* Handle Exceptions in mod_mail_summary.finalize() andZac Medico2007-10-122-1/+10
* Strip the - prefix from EAPI in getmaskingstatus()Zac Medico2007-10-051-0/+2
* Include the package name in all exceptions raised fromZac Medico2007-10-051-3/+5
* Make portdbapi.getfetchlist() bail out if the EAPIZac Medico2007-10-051-1/+8
* Add EAPI masking support for binary packages. (trunk r7913)Zac Medico2007-10-051-1/+1
* Fix UnsupportedAPIException.__str__() to strip the leading negativeZac Medico2007-10-051-1/+5
* When the metadata cache contains a negative EAPI, it meansZac Medico2007-10-051-1/+6
* Bump EAPI from 0 to 1 and fix eapi_is_supported() so thatZac Medico2007-10-052-2/+8
* Reimplement portdbapi.visible() so that is works withoutZac Medico2007-10-051-44/+50
* Document interaction between config.setinst() andZac Medico2007-10-051-0/+7
* Bug #194081 - Add EBUSY to the list of ignored errnos for unlinkZac Medico2007-09-281-4/+8
* Move prelink tempfile cleanup to the finally block andZac Medico2007-09-271-6/+2