signal.pthread_kill()

signal.pthread_kill(thread_id, signalnum) Send the signal signalnum to the thread thread_id, another thread

2016-10-07 17:41:59
socket.gethostname()

socket.gethostname() Return a string containing the hostname of the machine where the Python interpreter is currently executing

2016-10-07 17:42:14
asynchat.async_chat.discard_buffers()

async_chat.discard_buffers() In emergencies this method will discard any data held in the input and/or output buffers and the

2016-10-07 17:26:22
socket.socketpair()

socket.socketpair([family[, type[, proto]]]) Build a pair of connected socket objects using the given address family, socket

2016-10-07 17:42:26
ssl.SSLSyscallError

exception ssl.SSLSyscallError A subclass of SSLError raised when a system error was encountered while trying to

2016-10-07 17:42:59
asynchat.async_chat.ac_out_buffer_size

ac_out_buffer_size The asynchronous output buffer size (default 4096).

2016-10-07 17:26:22
socket.getservbyname()

socket.getservbyname(servicename[, protocolname]) Translate an Internet service name and protocol name to a port number for

2016-10-07 17:42:14
socket.inet_pton()

socket.inet_pton(address_family, ip_string) Convert an IP address from its family-specific string format to a packed, binary

2016-10-07 17:42:17
signal.getsignal()

signal.getsignal(signalnum) Return the current signal handler for the signal signalnum. The returned value may be a

2016-10-07 17:41:59
asynchat.async_chat.close_when_done()

async_chat.close_when_done() Pushes a None on to the producer fifo. When this producer is popped off the fifo it

2016-10-07 17:26:22