cpython/Lib/urllib
Marc-André Lemburg 8f36af7a4c Normalize the encoding names for Latin-1 and UTF-8 to
'latin-1' and 'utf-8'.

These are optimized in the Python Unicode implementation
to result in more direct processing, bypassing the codec
registry.

Also see issue11303.
2011-02-25 15:42:01 +00:00
..
__init__.py Make a new urllib package . 2008-06-18 20:49:58 +00:00
error.py Make a new urllib package . 2008-06-18 20:49:58 +00:00
parse.py Add encoding and errors arguments to urllib.parse_qs() and urllib.parse_qsl() 2011-01-14 12:52:12 +00:00
request.py Normalize the encoding names for Latin-1 and UTF-8 to 2011-02-25 15:42:01 +00:00
response.py Add __enter__ and __exit__ methods to addbase() so that it supports with. 2009-03-26 21:34:20 +00:00
robotparser.py #4108: the first default entry (User-agent: *) wins. 2010-07-29 17:55:01 +00:00