socketserver.BaseRequestHandler.setup()

setup() Called before the handle() method to perform any initialization actions required. The default implementation

2016-10-07 17:42:27
socketserver.BaseServer.address_family

address_family The family of protocols to which the server’s socket belongs. Common examples are

2016-10-07 17:42:28
http.server.BaseHTTPRequestHandler.rfile

rfile Contains an input stream, positioned at the start of the optional input data.

2016-10-07 17:34:15
nntplib.NNTP.ihave()

NNTP.ihave(message_id, data) Send an IHAVE command. message_id is the id of the message to send to the

2016-10-07 17:38:11
urllib.robotparser.RobotFileParser.modified()

modified() Sets the time the robots.txt file was last fetched to the current time.

2016-10-07 17:47:06
http.server.BaseHTTPRequestHandler.MessageClass

MessageClass Specifies an

2016-10-07 17:34:14
socketserver.BaseRequestHandler.finish()

finish() Called after the handle() method to perform any clean-up actions required. The default implementation

2016-10-07 17:42:27
ftplib.error_proto

exception ftplib.error_proto Exception raised when a reply is received from the server that does not fit the response specifications

2016-10-07 17:33:20
imaplib.Internaldate2tuple()

imaplib.Internaldate2tuple(datestr) Parse an IMAP4 INTERNALDATE string and return corresponding local time. The

2016-10-07 17:34:28
urllib.request.HTTPDigestAuthHandler.http_error_401()

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

2016-10-07 17:46:53