urllib.request.HTTPHandler.http_open()

HTTPHandler.http_open(req) Send an HTTP request, which can be either GET or POST, depending on req.has_data().

2016-10-07 17:46:54
ipaddress.ip_address()

ipaddress.ip_address(address) Return an IPv4Address or IPv6Address object depending on the IP address

2016-10-07 17:35:43
urllib.parse.urlencode()

urllib.parse.urlencode(query, doseq=False, safe='', encoding=None, errors=None, quote_via=quote_plus) Convert a mapping object

2016-10-07 17:46:46
http.cookiejar.Cookie.domain_initial_dot

Cookie.domain_initial_dot True if the domain explicitly specified by the server began with a dot ('.')

2016-10-07 17:33:56
urllib.request.AbstractBasicAuthHandler.http_error_auth_reqed()

AbstractBasicAuthHandler.http_error_auth_reqed(authreq, host, req, headers) Handle an authentication request by getting a user/password

2016-10-07 17:46:47
urllib.parse.urllib.parse.SplitResult.geturl()

urllib.parse.SplitResult.geturl() Return the re-combined version of the original URL as a string. This may differ from the original

2016-10-07 17:46:46
xmlrpc.client.loads()

xmlrpc.client.loads(data, use_datetime=False, use_builtin_types=False) Convert an XML-RPC request or response into Python objects

2016-10-07 17:48:33
http.server.BaseHTTPRequestHandler.address_string()

address_string() Returns the client address.

2016-10-07 17:34:11
nntplib.NNTPDataError

exception nntplib.NNTPDataError Exception raised when there is some error in the response data.

2016-10-07 17:38:14
telnetlib.Telnet.mt_interact()

Telnet.mt_interact() Multithreaded version of interact().

2016-10-07 17:44:16