COMMITS
/ Lib/urllib/response.py September 13, 2019
April 10, 2015
S
Issue #23865: close() methods in multiple modules now are idempotent and more
Serhiy Storchaka committed
April 20, 2014
S
urllib.response object to use _TemporaryFileWrapper (and _TemporaryFileCloser)
Senthil Kumaran committed
March 15, 2012
S
S
closes Issue #11199: Fix the with urllib which hangs on particular ftp urls.
Senthil Kumaran committed
June 26, 2011
R
Issue #4608: urllib.request.urlopen does not return an iterable object
Raymond Hettinger committed
R
Issue #4608: urllib.request.urlopen does not return an iterable object
Raymond Hettinger committed
March 15, 2011
B
Be more thorough in blanking out methods grabbed off of an fp.
Brett Cannon committed
March 26, 2009
J
Add __enter__ and __exit__ methods to addbase() so that it supports with.
Jeremy Hylton committed
February 11, 2009
A
Issue #4631: Fix urlopen() result when an HTTP response uses chunked encoding.
Antoine Pitrou committed
June 18, 2008
J
Make a new urllib package .
Jeremy Hylton committed