socket.socket.recv_into()

socket.recv_into(buffer[, nbytes[, flags]]) Receive up to nbytes bytes from the socket, storing the data into a buffer

2016-10-07 17:42:23
ssl.SSLSocket.server_hostname

SSLSocket.server_hostname Hostname of the server:

2016-10-07 17:42:58
asyncore.dispatcher.handle_connect()

handle_connect() Called when the active opener’s socket actually makes a connection. Might send a “welcome” banner, or initiate

2016-10-07 17:27:10
ssl.SSLContext.protocol

SSLContext.protocol The protocol version chosen when constructing the context. This attribute is read-only.

2016-10-07 17:42:51
asyncore.dispatcher.handle_accept()

handle_accept() Called on listening channels (passive openers) when a connection can be established with a new remote endpoint

2016-10-07 17:27:09
signal.pthread_sigmask()

signal.pthread_sigmask(how, mask) Fetch and/or change the signal mask of the calling thread. The signal mask is the set of signals

2016-10-07 17:41:59
ssl.RAND_bytes()

ssl.RAND_bytes(num) Return num cryptographically strong pseudo-random bytes. Raises an SSLError if the

2016-10-07 17:42:49
socket.socket.set_inheritable()

socket.set_inheritable(inheritable) Set the

2016-10-07 17:42:25
ssl.SSLSocket.selected_alpn_protocol()

SSLSocket.selected_alpn_protocol() Return the protocol that was selected during the TLS handshake. If SSLContext.set_

2016-10-07 17:42:57
ssl.SSLEOFError

exception ssl.SSLEOFError A subclass of SSLError raised when the SSL connection has been terminated abruptly. Generally

2016-10-07 17:42:54