http.cookiejar.DefaultCookiePolicy.strict_rfc2965_unverifiable

DefaultCookiePolicy.strict_rfc2965_unverifiable Follow RFC 2965 rules on unverifiable transactions (usually, an unverifiable

2016-10-07 17:34:05
wsgiref.simple_server.WSGIRequestHandler.get_environ()

get_environ() Returns a dictionary containing the WSGI environment for a request. The default implementation copies the contents

2016-10-07 17:47:32
wsgiref.handlers.BaseHandler.run()

run(app) Run the specified WSGI application, app.

2016-10-07 17:47:29
http.server.BaseHTTPRequestHandler.log_message()

log_message(format, ...) Logs an arbitrary message to sys.stderr. This is typically overridden to create custom

2016-10-07 17:34:14
urllib.request.OpenerDirector

class urllib.request.OpenerDirector The OpenerDirector class opens URLs via BaseHandlers chained together

2016-10-07 17:46:57
ipaddress.IPv4Network.is_unspecified

is_unspecified

2016-10-07 17:35:32
urllib.request.DataHandler.data_open()

DataHandler.data_open(req) Read a data URL. This kind of URL contains the content encoded in the URL itself. The data URL syntax

2016-10-07 17:46:51
http.client.ImproperConnectionState

exception http.client.ImproperConnectionState A subclass of HTTPException.

2016-10-07 17:33:53
uuid.UUID.version

UUID.version The UUID version number (1 through 5, meaningful only when the variant is RFC_4122).

2016-10-07 17:47:09
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