René's URL Explorer Experiment


Title: 17.2. socket — Low-level networking interface — Python v3.2.6 documentation

direct link

Domain: docs.python.org

Nonetext/html; charset=utf-8

Links:

indexhttps://docs.python.org/3.2/genindex.html
moduleshttps://docs.python.org/3.2/py-modindex.html
nexthttps://docs.python.org/3.2/library/ssl.html
previoushttps://docs.python.org/3.2/library/subprocess.html
Pythonhttp://www.python.org/
3.2.6 Documentationhttps://docs.python.org/3.2/index.html
The Python Standard Libraryhttps://docs.python.org/3.2/library/index.html
17. Interprocess Communication and Networkinghttps://docs.python.org/3.2/library/ipc.html
sockethttps://docs.python.org/3.2/library/socket.html#module-socket
https://docs.python.org/3.2/library/socket.html#module-socket
socket()https://docs.python.org/3.2/library/socket.html#module-socket
socketserverhttps://docs.python.org/3.2/library/socketserver.html#module-socketserver
sslhttps://docs.python.org/3.2/library/ssl.html#module-ssl
https://docs.python.org/3.2/library/socket.html#socket-families
AF_UNIXhttps://docs.python.org/3.2/library/socket.html#socket.AF_UNIX
AF_INEThttps://docs.python.org/3.2/library/socket.html#socket.AF_INET
AF_INET6https://docs.python.org/3.2/library/socket.html#socket.AF_INET6
sockethttps://docs.python.org/3.2/library/socket.html#module-socket
socket.errorhttps://docs.python.org/3.2/library/socket.html#socket.error
setblocking()https://docs.python.org/3.2/library/socket.html#socket.socket.setblocking
settimeout()https://docs.python.org/3.2/library/socket.html#socket.socket.settimeout
https://docs.python.org/3.2/library/socket.html#module-contents
sockethttps://docs.python.org/3.2/library/socket.html#module-socket
https://docs.python.org/3.2/library/socket.html#socket.error
IOErrorhttps://docs.python.org/3.2/library/exceptions.html#IOError
errnohttps://docs.python.org/3.2/library/errno.html#module-errno
https://docs.python.org/3.2/library/socket.html#socket.herror
socket.errorhttps://docs.python.org/3.2/library/socket.html#socket.error
gethostbyname_ex()https://docs.python.org/3.2/library/socket.html#socket.gethostbyname_ex
gethostbyaddr()https://docs.python.org/3.2/library/socket.html#socket.gethostbyaddr
https://docs.python.org/3.2/library/socket.html#socket.gaierror
socket.errorhttps://docs.python.org/3.2/library/socket.html#socket.error
getaddrinfo()https://docs.python.org/3.2/library/socket.html#socket.getaddrinfo
getnameinfo()https://docs.python.org/3.2/library/socket.html#socket.getnameinfo
https://docs.python.org/3.2/library/socket.html#socket.timeout
socket.errorhttps://docs.python.org/3.2/library/socket.html#socket.error
settimeout()https://docs.python.org/3.2/library/socket.html#socket.socket.settimeout
setdefaulttimeout()https://docs.python.org/3.2/library/socket.html#socket.setdefaulttimeout
https://docs.python.org/3.2/library/socket.html#socket.AF_UNIX
https://docs.python.org/3.2/library/socket.html#socket.AF_INET
https://docs.python.org/3.2/library/socket.html#socket.AF_INET6
socket()https://docs.python.org/3.2/library/socket.html#module-socket
AF_UNIXhttps://docs.python.org/3.2/library/socket.html#socket.AF_UNIX
https://docs.python.org/3.2/library/socket.html#socket.SOCK_STREAM
https://docs.python.org/3.2/library/socket.html#socket.SOCK_DGRAM
https://docs.python.org/3.2/library/socket.html#socket.SOCK_RAW
https://docs.python.org/3.2/library/socket.html#socket.SOCK_RDM
https://docs.python.org/3.2/library/socket.html#socket.SOCK_SEQPACKET
socket()https://docs.python.org/3.2/library/socket.html#module-socket
SOCK_STREAMhttps://docs.python.org/3.2/library/socket.html#socket.SOCK_STREAM
SOCK_DGRAMhttps://docs.python.org/3.2/library/socket.html#socket.SOCK_DGRAM
https://docs.python.org/3.2/library/socket.html#socket.SOCK_CLOEXEC
https://docs.python.org/3.2/library/socket.html#socket.SOCK_NONBLOCK
Secure File Descriptor Handlinghttp://udrepper.livejournal.com/20407.html
https://docs.python.org/3.2/library/socket.html#socket.SOMAXCONN
https://docs.python.org/3.2/library/socket.html#socket.has_ipv6
https://docs.python.org/3.2/library/socket.html#socket.create_connection
socket.connect()https://docs.python.org/3.2/library/socket.html#socket.socket.connect
AF_INEThttps://docs.python.org/3.2/library/socket.html#socket.AF_INET
AF_INET6https://docs.python.org/3.2/library/socket.html#socket.AF_INET6
getdefaulttimeout()https://docs.python.org/3.2/library/socket.html#socket.getdefaulttimeout
withhttps://docs.python.org/3.2/reference/compound_stmts.html#with
https://docs.python.org/3.2/library/socket.html#socket.getaddrinfo
socket()https://docs.python.org/3.2/library/socket.html#module-socket
AF_INEThttps://docs.python.org/3.2/library/socket.html#socket.AF_INET
AF_INET6https://docs.python.org/3.2/library/socket.html#socket.AF_INET6
socket.connect()https://docs.python.org/3.2/library/socket.html#socket.socket.connect
https://docs.python.org/3.2/library/socket.html#socket.getfqdn
gethostbyaddr()https://docs.python.org/3.2/library/socket.html#socket.gethostbyaddr
gethostname()https://docs.python.org/3.2/library/socket.html#socket.gethostname
https://docs.python.org/3.2/library/socket.html#socket.gethostbyname
gethostbyname_ex()https://docs.python.org/3.2/library/socket.html#socket.gethostbyname_ex
gethostbyname()https://docs.python.org/3.2/library/socket.html#socket.gethostbyname
getaddrinfo()https://docs.python.org/3.2/library/socket.html#socket.getaddrinfo
https://docs.python.org/3.2/library/socket.html#socket.gethostbyname_ex
gethostbyname_ex()https://docs.python.org/3.2/library/socket.html#socket.gethostbyname_ex
getaddrinfo()https://docs.python.org/3.2/library/socket.html#socket.getaddrinfo
https://docs.python.org/3.2/library/socket.html#socket.gethostname
gethostname()https://docs.python.org/3.2/library/socket.html#socket.gethostname
https://docs.python.org/3.2/library/socket.html#socket.gethostbyaddr
getfqdn()https://docs.python.org/3.2/library/socket.html#socket.getfqdn
gethostbyaddr()https://docs.python.org/3.2/library/socket.html#socket.gethostbyaddr
https://docs.python.org/3.2/library/socket.html#socket.getnameinfo
https://docs.python.org/3.2/library/socket.html#socket.getprotobyname
socket()https://docs.python.org/3.2/library/socket.html#module-socket
SOCK_RAWhttps://docs.python.org/3.2/library/socket.html#socket.SOCK_RAW
https://docs.python.org/3.2/library/socket.html#socket.getservbyname
https://docs.python.org/3.2/library/socket.html#socket.getservbyport
https://docs.python.org/3.2/library/socket.html#socket.socket
AF_INEThttps://docs.python.org/3.2/library/socket.html#socket.AF_INET
AF_INET6https://docs.python.org/3.2/library/socket.html#socket.AF_INET6
AF_UNIXhttps://docs.python.org/3.2/library/socket.html#socket.AF_UNIX
SOCK_STREAMhttps://docs.python.org/3.2/library/socket.html#socket.SOCK_STREAM
SOCK_DGRAMhttps://docs.python.org/3.2/library/socket.html#socket.SOCK_DGRAM
https://docs.python.org/3.2/library/socket.html#socket.socketpair
socket()https://docs.python.org/3.2/library/socket.html#module-socket
AF_UNIXhttps://docs.python.org/3.2/library/socket.html#socket.AF_UNIX
AF_INEThttps://docs.python.org/3.2/library/socket.html#socket.AF_INET
https://docs.python.org/3.2/library/socket.html#socket.fromfd
socket()https://docs.python.org/3.2/library/socket.html#module-socket
https://docs.python.org/3.2/library/socket.html#socket.ntohl
https://docs.python.org/3.2/library/socket.html#socket.ntohs
https://docs.python.org/3.2/library/socket.html#socket.htonl
https://docs.python.org/3.2/library/socket.html#socket.htons
https://docs.python.org/3.2/library/socket.html#socket.inet_aton
inet_aton()https://docs.python.org/3.2/library/socket.html#socket.inet_aton
socket.errorhttps://docs.python.org/3.2/library/socket.html#socket.error
inet_aton()https://docs.python.org/3.2/library/socket.html#socket.inet_aton
inet_pton()https://docs.python.org/3.2/library/socket.html#socket.inet_pton
https://docs.python.org/3.2/library/socket.html#socket.inet_ntoa
socket.errorhttps://docs.python.org/3.2/library/socket.html#socket.error
inet_ntoa()https://docs.python.org/3.2/library/socket.html#socket.inet_ntoa
inet_ntop()https://docs.python.org/3.2/library/socket.html#socket.inet_ntop
https://docs.python.org/3.2/library/socket.html#socket.inet_pton
inet_pton()https://docs.python.org/3.2/library/socket.html#socket.inet_pton
inet_aton()https://docs.python.org/3.2/library/socket.html#socket.inet_aton
AF_INEThttps://docs.python.org/3.2/library/socket.html#socket.AF_INET
AF_INET6https://docs.python.org/3.2/library/socket.html#socket.AF_INET6
socket.errorhttps://docs.python.org/3.2/library/socket.html#socket.error
https://docs.python.org/3.2/library/socket.html#socket.inet_ntop
inet_ntop()https://docs.python.org/3.2/library/socket.html#socket.inet_ntop
inet_ntoa()https://docs.python.org/3.2/library/socket.html#socket.inet_ntoa
AF_INEThttps://docs.python.org/3.2/library/socket.html#socket.AF_INET
AF_INET6https://docs.python.org/3.2/library/socket.html#socket.AF_INET6
ValueErrorhttps://docs.python.org/3.2/library/exceptions.html#ValueError
socket.errorhttps://docs.python.org/3.2/library/socket.html#socket.error
inet_ntop()https://docs.python.org/3.2/library/socket.html#socket.inet_ntop
https://docs.python.org/3.2/library/socket.html#socket.getdefaulttimeout
https://docs.python.org/3.2/library/socket.html#socket.setdefaulttimeout
settimeout()https://docs.python.org/3.2/library/socket.html#socket.socket.settimeout
https://docs.python.org/3.2/library/socket.html#socket.SocketType
https://docs.python.org/3.2/library/socket.html#socket-objects
https://docs.python.org/3.2/library/socket.html#socket.socket.accept
https://docs.python.org/3.2/library/socket.html#socket.socket.bind
https://docs.python.org/3.2/library/socket.html#socket.socket.close
close()https://docs.python.org/3.2/library/socket.html#socket.socket.close
shutdown()https://docs.python.org/3.2/library/socket.html#socket.socket.shutdown
close()https://docs.python.org/3.2/library/socket.html#socket.socket.close
https://docs.python.org/3.2/library/socket.html#socket.socket.connect
https://docs.python.org/3.2/library/socket.html#socket.socket.connect_ex
https://docs.python.org/3.2/library/socket.html#socket.socket.detach
https://docs.python.org/3.2/library/socket.html#socket.socket.fileno
select.select()https://docs.python.org/3.2/library/select.html#select.select
os.fdopen()https://docs.python.org/3.2/library/os.html#os.fdopen
https://docs.python.org/3.2/library/socket.html#socket.socket.getpeername
https://docs.python.org/3.2/library/socket.html#socket.socket.getsockname
https://docs.python.org/3.2/library/socket.html#socket.socket.getsockopt
structhttps://docs.python.org/3.2/library/struct.html#module-struct
https://docs.python.org/3.2/library/socket.html#socket.socket.gettimeout
setblocking()https://docs.python.org/3.2/library/socket.html#socket.socket.setblocking
settimeout()https://docs.python.org/3.2/library/socket.html#socket.socket.settimeout
https://docs.python.org/3.2/library/socket.html#socket.socket.ioctl
ioctl()https://docs.python.org/3.2/library/socket.html#socket.socket.ioctl
Win32 documentationhttp://msdn.microsoft.com/en-us/library/ms741621%28VS.85%29.aspx
fcntl.fcntl()https://docs.python.org/3.2/library/fcntl.html#fcntl.fcntl
fcntl.ioctl()https://docs.python.org/3.2/library/fcntl.html#fcntl.ioctl
https://docs.python.org/3.2/library/socket.html#socket.socket.listen
https://docs.python.org/3.2/library/socket.html#socket.socket.makefile
file objecthttps://docs.python.org/3.2/glossary.html#term-file-object
makefile()https://docs.python.org/3.2/library/socket.html#socket.socket.makefile
open()https://docs.python.org/3.2/library/functions.html#open
makefile()https://docs.python.org/3.2/library/socket.html#socket.socket.makefile
subprocess.Popen()https://docs.python.org/3.2/library/subprocess.html#subprocess.Popen
https://docs.python.org/3.2/library/socket.html#socket.socket.recv
https://docs.python.org/3.2/library/socket.html#socket.socket.recvfrom
https://docs.python.org/3.2/library/socket.html#socket.socket.recvfrom_into
https://docs.python.org/3.2/library/socket.html#socket.socket.recv_into
https://docs.python.org/3.2/library/socket.html#socket.socket.send
recv()https://docs.python.org/3.2/library/socket.html#socket.socket.recv
Socket Programming HOWTOhttps://docs.python.org/3.2/howto/sockets.html#socket-howto
https://docs.python.org/3.2/library/socket.html#socket.socket.sendall
recv()https://docs.python.org/3.2/library/socket.html#socket.socket.recv
send()https://docs.python.org/3.2/library/socket.html#socket.socket.send
https://docs.python.org/3.2/library/socket.html#socket.socket.sendto
recv()https://docs.python.org/3.2/library/socket.html#socket.socket.recv
https://docs.python.org/3.2/library/socket.html#socket.socket.setblocking
settimeout()https://docs.python.org/3.2/library/socket.html#socket.socket.settimeout
https://docs.python.org/3.2/library/socket.html#socket.socket.settimeout
timeouthttps://docs.python.org/3.2/library/socket.html#socket.timeout
notes on socket timeoutshttps://docs.python.org/3.2/library/socket.html#socket-timeouts
https://docs.python.org/3.2/library/socket.html#socket.socket.setsockopt
sockethttps://docs.python.org/3.2/library/socket.html#module-socket
structhttps://docs.python.org/3.2/library/struct.html#module-struct
https://docs.python.org/3.2/library/socket.html#socket.socket.shutdown
recv()https://docs.python.org/3.2/library/socket.html#socket.socket.recv
send()https://docs.python.org/3.2/library/socket.html#socket.socket.send
sockethttps://docs.python.org/3.2/library/socket.html#module-socket
https://docs.python.org/3.2/library/socket.html#socket.socket.family
https://docs.python.org/3.2/library/socket.html#socket.socket.type
https://docs.python.org/3.2/library/socket.html#socket.socket.proto
https://docs.python.org/3.2/library/socket.html#notes-on-socket-timeouts
setdefaulttimeout()https://docs.python.org/3.2/library/socket.html#socket.setdefaulttimeout
selecthttps://docs.python.org/3.2/library/select.html#module-select
timeouthttps://docs.python.org/3.2/library/socket.html#socket.timeout
fileno()https://docs.python.org/3.2/library/socket.html#socket.socket.fileno
https://docs.python.org/3.2/library/socket.html#timeouts-and-the-connect-method
connect()https://docs.python.org/3.2/library/socket.html#socket.socket.connect
settimeout()https://docs.python.org/3.2/library/socket.html#socket.socket.settimeout
connect()https://docs.python.org/3.2/library/socket.html#socket.socket.connect
create_connection()https://docs.python.org/3.2/library/socket.html#socket.create_connection
https://docs.python.org/3.2/library/socket.html#timeouts-and-the-accept-method
getdefaulttimeout()https://docs.python.org/3.2/library/socket.html#socket.getdefaulttimeout
Nonehttps://docs.python.org/3.2/library/constants.html#None
accept()https://docs.python.org/3.2/library/socket.html#socket.socket.accept
accept()https://docs.python.org/3.2/library/socket.html#socket.socket.accept
accept()https://docs.python.org/3.2/library/socket.html#socket.socket.accept
https://docs.python.org/3.2/library/socket.html#example
socket()https://docs.python.org/3.2/library/socket.html#module-socket
bind()https://docs.python.org/3.2/library/socket.html#socket.socket.bind
listen()https://docs.python.org/3.2/library/socket.html#socket.socket.listen
accept()https://docs.python.org/3.2/library/socket.html#socket.socket.accept
accept()https://docs.python.org/3.2/library/socket.html#socket.socket.accept
socket()https://docs.python.org/3.2/library/socket.html#module-socket
connect()https://docs.python.org/3.2/library/socket.html#socket.socket.connect
sendall()https://docs.python.org/3.2/library/socket.html#socket.socket.sendall
recv()https://docs.python.org/3.2/library/socket.html#socket.socket.recv
accept()https://docs.python.org/3.2/library/socket.html#socket.socket.accept
sockethttps://docs.python.org/3.2/library/socket.html#module-socket
RFC 3493http://tools.ietf.org/html/rfc3493.html
Table Of Contentshttps://docs.python.org/3.2/contents.html
17.2. socket — Low-level networking interfacehttps://docs.python.org/3.2/library/socket.html
17.2.1. Socket familieshttps://docs.python.org/3.2/library/socket.html#socket-families
17.2.2. Module contentshttps://docs.python.org/3.2/library/socket.html#module-contents
17.2.3. Socket Objectshttps://docs.python.org/3.2/library/socket.html#socket-objects
17.2.4. Notes on socket timeoutshttps://docs.python.org/3.2/library/socket.html#notes-on-socket-timeouts
17.2.4.1. Timeouts and the connect methodhttps://docs.python.org/3.2/library/socket.html#timeouts-and-the-connect-method
17.2.4.2. Timeouts and the accept methodhttps://docs.python.org/3.2/library/socket.html#timeouts-and-the-accept-method
17.2.5. Examplehttps://docs.python.org/3.2/library/socket.html#example
17.1. subprocess — Subprocess managementhttps://docs.python.org/3.2/library/subprocess.html
17.3. ssl — TLS/SSL wrapper for socket objectshttps://docs.python.org/3.2/library/ssl.html
Report a Bughttps://docs.python.org/3.2/bugs.html
Show Sourcehttps://docs.python.org/3.2/_sources/library/socket.txt
indexhttps://docs.python.org/3.2/genindex.html
moduleshttps://docs.python.org/3.2/py-modindex.html
nexthttps://docs.python.org/3.2/library/ssl.html
previoushttps://docs.python.org/3.2/library/subprocess.html
Pythonhttp://www.python.org/
3.2.6 Documentationhttps://docs.python.org/3.2/index.html
The Python Standard Libraryhttps://docs.python.org/3.2/library/index.html
17. Interprocess Communication and Networkinghttps://docs.python.org/3.2/library/ipc.html
Copyrighthttps://docs.python.org/3.2/copyright.html
Please donate.http://www.python.org/psf/donations/
Found a bughttps://docs.python.org/3.2/bugs.html
Sphinxhttp://sphinx.pocoo.org/

URLs of crawlers that visited me.