http.server.BaseHTTPRequestHandler.log_error()

log_error(...) Logs an error when a request cannot be fulfilled. By default, it passes the message to log_message()

2016-10-07 17:34:14
smtplib.SMTP.auth()

SMTP.auth(mechanism, authobject, *, initial_response_ok=True) Issue an SMTP AUTH command for the specified

2016-10-07 17:42:06
smtpd.SMTPChannel.conn

conn Holds the socket object connecting to the client.

2016-10-07 17:42:03
ipaddress.IPv6Network.address_exclude()

address_exclude(network)

2016-10-07 17:35:39
socketserver.BaseServer.verify_request()

verify_request(request, client_address) Must return a Boolean value; if the value is

2016-10-07 17:42:31
telnetlib.Telnet.read_some()

Telnet.read_some() Read at least one byte of cooked data unless EOF is hit. Return b'' if EOF is hit. Block if

2016-10-07 17:44:17
urllib.request.Request

class urllib.request.Request(url, data=None, headers={}, origin_req_host=None, unverifiable=False, method=None) This class is

2016-10-07 17:47:00
http.cookiejar.DefaultCookiePolicy.strict_domain

DefaultCookiePolicy.strict_domain Don’t allow sites to set two-component domains with country-code top-level domains like

2016-10-07 17:34:05
xmlrpc.client.Fault

class xmlrpc.client.Fault A Fault object encapsulates the content of an XML-RPC fault tag. Fault objects have the

2016-10-07 17:48:32
http.server.BaseHTTPRequestHandler.responses

responses This attribute contains a mapping of error code integers to two-element tuples containing a short and long message

2016-10-07 17:34:15