telnetlib.Telnet.write()

Telnet.write(buffer) Write a byte string to the socket, doubling any IAC characters. This can block if the connection is blocked

2016-10-07 17:44:18
imaplib.IMAP4.enable()

IMAP4.enable(capability) Enable capability (see

2016-10-07 17:34:21
telnetlib.Telnet.open()

Telnet.open(host, port=0[, timeout]) Connect to a host. The optional second argument is the port number, which defaults to the

2016-10-07 17:44:16
imaplib.IMAP4.deleteacl()

IMAP4.deleteacl(mailbox, who) Delete the ACLs (remove any rights) set for who on mailbox.

2016-10-07 17:34:21
socketserver.ForkingUDPServer

class socketserver.ForkingUDPServer class socketserver.ThreadingTCPServer class socketserver.ThreadingUDPServer

2016-10-07 17:42:32
wsgiref.handlers.BaseHandler.os_environ

os_environ The default environment variables to be included in every request’s WSGI environment. By default, this is a copy

2016-10-07 17:47:29
http.cookiejar.CookieJar.add_cookie_header()

CookieJar.add_cookie_header(request) Add correct Cookie header to request.

2016-10-07 17:33:59
cgitb.handler()

cgitb.handler(info=None) This function handles an exception using the default settings (that is, show a report in the browser

2016-10-07 17:28:24
ftplib.error_temp

exception ftplib.error_temp Exception raised when an error code signifying a temporary error (response codes in the range 400–499)

2016-10-07 17:33:20
http.server.BaseHTTPRequestHandler.error_message_format

error_message_format Specifies a format string that should be used by send_error() method for building an error

2016-10-07 17:34:12