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
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
robotparser.py Issue #25400: RobotFileParser now correctly returns default values for crawl_delay and request_rate 2016-09-18 20:17:58 +03:00