socket.socket.sendall()

socket.sendall(bytes[, flags]) Send data to the socket. The socket must be connected to a remote socket. The optional flags

2016-10-07 17:42:23
socket.inet_ntop()

socket.inet_ntop(address_family, packed_ip) Convert a packed IP address (a bytes-like object

2016-10-07 17:42:17
ssl.SSLError.library

library A string mnemonic designating the OpenSSL submodule in which the error occurred, such as SSL, PEM

2016-10-07 17:42:55
signal.sigwait()

signal.sigwait(sigset) Suspend execution of the calling thread until the delivery of one of the signals specified in the signal

2016-10-07 17:42:01
asyncore.loop()

asyncore.loop([timeout[, use_poll[, map[, count]]]]) Enter a polling loop that terminates after count passes or all open channels

2016-10-07 17:27:12
socket.socket.setblocking()

socket.setblocking(flag) Set blocking or non-blocking mode of the socket: if flag is false, the socket is set to non-blocking

2016-10-07 17:42:24
ssl.SSLObject

class ssl.SSLObject A reduced-scope variant of SSLSocket representing an SSL protocol instance that does not contain

2016-10-07 17:42:55
socket.CMSG_SPACE()

socket.CMSG_SPACE(length) Return the buffer size needed for recvmsg() to receive an ancillary data item with associated

2016-10-07 17:42:11
ssl.SSLContext.wrap_bio()

SSLContext.wrap_bio(incoming, outgoing, server_side=False, server_hostname=None) Create a new SSLObject instance

2016-10-07 17:42:54
asyncore.file_wrapper

class asyncore.file_wrapper A file_wrapper takes an integer file descriptor and calls

2016-10-07 17:27:12