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
ssl.SSLContext.protocol

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

2016-10-07 17:42:51
socket.socket.settimeout()

socket.settimeout(value) Set a timeout on blocking socket operations. The value argument can be a nonnegative floating

2016-10-07 17:42:25
socket.socket.fileno()

socket.fileno() Return the socket’s file descriptor (a small integer), or -1 on failure. This is useful with

2016-10-07 17:42:20
mmap.mmap.read_byte()

read_byte() Returns a byte at the current file position as an integer, and advances the file position by 1.

2016-10-07 17:37:19
asyncore.file_dispatcher

class asyncore.file_dispatcher A file_dispatcher takes a file descriptor or file object

2016-10-07 17:27:11
socket.timeout

exception socket.timeout A subclass of

2016-10-07 17:42:26
asynchat.async_chat.collect_incoming_data()

async_chat.collect_incoming_data(data) Called with data holding an arbitrary amount of received data. The default method

2016-10-07 17:26:22
ssl.PROTOCOL_TLSv1_1

ssl.PROTOCOL_TLSv1_1 Selects TLS version 1.1 as the channel encryption protocol. Available only with openssl version 1.0.1+

2016-10-07 17:42:48
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