cpython/Lib/urllib
Senthil Kumaran a5c85b3f5f Issue #22366: urllib.request.urlopen will accept a context object (SSLContext)
as an argument which will then used be for HTTPS connection.

Patch by Alex Gaynor.
2014-09-19 15:23:30 +08:00
..
__init__.py
error.py Replace IOError with OSError (#16715) 2012-12-25 16:47:37 +02:00
parse.py Issue #22118: Switch urllib.parse to use RFC 3986 semantics for the resolution of relative URLs, rather than RFCs 1808 and 2396. 2014-08-21 19:16:17 -04:00
request.py Issue #22366: urllib.request.urlopen will accept a context object (SSLContext) 2014-09-19 15:23:30 +08:00
response.py urllib.response object to use _TemporaryFileWrapper (and _TemporaryFileCloser) 2014-04-20 09:41:29 -07:00
robotparser.py Issue 21469: Minor code modernization (convert and/or expression to an if/else expression). 2014-05-12 22:22:46 -07:00