Lines Matching full:urls
22 **urllib.request** is a Python module for fetching URLs
24 the *urlopen* function. This is capable of fetching URLs using a variety of
29 urllib.request supports fetching URLs for many "URL schemes" (identified by the string
35 encounter errors or non-trivial cases when opening HTTP URLs, you will need some
43 Fetching URLs
202 HTTP URLs.
419 handlers. Each handler knows how to open URLs for a particular URL scheme (http,
423 You will want to create openers if you want to fetch URLs with specific handlers
443 urls in the same way as the ``urlopen`` function: there's no need to call
474 the mapping of URLs and realms to passwords and usernames. If you know what the
483 The top-level URL is the first URL that requires authentication. URLs "deeper"
592 attempt to fetch *localhost* URLs through this proxy it blocks them. IE