cpython/Lib/urllib
Ratnadeep Debnath 21024f0662 bpo-16285: Update urllib quoting to RFC 3986 (#173)
* bpo-16285: Update urllib quoting to RFC 3986

urllib.parse.quote is now based on RFC 3986, and hence
includes `'~'` in the set of characters that is not escaped
by default.

Patch by Christian Theune and Ratnadeep Debnath.
2017-02-25 19:00:28 +10:00
..
__init__.py
error.py Issue #23887: urllib.error.HTTPError now has a proper repr() representation. 2015-04-22 18:35:54 -03:00
parse.py bpo-16285: Update urllib quoting to RFC 3986 (#173) 2017-02-25 19:00:28 +10:00
request.py Issue #29142: Merge 3.6. 2017-01-09 11:52:10 +08:00
response.py Issue #23865: close() methods in multiple modules now are idempotent and more 2015-04-10 13:24:41 +03:00
robotparser.py Issue #25400: RobotFileParser now correctly returns default values for crawl_delay and request_rate 2016-09-18 20:17:58 +03:00