ftplib.FTP_TLS.prot_c()

FTP_TLS.prot_c() Set up clear text data connection.

2016-10-07 17:33:25
urllib.request.HTTPRedirectHandler.http_error_307()

HTTPRedirectHandler.http_error_307(req, fp, code, msg, hdrs) The same as http_error_301(), but called for the ‘temporary

2016-10-07 17:46:57
smtplib.SMTPRecipientsRefused

exception smtplib.SMTPRecipientsRefused All recipient addresses refused. The errors for each recipient are accessible through

2016-10-07 17:42:09
ipaddress.IPv6Interface

class ipaddress.IPv6Interface(address) Construct an IPv6 interface. The meaning of address is as in the constructor

2016-10-07 17:35:37
http.server.BaseHTTPRequestHandler.send_header()

send_header(keyword, value) Adds the HTTP header to an internal buffer which will be written to the output stream when either

2016-10-07 17:34:16
imaplib.IMAP4.setannotation()

IMAP4.setannotation(mailbox, entry, attribute[, ...]) Set ANNOTATIONs for mailbox. The method is non-standard

2016-10-07 17:34:25
uuid.UUID.variant

UUID.variant The UUID variant, which determines the internal layout of the UUID. This will be one of the integer constants

2016-10-07 17:47:08
imaplib.IMAP4.response()

IMAP4.response(code) Return data for response code if received, or None. Returns the given code, instead

2016-10-07 17:34:24
xmlrpc

XML-RPC is a Remote Procedure Call method that uses XML passed via HTTP as a transport. With it, a client can call methods with parameters on a remote server (the server is

2016-10-07 17:48:31
nntplib.NNTPTemporaryError

exception nntplib.NNTPTemporaryError Exception raised when a response code in the range 400–499 is received.

2016-10-07 17:38:15