index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Lib
/
urllib
/
response.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
bpo-12707: deprecate info(), geturl(), getcode() methods in favor of headers,...
Ashwin Ramaswami
2019-09-13
1
-0/+4
*
Issue #23865: close() methods in multiple modules now are idempotent and more
Serhiy Storchaka
2015-04-10
1
-5/+9
*
urllib.response object to use _TemporaryFileWrapper (and _TemporaryFileCloser)
Senthil Kumaran
2014-04-20
1
-42/+19
*
port from 3.2 - Fix the urllib closing issue which hangs on particular ftp ur...
Senthil Kumaran
2012-03-15
1
-1/+1
|
\
|
*
closes Issue #11199: Fix the with urllib which hangs on particular ftp urls.
Senthil Kumaran
2012-03-15
1
-1/+1
*
|
Issue #4608: urllib.request.urlopen does not return an iterable object
Raymond Hettinger
2011-06-26
1
-4/+8
|
\
\
|
|
/
|
*
Issue #4608: urllib.request.urlopen does not return an iterable object
Raymond Hettinger
2011-06-26
1
-4/+8
*
|
Be more thorough in blanking out methods grabbed off of an fp.
Brett Cannon
2011-03-15
1
-2/+5
|
/
*
Add __enter__ and __exit__ methods to addbase() so that it supports with.
Jeremy Hylton
2009-03-26
1
-0/+8
*
Issue #4631: Fix urlopen() result when an HTTP response uses chunked encoding.
Antoine Pitrou
2009-02-11
1
-1/+2
*
Make a new urllib package .
Jeremy Hylton
2008-06-18
1
-0/+83