http.cookiejar.CookieJar.set_policy()

CookieJar.set_policy(policy) Set the CookiePolicy instance to be used.

2016-10-07 17:34:00
urllib.request.AbstractBasicAuthHandler

class urllib.request.AbstractBasicAuthHandler(password_mgr=None) This is a mixin class that helps with HTTP authentication,

2016-10-07 17:46:47
urllib.request.ProxyDigestAuthHandler.http_error_407()

ProxyDigestAuthHandler.http_error_407(req, fp, code, msg, hdrs) Retry the request with authentication information, if available

2016-10-07 17:46:59
poplib.POP3.pass_()

POP3.pass_(password) Send password, response includes message count and mailbox size. Note: the mailbox on the server is locked

2016-10-07 17:40:52
xmlrpc.server.DocXMLRPCServer.set_server_title()

DocXMLRPCServer.set_server_title(server_title) Set the title used in the generated HTML documentation. This title will be used

2016-10-07 17:48:36
socketserver.BaseServer.socket_type

socket_type The type of socket used by the server;

2016-10-07 17:42:31
ipaddress.IPv6Network.hosts()

hosts()

2016-10-07 17:35:40
imaplib.IMAP4.readline()

IMAP4.readline() Reads one line from the remote server. You may override this method.

2016-10-07 17:34:24
ftplib.FTP.login()

FTP.login(user='anonymous', passwd='', acct='') Log in as the given user. The passwd and acct parameters

2016-10-07 17:33:21
http.server.BaseHTTPRequestHandler.date_time_string()

date_time_string(timestamp=None) Returns the date and time given by timestamp (which must be None or in the format

2016-10-07 17:34:12