cpython/Lib/urllib
Facundo Batista c469d4c3aa Issue 600362: Relocated parse_qs() and parse_qsl(), from the cgi module
to the urlparse one.  Added a DeprecationWarning in the old module, it
will be deprecated in the future.  Docs and tests updated.
2008-09-03 22:49: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 Issue 600362: Relocated parse_qs() and parse_qsl(), from the cgi module 2008-09-03 22:49:01 +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