Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython3
/
e37fc18b3c0d5fe13d75f37d9ae9c4387a46ee3d
/
Lib
/
urllib
/
request.py
e88dd1c
Issue #2202: Fix UnboundLocalError in AbstractDigestAuthHandler.get_algorithm_impls
by Berker Peksag
· 10 years ago
a037022
Issue #12923: Reset FancyURLopener's redirect counter even on exception
by Martin Panter
· 10 years ago
1f9a29f
Issue #24021: docstring for urllib.urlcleanup.
by Robert Collins
· 10 years ago
2fee5c9
Issue #24021: docstring for urllib.urlcleanup.
by Robert Collins
· 10 years ago
4c7f995
#7159: generalize urllib prior auth support.
by R David Murray
· 11 years ago
a9dd680
(Merge 3.4) Issue #23881: urllib.request.ftpwrapper constructor now closes the
by Victor Stinner
· 11 years ago
ab73e65
Issue #23881: urllib.request.ftpwrapper constructor now closes the socket if
by Victor Stinner
· 11 years ago
b666697
use context's check_hostname attribute rather than the HTTPSHandler check_hostname parameter
by Benjamin Peterson
· 11 years ago
074b95d
merge 3.4
by Benjamin Peterson
· 11 years ago
c216c48
Close #19494: add urrlib.request.HTTPBasicPriorAuthHandler
by Nick Coghlan
· 11 years ago
8b7e161
backport context argument of urlopen (#22366) for pep 476
by Senthil Kumaran
· 11 years ago
a5c85b3
Issue #22366: urllib.request.urlopen will accept a context object (SSLContext)
by Senthil Kumaran
· 11 years ago
f54c350
Issue #19524: Fixed resource leak in the HTTP connection when an invalid
by Serhiy Storchaka
· 11 years ago
7837376
Fix Issue #8797: Raise HTTPError on failed Basic Authentication immediately. Initial patch by Sam Bull.
by Senthil Kumaran
· 11 years ago
402df09
backout changeset 3435c5865cfc due to buildbot failures. Ref #8797
by Senthil Kumaran
· 11 years ago
b2e3a93
Fix Issue #8797: Raise HTTPError on failed Basic Authentication immediately. Initial patch by Sam Bull.
by Senthil Kumaran
· 11 years ago
bc07ac5
Fix localhost checking in FileHandler. Raised in #21970.
by Senthil Kumaran
· 11 years ago
3c2dca6
in ftp cache pruning, avoid changing the size of a dict while iterating over it (closes #21463)
by Benjamin Peterson
· 11 years ago
d8e24f1
Convert urllib.request parse_proxy doctests to unittests.
by Senthil Kumaran
· 12 years ago
78c8538
fix typo
by Benjamin Peterson
· 12 years ago
5dd3cae
simplify check, since now there are only new-style classes
by Benjamin Peterson
· 12 years ago
67986f9
Issue #19735: Implement private function ssl._create_stdlib_context() to
by Christian Heimes
· 12 years ago
aae6a1d
Issue #18978: A more elegant technique for resolving the method
by Jason R. Coombs
· 12 years ago
7dc4f4b
Issue #18978: Allow Request.method to be defined at the class level.
by Jason R. Coombs
· 12 years ago
cd171c8
Issue #18200: Back out usage of ModuleNotFoundError (8d28d44f3a9a)
by Brett Cannon
· 12 years ago
0a14066
Issue #18200: Update the stdlib (except tests) to use ModuleNotFoundError.
by Brett Cannon
· 12 years ago
5ccf2ff
merge from 3.3
by Senthil Kumaran
· 13 years ago
caa00fe
Fix #17967 - Fix related to regression on Windows.
by Senthil Kumaran
· 13 years ago
88249b8
merge from 3.3
by Senthil Kumaran
· 13 years ago
dcdadfe
Fix thishost helper funtion in urllib. Returns the ipaddress of localhost when
by Senthil Kumaran
· 13 years ago
e9ec2e1
merge from 3.3
by Senthil Kumaran
· 13 years ago
4e42ae8
Fix #17967: For ftp urls CWD to target instead of hopping to each directory
by Senthil Kumaran
· 13 years ago
8307075
Fix #17272 - Make Request.full_url and Request.get_full_url return same result under all circumstances.
by Senthil Kumaran
· 13 years ago
fa6bdc6
merge 3.3
by Benjamin Peterson
· 13 years ago
901a278
use correct format code for exceptions
by Benjamin Peterson
· 13 years ago
5238092
Issue #17272: Making the urllib.request's Request.full_url a descriptor. Fixes
by Senthil Kumaran
· 13 years ago
4a2ab12
Issue #17483: 3.3 Branch - Remove unreachable code in urllib.request
by Senthil Kumaran
· 13 years ago
c616604
Merge: Use repr when printing unknown url type in urlopen.
by R David Murray
· 13 years ago
d8a4696
Use repr when printing unknown url type in urlopen.
by R David Murray
· 13 years ago
9a8d693
Issue #17483: remove unreachable code in urlopen().
by Antoine Pitrou
· 13 years ago
9cc7d45
#17485: Delete the Content-Length header if the data attribute is deleted.
by R David Murray
· 13 years ago
41518b4
#17474 - Remove the various deprecated methods of Request class.
by Senthil Kumaran
· 13 years ago
f7a17b4
Replace IOError with OSError (#16715)
by Andrew Svetlov
· 13 years ago
2606a6f
Issue #16719: Get rid of WindowsError. Use OSError instead
by Andrew Svetlov
· 13 years ago
0832af6
Issue #16717: get rid of socket.error, replace with OSError
by Andrew Svetlov
· 13 years ago
3438fa4
Get rig of EnvironmentError (#16705)
by Andrew Svetlov
· 13 years ago
bff98fe
Issue #16464: reset Request's Content-Length header on .data change.
by Andrew Svetlov
· 13 years ago
df204be
Issue #16423: urllib.request now has support for ``data:`` URLs.
by Antoine Pitrou
· 13 years ago
b696610
Fixes issue #16409: The reporthook callback made by the legacy
by Gregory P. Smith
· 13 years ago
6b0bdab
Fixes issue #16409: The reporthook callback made by the legacy
by Gregory P. Smith
· 13 years ago
cc2f042
Issue #16250: Fix URLError invocation with proper args
by Senthil Kumaran
· 13 years ago
cad7b31
Issue #16250: Fix URLError invocation with proper args.
by Senthil Kumaran
· 13 years ago
40d8078
Issue #16301: Fix the localhost verification in urllib/request.py for file://. Modify tests to use localhost for local temp files, which could make Windows Buildbot (#16300) happy
by Senthil Kumaran
· 13 years ago
3ebef36
Issue #16250: Fix the invocations of URLError which had misplaced filename attribute for exception
by Senthil Kumaran
· 13 years ago
f577686
Issue #10836: Fix exception raised when file not found in urlretrieve
by Senthil Kumaran
· 13 years ago
bd26b54
Issue #12692: Fix resource leak in urllib.request.
by Nadeem Vawda
· 13 years ago
2d51f68
Fix issue #16270: urllib may hang when used for retrieving files via FTP by using a context manager.
by Giampaolo Rodola'
· 13 years ago
b0cc912
Fix issue #16270: urllib may hang when used for retrieving files via FTP by using a context manager.
by Giampaolo Rodola'
· 13 years ago
89e9285
Fix issue #16270: urllib may hang when used for retrieving files via FTP by using a context manager.
by Giampaolo Rodola'
· 13 years ago
612a815
revert the changes done for issue14826 - quoting witin Request is not desirable.
by Senthil Kumaran
· 13 years ago
168456d
revert the changes done for issue14826 - quoting witin Request is not desirable.
by Senthil Kumaran
· 13 years ago
25bfb52
issue 14826 - Address the buildbot failure quote of url is the required change ( explanation msg164973)
by Senthil Kumaran
· 13 years ago
45ce4dc
issue 14826 - Address the buildbot failure ( explanation msg164973)
by Senthil Kumaran
· 13 years ago
540715a
Fix issue14826 - make urllib.request.Request quoted url consistent with URLOpener open method.
by Senthil Kumaran
· 13 years ago
b7451ce
Fix issue14826 - make urllib.request.Request quoted url consistent with URLOpener open method.
by Senthil Kumaran
· 13 years ago
496660c
Partial backport of 612f34e31270: fix spacing error in exception message.
by Georg Brandl
· 13 years ago
fcbdbf2
urllib.request: fix spacing errors in exception/warning messages.
by Georg Brandl
· 13 years ago
de9ac6c
Issue #14780: urllib.request.urlopen() now has a `cadefault` argument to use the default certificate store.
by Antoine Pitrou
· 14 years ago
92a5bf0
Issue12541 - Add UserWarning for unquoted realms
by Senthil Kumaran
· 14 years ago
0ea91cb
Issue12541 - Add UserWarning for unquoted realms
by Senthil Kumaran
· 14 years ago
b26fe2f
merge from 3.2 - Issue #12541: Be lenient with quotes around Realm field of HTTP Basic Authentation in urllib2.
by Senthil Kumaran
· 14 years ago
34f3fcc
Issue #12541: Be lenient with quotes around Realm field of HTTP Basic Authentation in urllib2.
by Senthil Kumaran
· 14 years ago
e53d977
Explain the use of charset parameter with Content-Type header: issue11082
by Senthil Kumaran
· 14 years ago
6b3434a
Explain the use of charset parameter with Content-Type header. Issue11082
by Senthil Kumaran
· 14 years ago
38b968b9
deprecated the old urllib primitives in 3.3 urllib package - issue 10050
by Senthil Kumaran
· 14 years ago
e24f96a
Issue10050 - urlretrieve uses newer urlopen. reporthook of urlretrieve takes, block number, block read size, file_size
by Senthil Kumaran
· 14 years ago
3242577
merge from 3.2
by Senthil Kumaran
· 14 years ago
3800ea9
Fix Issue6631 - Disallow relative file paths in urllib urlopen
by Senthil Kumaran
· 14 years ago
4479577
merge from 3.2 - Fix Issue #13642: Unquote before b64encoding user:password during Basic Authentication.
by Senthil Kumaran
· 14 years ago
c5c5a14
Fix Issue #13642: Unquote before b64encoding user:password during Basic Authentication.
by Senthil Kumaran
· 14 years ago
6497aa3
Issue13696 - Fix 302 Redirection for Relative urls.
by Senthil Kumaran
· 14 years ago
cf53ae2
Issue #8035: urllib: Fix a bug where the client could remain stuck after a
by Charles-François Natali
· 14 years ago
239a042
merge from 3.2
by Senthil Kumaran
· 14 years ago
3c4dcea
Issue #8035: urllib: Fix a bug where the client could remain stuck after a
by Charles-François Natali
· 14 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
Next »