blob: e27362862a103bd4b33c165cb7723d3c572ec96f [file] [log] [blame]
Georg Brandl8ec7f652007-08-15 14:28:01 +00001
2.. _internet:
3
4******************************
5Internet Protocols and Support
6******************************
7
8.. index::
9 single: WWW
10 single: Internet
11 single: World Wide Web
12
13.. index:: module: socket
14
15The modules described in this chapter implement Internet protocols and support
16for related technology. They are all implemented in Python. Most of these
17modules require the presence of the system-dependent module :mod:`socket`, which
18is currently supported on most popular platforms. Here is an overview:
19
20
21.. toctree::
22
23 webbrowser.rst
24 cgi.rst
25 cgitb.rst
26 wsgiref.rst
27 urllib.rst
28 urllib2.rst
29 httplib.rst
30 ftplib.rst
31 poplib.rst
32 imaplib.rst
33 nntplib.rst
34 smtplib.rst
35 smtpd.rst
36 telnetlib.rst
37 uuid.rst
Georg Brandlb64b8272009-05-01 21:28:35 +000038 ipaddr.rst
Georg Brandl8ec7f652007-08-15 14:28:01 +000039 urlparse.rst
40 socketserver.rst
41 basehttpserver.rst
42 simplehttpserver.rst
43 cgihttpserver.rst
44 cookielib.rst
45 cookie.rst
46 xmlrpclib.rst
47 simplexmlrpcserver.rst
48 docxmlrpcserver.rst