cgi.parse_qsl()

cgi.parse_qsl(qs, keep_blank_values=False, strict_parsing=False) This function is deprecated in this module. Use

2016-10-07 17:28:22
wsgiref.handlers.BaseHandler.http_version

http_version If origin_server is true, this string attribute is used to set the HTTP version of the response set

2016-10-07 17:47:28
urllib.request.BaseHandler.parent

BaseHandler.parent A valid OpenerDirector, which can be used to open using a different protocol, or handle errors

2016-10-07 17:46:49
nntplib.decode_header()

nntplib.decode_header(header_str) Decode a header value, un-escaping any escaped non-ASCII characters. header_str must

2016-10-07 17:38:09
xmlrpc.server.DocXMLRPCServer.set_server_name()

DocXMLRPCServer.set_server_name(server_name) Set the name used in the generated HTML documentation. This name will appear at

2016-10-07 17:48:36
http.server.BaseHTTPRequestHandler.flush_headers()

flush_headers() Finally send the headers to the output stream and flush the internal headers buffer.

2016-10-07 17:34:12
http.server.BaseHTTPRequestHandler.protocol_version

protocol_version This specifies the HTTP protocol version used in responses. If set to 'HTTP/1.1', the server will

2016-10-07 17:34:15
xmlrpc.server.DocXMLRPCServer

class xmlrpc.server.DocXMLRPCServer(addr, requestHandler=DocXMLRPCRequestHandler, logRequests=True, allow_none=False, encoding=None, bind_and_activate=True, use_bui

2016-10-07 17:48:36
http.cookiejar.DefaultCookiePolicy

class http.cookiejar.DefaultCookiePolicy(blocked_domains=None, allowed_domains=None, netscape=True, rfc2965=False, rfc2109_as_netscape=None, hide_cookie2=False, strict_domain=False

2016-10-07 17:34:02
urllib.request.HTTPPasswordMgrWithPriorAuth

class urllib.request.HTTPPasswordMgrWithPriorAuth A variant of HTTPPasswordMgrWithDefaultRealm that also has a

2016-10-07 17:46:55