René's URL Explorer Experiment


Title: 20.16. urlparse — Parse URLs into components — Python 2.7.18 documentation

direct link

Domain: docs.python.org

Links:

no longer supportedhttps://devguide.python.org/devcycle/#end-of-life-branches
Python documentation for the current stable releasehttps://docs.python.org/3/library/urlparse.html
indexhttps://docs.python.org/2/genindex.html
moduleshttps://docs.python.org/2/py-modindex.html
nexthttps://docs.python.org/2/library/socketserver.html
previoushttps://docs.python.org/2/library/uuid.html
Pythonhttps://www.python.org/
Python 2.7.18 documentationhttps://docs.python.org/2/index.html
The Python Standard Libraryhttps://docs.python.org/2/library/index.html
20. Internet Protocols and Supporthttps://docs.python.org/2/library/internet.html
urlparsehttps://docs.python.org/2/library/urlparse.html#module-urlparse
https://docs.python.org/2/library/urlparse.html#module-urlparse
urlparsehttps://docs.python.org/2/library/urlparse.html#module-urlparse
2to3https://docs.python.org/2/glossary.html#term-2to3
Lib/urlparse.pyhttps://github.com/python/cpython/tree/2.7/Lib/urlparse.py
urlparsehttps://docs.python.org/2/library/urlparse.html#module-urlparse
https://docs.python.org/2/library/urlparse.html#urlparse.urlparse
RFC 1808https://tools.ietf.org/html/rfc1808.html
Truehttps://docs.python.org/2/library/constants.html#True
tuplehttps://docs.python.org/2/library/functions.html#tuple
Nonehttps://docs.python.org/2/library/constants.html#None
Nonehttps://docs.python.org/2/library/constants.html#None
Nonehttps://docs.python.org/2/library/constants.html#None
Nonehttps://docs.python.org/2/library/constants.html#None
Results of urlparse() and urlsplit()https://docs.python.org/2/library/urlparse.html#urlparse-result-object
ValueErrorhttps://docs.python.org/2/library/exceptions.html#exceptions.ValueError
ValueErrorhttps://docs.python.org/2/library/exceptions.html#exceptions.ValueError
https://docs.python.org/2/library/urlparse.html#urlparse.parse_qs
ValueErrorhttps://docs.python.org/2/library/exceptions.html#exceptions.ValueError
ValueErrorhttps://docs.python.org/2/library/exceptions.html#exceptions.ValueError
urllib.urlencode()https://docs.python.org/2/library/urllib.html#urllib.urlencode
cgihttps://docs.python.org/2/library/cgi.html#module-cgi
https://docs.python.org/2/library/urlparse.html#urlparse.parse_qsl
ValueErrorhttps://docs.python.org/2/library/exceptions.html#exceptions.ValueError
ValueErrorhttps://docs.python.org/2/library/exceptions.html#exceptions.ValueError
urllib.urlencode()https://docs.python.org/2/library/urllib.html#urllib.urlencode
cgihttps://docs.python.org/2/library/cgi.html#module-cgi
https://docs.python.org/2/library/urlparse.html#urlparse.urlunparse
https://docs.python.org/2/library/urlparse.html#urlparse.urlsplit
urlparse()https://docs.python.org/2/library/urlparse.html#module-urlparse
urlparse()https://docs.python.org/2/library/urlparse.html#module-urlparse
RFC 2396https://tools.ietf.org/html/rfc2396.html
tuplehttps://docs.python.org/2/library/functions.html#tuple
Nonehttps://docs.python.org/2/library/constants.html#None
Nonehttps://docs.python.org/2/library/constants.html#None
Nonehttps://docs.python.org/2/library/constants.html#None
Nonehttps://docs.python.org/2/library/constants.html#None
Results of urlparse() and urlsplit()https://docs.python.org/2/library/urlparse.html#urlparse-result-object
ValueErrorhttps://docs.python.org/2/library/exceptions.html#exceptions.ValueError
ValueErrorhttps://docs.python.org/2/library/exceptions.html#exceptions.ValueError
https://docs.python.org/2/library/urlparse.html#urlparse.urlunsplit
urlsplit()https://docs.python.org/2/library/urlparse.html#urlparse.urlsplit
https://docs.python.org/2/library/urlparse.html#urlparse.urljoin
urlparse()https://docs.python.org/2/library/urlparse.html#module-urlparse
urlsplit()https://docs.python.org/2/library/urlparse.html#urlparse.urlsplit
urlunsplit()https://docs.python.org/2/library/urlparse.html#urlparse.urlunsplit
https://docs.python.org/2/library/urlparse.html#urlparse.urldefrag
RFC 3986https://tools.ietf.org/html/rfc3986.html
RFC 2732https://tools.ietf.org/html/rfc2732.html
RFC 2396https://tools.ietf.org/html/rfc2396.html
RFC 2368https://tools.ietf.org/html/rfc2368.html
RFC 1808https://tools.ietf.org/html/rfc1808.html
RFC 1738https://tools.ietf.org/html/rfc1738.html
urlparse()https://docs.python.org/2/library/urlparse.html#module-urlparse
urlsplit()https://docs.python.org/2/library/urlparse.html#urlparse.urlsplit
https://docs.python.org/2/library/urlparse.html#results-of-urlparse-and-urlsplit
urlparse()https://docs.python.org/2/library/urlparse.html#module-urlparse
urlsplit()https://docs.python.org/2/library/urlparse.html#urlparse.urlsplit
tuplehttps://docs.python.org/2/library/functions.html#tuple
https://docs.python.org/2/library/urlparse.html#urlparse.ParseResult.geturl
https://docs.python.org/2/library/urlparse.html#urlparse.ParseResult
urlparse()https://docs.python.org/2/library/urlparse.html#module-urlparse
https://docs.python.org/2/library/urlparse.html#urlparse.SplitResult
urlsplit()https://docs.python.org/2/library/urlparse.html#urlparse.urlsplit
Table of Contentshttps://docs.python.org/2/contents.html
20.16. urlparse — Parse URLs into componentshttps://docs.python.org/2/library/urlparse.html
20.16.1. Results of urlparse() and urlsplit()https://docs.python.org/2/library/urlparse.html#results-of-urlparse-and-urlsplit
20.15. uuid — UUID objects according to RFC 4122https://docs.python.org/2/library/uuid.html
20.17. SocketServer — A framework for network servershttps://docs.python.org/2/library/socketserver.html
Show Sourcehttps://docs.python.org/2/_sources/library/urlparse.rst.txt
indexhttps://docs.python.org/2/genindex.html
moduleshttps://docs.python.org/2/py-modindex.html
nexthttps://docs.python.org/2/library/socketserver.html
previoushttps://docs.python.org/2/library/uuid.html
Pythonhttps://www.python.org/
Python 2.7.18 documentationhttps://docs.python.org/2/index.html
The Python Standard Libraryhttps://docs.python.org/2/library/index.html
20. Internet Protocols and Supporthttps://docs.python.org/2/library/internet.html
Copyrighthttps://docs.python.org/2/copyright.html
Please donate.https://www.python.org/psf/donations/
Found a bughttps://docs.python.org/2/bugs.html
Sphinxhttp://sphinx.pocoo.org/

URLs of crawlers that visited me.