| Commit message (Expand) | Author | Age | Files | Lines |
* | gh-99352: Ensure HTTPSConnection is available before exercising https tests... | Senthil Kumaran | 2023-04-26 | 1 | -8/+12 |
|
|
* | gh-99352: Respect `http.client.HTTPConnection.debuglevel` in `urllib.request.... | Wheeler Law | 2023-04-21 | 1 | -15/+50 |
|
|
* | gh-101936: Update the default value of fp from io.StringIO to io.BytesIO (gh-... | Vo Hoang Long | 2023-02-21 | 1 | -0/+1 |
|
|
* | gh-98778: Update HTTPError to initialize properly even if fp is None (gh-99966) | Dong-hee Na | 2022-12-08 | 1 | -0/+4 |
|
|
* | Fix links to old SF bugs (#95648) | Serhiy Storchaka | 2022-08-04 | 1 | -2/+2 |
|
|
* | gh-84623: Remove unused imports in tests (#93772) | Victor Stinner | 2022-06-13 | 1 | -1/+0 |
|
|
* | bpo-40280: Skip socket, fork, subprocess tests on Emscripten (GH-31986) | Christian Heimes | 2022-03-22 | 1 | -0/+2 |
|
|
* | bpo-46756: Fix authorization check in urllib.request (GH-31353) | Serhiy Storchaka | 2022-02-25 | 1 | -4/+21 |
|
|
* | bpo-46648: Rewrite test_urllib2.test_issue16464() with a local HTTP server (G... | Nikita Sobolev | 2022-02-07 | 1 | -18/+0 |
|
|
* | bpo-46648: Skip test_urllib2.test_issue16464() (GH-31161) | Victor Stinner | 2022-02-06 | 1 | -0/+2 |
|
|
* | bpo-40321: Add missing test, slightly expand documentation (GH-28760) | Ćukasz Langa | 2021-10-06 | 1 | -3/+3 |
|
|
* | Allow / character in username,password fields in _PROXY envvars. (#23973) | Senthil Kumaran | 2020-12-29 | 1 | -1/+9 |
|
|
* | bpo-41471: Ignore invalid prefix lengths in system proxy settings on macOS (G... | Ronald Oussoren | 2020-10-19 | 1 | -0/+12 |
|
|
* | bpo-40275: Use new test.support helper submodules in tests (GH-21451) | Hai Shi | 2020-08-03 | 1 | -2/+4 |
|
|
* | bpo-40275: Move transient_internet from test.support to socket_helper (GH-19711) | Serhiy Storchaka | 2020-04-29 | 1 | -1/+2 |
|
|
* | bpo-39503: CVE-2020-8492: Fix AbstractBasicAuthHandler (GH-18284) | Victor Stinner | 2020-04-02 | 1 | -33/+57 |
|
|
* | bpo-38449: Revert "bpo-22347: Update mimetypes.guess_type to allow oper parsi... | Abhilash Raj | 2019-10-12 | 1 | -1/+1 |
|
|
* | bpo-25068: urllib.request.ProxyHandler now lowercases the dict keys (GH-13489) | Zackery Spytz | 2019-09-13 | 1 | -15/+16 |
|
|
* | bpo-22347: Update mimetypes.guess_type to allow proper parsing of URLs (GH-15... | Dong-hee Na | 2019-09-05 | 1 | -1/+1 |
|
|
* | bpo-37685: Use singletons ALWAYS_EQ and NEVER_EQ in more tests. (GH-15167) | Serhiy Storchaka | 2019-08-08 | 1 | -6/+1 |
|
|
* | bpo-37421: urllib.request tests call urlcleanup() (GH-14529) | Victor Stinner | 2019-07-02 | 1 | -0/+7 |
|
|
* | bpo-22831: Use "with" to avoid possible fd leaks in tests (part 2). (GH-10929) | Serhiy Storchaka | 2019-03-05 | 1 | -4/+2 |
|
|
* | Remove Invalid comment in test_urllib2.py (#1020) | Senthil Kumaran | 2017-04-07 | 1 | -1/+0 |
|
|
* | Add helpful explaination to test_password_manager tests. (#936) | Senthil Kumaran | 2017-04-01 | 1 | -15/+26 |
|
|
* | Remove catching OSError in ftphandler test. Only URLError is raised in urllib... | Senthil Kumaran | 2017-03-31 | 1 | -3/+1 |
|
|
* | Remove an unrequired TODO in test_urllib2. (#897) | Senthil Kumaran | 2017-03-30 | 1 | -1/+0 |
|
|
* | Issue #12319: Always send file request bodies using chunked encoding | Martin Panter | 2016-08-27 | 1 | -21/+35 |
|
|
* | Issue #12319: Support for chunked encoding of HTTP request bodies | Martin Panter | 2016-08-24 | 1 | -22/+81 |
|
|
* | Issue #17214: Percent-encode non-ASCII bytes in redirect targets | Martin Panter | 2016-05-16 | 1 | -0/+35 |
|
|
* | Issue #14132: Fix redirect handling when target is just a query string | Martin Panter | 2016-05-16 | 1 | -1/+17 |
|
|
* | Issue #26892: Honor debuglevel flag in urllib.request.HTTPHandler. | Senthil Kumaran | 2016-05-13 | 1 | -2/+9 |
|
|
* | Issue #2202: Fix UnboundLocalError in AbstractDigestAuthHandler.get_algorithm... | Berker Peksag | 2016-03-06 | 1 | -1/+11 |
|
|
* | Issue #23887: urllib.error.HTTPError now has a proper repr() representation. | Facundo Batista | 2015-04-22 | 1 | -43/+102 |
|
|
* | #7159: generalize urllib prior auth support. | R David Murray | 2015-04-16 | 1 | -16/+88 |
|
|
* | Issue #23387: Skip test_issue16464 if it raises an 5xx error. | Berker Peksag | 2015-03-02 | 1 | -21/+11 |
|\ |
|
| * | Issue #23387: Skip test_issue16464 if it raises an 5xx error. | Berker Peksag | 2015-03-02 | 1 | -21/+11 |
|
|
* | | Issue #7665: Fixed tests test_ntpath and test_urllib2 when ran in the | Serhiy Storchaka | 2015-01-26 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | Issue #7665: Fixed tests test_ntpath and test_urllib2 when ran in the | Serhiy Storchaka | 2015-01-26 | 1 | -1/+1 |
|
|
* | | Close #19494: add urrlib.request.HTTPBasicPriorAuthHandler | Nick Coghlan | 2014-11-12 | 1 | -0/+15 |
|/ |
|
* | Issue #19524: Fixed resource leak in the HTTP connection when an invalid | Serhiy Storchaka | 2014-09-06 | 1 | -0/+29 |
|
|
* | Fix localhost checking in FileHandler. Raised in #21970. | Senthil Kumaran | 2014-07-22 | 1 | -1/+2 |
|
|
* | Convert urllib.request parse_proxy doctests to unittests. | Senthil Kumaran | 2014-04-14 | 1 | -1/+38 |
|
|
* | Issue #20939: Use www.example.com instead of www.python.org to avoid test | Ned Deily | 2014-03-27 | 1 | -1/+1 |
|
|
* | Issue #20939: Backout test_urllib2.test_issue16464 disables: | Ned Deily | 2014-03-27 | 1 | -6/+0 |
|
|
* | Skip test_urllib2.test_issue16464() is the ssl module is missing | Victor Stinner | 2014-03-19 | 1 | -0/+6 |
|
|
* | Merge: #20933: At least one place maps 'test' to 'localhost'...fix test. | R David Murray | 2014-03-15 | 1 | -1/+2 |
|\ |
|
| * | #20933: At least one place maps 'test' to 'localhost'...fix test. | R David Murray | 2014-03-15 | 1 | -1/+2 |
|
|
* | | Issue #20555: Use specific asserts in urllib, httplib, ftplib, cgi, wsgiref t... | Serhiy Storchaka | 2014-02-08 | 1 | -3/+4 |
|\ \
| |/ |
|
| * | Issue #20555: Use specific asserts in urllib, httplib, ftplib, cgi, wsgiref t... | Serhiy Storchaka | 2014-02-08 | 1 | -3/+4 |
|
|
| * | Backporing the fix from Issue #12692 | Senthil Kumaran | 2013-12-29 | 1 | -0/+1 |
|
|