nntplib.NNTP.descriptions()

NNTP.descriptions(grouppattern) Send a LIST NEWSGROUPS command, where grouppattern is a wildmat string

2016-10-07 17:38:10
socketserver.BaseServer.handle_timeout()

handle_timeout() This function is called when the timeout attribute has been set to a value other than

2016-10-07 17:42:29
http.server.BaseHTTPRequestHandler.error_content_type

error_content_type Specifies the Content-Type HTTP header of error responses sent to the client. The default value is 'text/html'

2016-10-07 17:34:12
http.cookiejar.Cookie.domain_specified

Cookie.domain_specified True if a domain was explicitly specified by the server.

2016-10-07 17:33:56
socketserver.UDPServer

class socketserver.UDPServer(server_address, RequestHandlerClass, bind_and_activate=True) This uses datagrams, which are discrete

2016-10-07 17:42:32
ipaddress.IPv4Interface

class ipaddress.IPv4Interface(address) Construct an IPv4 interface. The meaning of address is as in the constructor

2016-10-07 17:35:28
imaplib.IMAP4.setquota()

IMAP4.setquota(root, limits) Set the quota root‘s resource limits. This method is part of the

2016-10-07 17:34:25
smtplib.SMTPDataError

exception smtplib.SMTPDataError The SMTP server refused to accept the message data.

2016-10-07 17:42:09
poplib.POP3.capa()

POP3.capa() Query the server’s capabilities as specified in

2016-10-07 17:40:51
urllib.request.urlcleanup()

urllib.request.urlcleanup() Cleans up temporary files that may have been left behind by previous calls to urlretrieve()

2016-10-07 17:47:04