summaryrefslogtreecommitdiffstats
path: root/pym
Commit message (Expand)AuthorAgeFilesLines
* 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
* Avoid useless and ugly atexit tracebacks that are triggered whenZac Medico2007-09-271-0/+3
* Simplify update_eclasses() a little. (trunk r7861)Zac Medico2007-09-271-8/+5
* Ignore ENOTDIR from unmerge unlink calls. (trunk r7856)Zac Medico2007-09-271-1/+1
* Set non-blocking mode on the pty master file descriptor whileZac Medico2007-09-261-16/+14
* Bug #192341 - When the chflags command does not exit successfully,Zac Medico2007-09-261-4/+13
* Bug #192341 - Eliminate the dependency on py-freebsd by implementingZac Medico2007-09-261-3/+16
* Bugs #168772 and #193695 - During unmerge, only ignore specificZac Medico2007-09-261-19/+64
* Bug #74615 - Quote all file paths inside dispatch-conf shellZac Medico2007-09-261-4/+4
* Bug #190179 - Use `prelink --verify filename` to write theZac Medico2007-09-261-5/+9
* Flush stderr and stdout if their file descriptors are in fd_pipesZac Medico2007-09-261-4/+13
* Mask binary packages if their CHOST does not match the oneZac Medico2007-09-261-1/+1
* Use ensure_dirs() and apply_permissions() to avoid redundantZac Medico2007-09-262-8/+5
* Bug #192346 - The emerge --help shows a -i option thatZac Medico2007-09-261-1/+1
* Bug #192195 - In dir_get_list(), append a trailing / to the addressZac Medico2007-09-261-0/+4
* Catch errno.ENOTDIR instead of using os.path.isdir(). (trunk r7770)Zac Medico2007-09-261-2/+3
* Bug #192298 - Handle PermissionDenied error inZac Medico2007-09-261-2/+15
* Bug #190268 - Avoid unwanted sandbox violations in src_test().Zac Medico2007-09-081-2/+1
* For bug #190268, filter SANDBOX_* from the calling environment so that theyZac Medico2007-09-071-1/+2
* Reformat collision-protect output so that the list of file collisions isZac Medico2007-09-061-2/+7
* Bug #190406 - Filter the myheaders list so that it doesn't include binaryZac Medico2007-09-061-1/+18
* Bug #190214 - Make the rpm phase use /usr/src/rpm instead of /usr/src/redhat.Zac Medico2007-09-061-0/+3
* Don't cache results from match_from_list() since *dbapi.match() caches do the...Zac Medico2007-09-061-10/+1
* Add * and ~* to the list of valid values for ACCEPT_KEYWORDS. (trunk r7688)Zac Medico2007-08-231-1/+1
* Bug #189791 - Define EBUILD_PHASE=unpack during the nofetch phase since other...Zac Medico2007-08-231-0/+1
* In config.regenerate(), skip loading /etc/profile.env if it's mtime hasn't ch...Zac Medico2007-08-231-6/+13