http.cookiejar.DefaultCookiePolicy.set_allowed_domains()

DefaultCookiePolicy.set_allowed_domains(allowed_domains) Set the sequence of allowed domains, or

2016-10-07 17:34:04
xmlrpc.client.DateTime.encode()

encode(out) Write the XML-RPC encoding of this DateTime item to the out stream object.

2016-10-07 17:48:32
http.server.SimpleHTTPRequestHandler

class http.server.SimpleHTTPRequestHandler(request, client_address, server) This class serves files from the current directory

2016-10-07 17:34:18
urllib.request.pathname2url()

urllib.request.pathname2url(path) Convert the pathname path from the local syntax for a path to the form used in the

2016-10-07 17:46:58
http.cookiejar.DefaultCookiePolicy.DomainStrict

DefaultCookiePolicy.DomainStrict Equivalent to DomainStrictNoDots|DomainStrictNonDomain.

2016-10-07 17:34:03
urllib.parse.urljoin()

urllib.parse.urljoin(base, url, allow_fragments=True) Construct a full (“absolute”) URL by combining a “base URL” (base)

2016-10-07 17:46:46
cgi.print_directory()

cgi.print_directory() Format the current directory in HTML.

2016-10-07 17:28:23
ipaddress.IPv4Network.num_addresses

num_addresses The total number of addresses in the network.

2016-10-07 17:35:32
urllib.request.HTTPPasswordMgrWithPriorAuth.update_authenticated()

HTTPPasswordMgrWithPriorAuth.update_authenticated(self, uri, is_authenticated=False) Update the is_authenticated

2016-10-07 17:46:56
urllib.parse.SplitResultBytes

class urllib.parse.SplitResultBytes(scheme, netloc, path, query, fragment) Concrete class for urlsplit() results

2016-10-07 17:46:45