Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython3
/
01d7eba3162af8a0f62d7636cbb44440901b3909
/
Lib
/
urllib
/
request.py
3242577
merge from 3.2
by Senthil Kumaran
· 13 years ago
3800ea9
Fix Issue6631 - Disallow relative file paths in urllib urlopen
by Senthil Kumaran
· 13 years ago
4479577
merge from 3.2 - Fix Issue #13642: Unquote before b64encoding user:password during Basic Authentication.
by Senthil Kumaran
· 13 years ago
c5c5a14
Fix Issue #13642: Unquote before b64encoding user:password during Basic Authentication.
by Senthil Kumaran
· 13 years ago
6497aa3
Issue13696 - Fix 302 Redirection for Relative urls.
by Senthil Kumaran
· 13 years ago
cf53ae2
Issue #8035: urllib: Fix a bug where the client could remain stuck after a
by Charles-François Natali
· 13 years ago
239a042
merge from 3.2
by Senthil Kumaran
· 13 years ago
3c4dcea
Issue #8035: urllib: Fix a bug where the client could remain stuck after a
by Charles-François Natali
· 13 years ago
4c875a9
'HTTPSHandler' and not the type.
by Senthil Kumaran
· 14 years ago
0d54eb9
Append HTTPSHandler to __all__ when it is available.
by Senthil Kumaran
· 14 years ago
6c5bd40
issue13287 - Define __all__ for urllib.request and urllib.error and expose only
by Senthil Kumaran
· 14 years ago
ab06e3f
merge from 3.2 - Fix issue 10817 - Fix urlretrieve function to raise ContentTooShortError
by Senthil Kumaran
· 14 years ago
ce26014
Fix issue 10817 - Fix urlretrieve function to raise ContentTooShortError
by Senthil Kumaran
· 14 years ago
1a129c8
urllib.request - syntax changes enhancing readability. By Éric Araujo
by Senthil Kumaran
· 14 years ago
34d38dc
urllib.request - syntax changes enhancing readability. By Éric Araujo
by Senthil Kumaran
· 14 years ago
de49d64
Fix closes issue 1673007 urllib.request to support HEAD requests with a new method arg.
by Senthil Kumaran
· 14 years ago
6b4883d
PEP 3151 / issue #12555: reworking the OS and IO exception hierarchy.
by Antoine Pitrou
· 14 years ago
1b7da51
Issue13104 - Fix urllib.request.thishost() utility function.
by Senthil Kumaran
· 14 years ago
55a190f
merge from 3.2. Issue13104 - Fix urllib.request.thishost() utility function.
by Senthil Kumaran
· 14 years ago
0c81089
merge from 3.2 - Fix closes issue12698 - make the no_proxy environment variable handling a bit lenient (accomodate spaces in between the items)
by Senthil Kumaran
· 14 years ago
89976f1
Fix closes issue12698 - make the no_proxy environment variable handling a bit lenient (accomodate spaces in between the items)
by Senthil Kumaran
· 14 years ago
4d90b19
merge from 3.2 - Correcting issue 12576 fix, which resulted in buildbot failures.
by Senthil Kumaran
· 14 years ago
45686b4
Correcting issue 12576 fix, which resulted in buildbot failures.
by Senthil Kumaran
· 14 years ago
7496fef
merge from 3.2 - Fix closes Issue12576 - fix urlopen behavior on sites which do not send (or obsfuscates) Connection: Close header.
by Senthil Kumaran
· 14 years ago
1299a8f
Fix closes Issue12576 - fix urlopen behavior on sites which do not send (or obsfuscates) Connection: Close header.
by Senthil Kumaran
· 14 years ago
0200016
Merge: #10883: Fix socket leaks in urllib.request.
by Nadeem Vawda
· 14 years ago
08f5f7a
Issue #10883: Fix socket leaks in urllib.request.
by Nadeem Vawda
· 14 years ago
f073dc2
(Merge 3.2) Issue #12133: fix a ResourceWarning in urllib.request
by Victor Stinner
· 14 years ago
a4c45d7
Issue #12133: fix a ResourceWarning in urllib.request
by Victor Stinner
· 14 years ago
4de00a2
Fix closes Issue #11799: urllib.request Authentication Handlers will raise a
by Senthil Kumaran
· 14 years ago
1cea9a0
merge from 3.2
by Senthil Kumaran
· 14 years ago
b17abb1
merge from 3.1
by Senthil Kumaran
· 14 years ago
2643041
Fix Issue11703 - urllib2.geturl() does not return correct url when the original url contains #fragment. Patch Contribution by Santoso Wijaya.
by Senthil Kumaran
· 14 years ago
2008a8f
Merge Issue 11662 from 3.2 branch.
by guido@google.com
· 14 years ago
c768ff5
Merge Issue 11662 from 3.1 branch.
by guido@google.com
· 14 years ago
a119df9
Issue 11662: Fix vulnerability in urllib/urllib2.
by guido@google.com
· 14 years ago
e6ead39
issue10883 - Silence some ftp related ResourceWarnings in test_urllib2net. Patch by Nadeem Vawda
by Senthil Kumaran
· 14 years ago
2024acd
issue10883 - Silence some ftp related ResourceWarnings in test_urllib2net. Patch by Nadeem Vawda.
by Senthil Kumaran
· 14 years ago
d91ffca
Closes issue11563 - test_urllibnet ResourceWarning. Patch by Jeff McNeil.
by Senthil Kumaran
· 14 years ago
f2db4de
Issue #11500: Fixed a bug in the os x proxy bypass code for fully qualified IP addresses in the proxy exception list.
by Ronald Oussoren
· 14 years ago
e72e161
Issue #11500: Fixed a bug in the os x proxy bypass code for fully qualified IP addresses in the proxy exception list
by Ronald Oussoren
· 14 years ago
a4d5b0c
Closes issue11563 test_urllibnet is triggering a ResourceWarning. Patch by Jeff McNeil.
by Senthil Kumaran
· 14 years ago
ba3a978
Issue #11500: Fixed a bug in the os x proxy bypass code for fully qualified IP addresses in the proxy exception list.
by Ronald Oussoren
· 14 years ago
8f36af7
Normalize the encoding names for Latin-1 and UTF-8 to 'latin-1' and 'utf-8'.
by Marc-André Lemburg
· 14 years ago
2933312
Fixed issue11082 - Reject str for POST data with a TypeError. Document the need to explicitly encode to bytes when using urlencode.
by Senthil Kumaran
· 14 years ago
6153604
Remove lots of spaces within exception message.
by Georg Brandl
· 14 years ago
1e991f2
Fix some mistakes- Issue3243 (r87399) Correcting the operator precendence
by Senthil Kumaran
· 14 years ago
46c6fd6
Merged revisions 87448 via svnmerge from
by R. David Murray
· 14 years ago
25b8cca
#4496: remove misleading comment and note that self.handlers is obsolete.
by R. David Murray
· 14 years ago
09a7df8
#3243 follow-up: remove debugging print and fix docs; data is a bytes object.
by Georg Brandl
· 14 years ago
7bc0d87
Issue3243 - Support iterable bodies in httplib. Patch contributions by Xuanji Li and Chris AtLee.
by Senthil Kumaran
· 14 years ago
d17ebdb
Merged revisions 86676 via svnmerge from
by Senthil Kumaran
· 14 years ago
c295862
Fix Issue4493 - urllib2 adds '/' to the path component of url, when it does not
by Senthil Kumaran
· 14 years ago
723a7a6
Merged revisions 86520 via svnmerge from
by Senthil Kumaran
· 14 years ago
daa29d0
Fix Issue2244 - urllib unquotes user and password info multiple times - Patch by Theodore Turocy
by Senthil Kumaran
· 14 years ago
383c32d
Issue10063 - file:// scheme will stop accessing remote hosts via ftp protocol
by Senthil Kumaran
· 15 years ago
803e6d6
Issue #9003: http.client.HTTPSConnection, urllib.request.HTTPSHandler and
by Antoine Pitrou
· 15 years ago
603ca41
Merged revisions 85025 via svnmerge from
by Senthil Kumaran
· 15 years ago
42ef4b1
Fix Issue1595365 - Adding the req.headers after the un-redirect headers have
by Senthil Kumaran
· 15 years ago
0650938
Merged revisions 84323 via svnmerge from
by Senthil Kumaran
· 15 years ago
4bb5c27
Fix Issue8797 - Reset the basic auth retry count when response code is not 401.
by Senthil Kumaran
· 15 years ago
cb39d6c
Merged revisions 84210 via svnmerge from
by Senthil Kumaran
· 15 years ago
67a62a4
Fix Issue9639 - reset the retry count on successful auth.
by Senthil Kumaran
· 15 years ago
37ddbb8
Merged revisions 76719,81270-81272,83294,83319,84038-84039 via svnmerge from
by Florent Xicluna
· 15 years ago
4c88db7
Merged revisions 83818 via svnmerge from
by Senthil Kumaran
· 15 years ago
d95cc75
Fix Issue8280 - urllib2's Request method will remove fragements in the url.
by Senthil Kumaran
· 15 years ago
fe2f4ec
Merged revisions 83729 via svnmerge from
by Senthil Kumaran
· 15 years ago
5626eec
Sending the auth info as string. Fix BytesWarning: str() on a bytes instance Exception on buildbot.
by Senthil Kumaran
· 15 years ago
afef78f
Merged revisions 83415 via svnmerge from
by Senthil Kumaran
· 15 years ago
de0eb24
Fix Issue8123 - TypeError in urllib when trying to use HTTP authentication
by Senthil Kumaran
· 15 years ago
1ea57a6
Merged revisions 82895 via svnmerge from
by Senthil Kumaran
· 15 years ago
04f31b8
Fix a mistake, https proxy shoud be https://
by Senthil Kumaran
· 15 years ago
99f9bd1
Merged revisions 82890 via svnmerge from
by Senthil Kumaran
· 15 years ago
e4004a6
Fix: Issue6853 - Get HTTPS system proxy in Windows.
by Senthil Kumaran
· 15 years ago
3402414
Merged revisions 82780 via svnmerge from
by Senthil Kumaran
· 15 years ago
2ef1632
Stricter verification for file based url scheme and reliance on ftp protocol.
by Senthil Kumaran
· 15 years ago
ddb62e9
Merged revisions 82286 via svnmerge from
by Ronald Oussoren
· 15 years ago
ab90f8e
Merged revisions 82284 via svnmerge from
by Ronald Oussoren
· 15 years ago
b4d1c2c
Merged revisions 82068 via svnmerge from
by Senthil Kumaran
· 15 years ago
80f1b05
Fix Issue1368368 - prompt_user_passwd() in FancyURLopener masks 401 Unauthorized error page
by Senthil Kumaran
· 15 years ago
efafdc7
Merged revisions 81638 via svnmerge from
by Senthil Kumaran
· 15 years ago
f4998ac
Merged revisions 81636 via svnmerge from
by Senthil Kumaran
· 15 years ago
757445b
Merged revision 81259 via svnmerge from
by Florent Xicluna
· 15 years ago
b7d9436
Merged revisions 81024 via svnmerge from
by Mark Dickinson
· 15 years ago
c3f45c2
Fix test_urllib2 failure on OS X.
by Mark Dickinson
· 15 years ago
1e72bd3
Merged revisions 80959 via svnmerge from
by Senthil Kumaran
· 15 years ago
06f5a53
Merged revisions 80957 via svnmerge from
by Senthil Kumaran
· 15 years ago
5196477
Merged revisions 80955 via svnmerge from
by Senthil Kumaran
· 15 years ago
4fbed10
Merged revisions 80953 via svnmerge from
by Senthil Kumaran
· 15 years ago
94f2528
Remove traces of MacOS9 support.
by Ronald Oussoren
· 15 years ago
5a3bc65
Merged revisions 80677 via svnmerge from
by Senthil Kumaran
· 15 years ago
f6c456d
Merged revisions 80675 via svnmerge from
by Senthil Kumaran
· 15 years ago
218cc58
Merged revisions 80198 via svnmerge from
by Ronald Oussoren
· 15 years ago
8415120
For for issue #7154: Port the code that uses
by Ronald Oussoren
· 15 years ago
056c060
Reverting the change made in r78434
by Senthil Kumaran
· 15 years ago
57de4c4
Reverting the changes made in r78433.
by Senthil Kumaran
· 15 years ago
73ad434
Merged revisions 78433 via svnmerge from
by Senthil Kumaran
· 15 years ago
6d726c3
Merged revisions 78431 via svnmerge from
by Senthil Kumaran
· 15 years ago
efcd883
Merged revisions 78426 via svnmerge from
by Senthil Kumaran
· 15 years ago
ca2fc9e
Merged revisions 78422 via svnmerge from
by Senthil Kumaran
· 15 years ago
Next »