cpython/Lib/urllib
Guido van Rossum 52dbbb9068 - Issue #3300: make urllib.parse.[un]quote() default to UTF-8.
Code contributed by Matt Giuca.  quote() now encodes the input
  before quoting, unquote() decodes after unquoting.  There are
  new arguments to change the encoding and errors settings.
  There are also new APIs to skip the encode/decode steps.
  [un]quote_plus() are also affected.
2008-08-18 21:44:30 +00:00
..
__init__.py
error.py
parse.py - Issue #3300: make urllib.parse.[un]quote() default to UTF-8. 2008-08-18 21:44:30 +00:00
request.py Issue 2464. Supports a malformation in the URL received 2008-08-17 03:36:03 +00:00
response.py
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