cpython/Lib/urllib
Antoine Pitrou fd036451bf #2834: Change re module semantics, so that str and bytes mixing is forbidden,
and str (unicode) patterns get full unicode matching by default. The re.ASCII
flag is also introduced to ask for ASCII matching instead.
2008-08-19 17:56:33 +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 - Issue #3300: make urllib.parse.[un]quote() default to UTF-8. 2008-08-18 21:44:30 +00:00
request.py #2834: Change re module semantics, so that str and bytes mixing is forbidden, 2008-08-19 17:56:33 +00:00
response.py Make a new urllib package . 2008-06-18 20:49:58 +00:00
robotparser.py Merged revisions 65209-65216,65225-65226,65233,65239,65246-65247,65255-65256 via svnmerge from 2008-07-31 16:23:04 +00:00