summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_urllib.py
Commit message (Expand)AuthorAgeFilesLines
* bpo-39057: Fix urllib.request.proxy_bypass_environment(). (GH-17619)Serhiy Storchaka2020-01-051-0/+22
* Remove code commented for more than 10 years (GH-16965)Victor Stinner2019-10-281-79/+0
* bpo-32498: urllib.parse.unquote also accepts bytes (GH-7768)Stein Karlsen2019-10-141-2/+23
* bpo-12707: deprecate info(), geturl(), getcode() methods in favor of headers,...Ashwin Ramaswami2019-09-131-0/+9
* bpo-37421: urllib.request tests call urlcleanup() (GH-14529)Victor Stinner2019-07-021-0/+10
* bpo-36918: Fix "Exception ignored in" in test_urllib (GH-13996)Victor Stinner2019-06-121-6/+15
* bpo-35907, CVE-2019-9948: urllib rejects local_file:// scheme (GH-13474)Victor Stinner2019-05-221-0/+13
* bpo-36948: Fix test_urlopener_retrieve_file on Windows (GH-13476)Berker Peksag2019-05-211-1/+2
* bpo-36948: Fix NameError in urllib.request.URLopener.retrieve (GH-13389)Xtreak2019-05-191-1/+19
* bpo-30458: Use InvalidURL instead of ValueError. (GH-13044)Gregory P. Smith2019-05-011-4/+6
* bpo-30458: Disable https related urllib tests on a build without ssl (GH-13032)Xtreak2019-05-011-0/+2
* bpo-30458: Disallow control chars in http URLs. (GH-12755)Gregory P. Smith2019-05-011-0/+49
* bpo-36019: Use pythontest.net instead of example.com in network tests (GH-11941)Stéphane Wirtel2019-02-221-2/+2
* Minor spell fix and formatting fixes in urllib tests. (#959)Senthil Kumaran2017-04-021-1/+5
* bpo-16285: Update urllib quoting to RFC 3986 (#173)Ratnadeep Debnath2017-02-251-2/+2
* Issue #29142: Merge 3.5.Xiang Zhang2017-01-091-1/+2
|\
| * Issue #29142: Fix suffixes in no_proxy handling in urllib.Xiang Zhang2017-01-091-1/+2
| * Issue #27895: Spelling fixes (Contributed by Ville Skyttä).Martin Panter2016-09-071-1/+1
* | Issue #28022: Deprecate ssl-related arguments in favor of SSLContext.Christian Heimes2016-09-101-4/+5
* | #27364: fix "incorrect" uses of escape character in the stdlib.R David Murray2016-09-081-2/+2
* | Issue #27895: Spelling fixes (Contributed by Ville Skyttä).Raymond Hettinger2016-08-301-1/+1
|/
* [merge from 3.4] - Prevent HTTPoxy attack (CVE-2016-1000110)Senthil Kumaran2016-07-311-0/+12
|\
| * [merge from 3.3] Prevent HTTPoxy attack (CVE-2016-1000110)Senthil Kumaran2016-07-311-0/+13
| |\
| | * Prevent HTTPoxy attack (CVE-2016-1000110)Senthil Kumaran2016-07-311-0/+13
* | | Issue #14132: Fix redirect handling when target is just a query stringMartin Panter2016-05-161-3/+4
* | | Issue #26864: Fix case insensitivity and suffix comparison with no_proxyMartin Panter2016-04-301-0/+13
* | | Issue #26804: urllib.request will prefer lower_case proxy environment variablesSenthil Kumaran2016-04-251-1/+39
* | | Issue #12923: Reset FancyURLopener's redirect counter even on exceptionMartin Panter2016-02-041-6/+25
* | | Issue #25523: Merge "a" to "an" fixes from 3.4 into 3.5Martin Panter2015-11-021-1/+1
|\ \ \ | |/ /
| * | Issue #25523: Correct "a" article to "an" articleMartin Panter2015-11-021-1/+1
* | | Added more tests for urllib.parse utility functions.Serhiy Storchaka2015-03-021-15/+0
|\ \ \ | |/ /
| * | Added more tests for urllib.parse utility functions.Serhiy Storchaka2015-03-021-15/+0
| * | backport context argument of urlopen (#22366) for pep 476Senthil Kumaran2014-09-191-0/+8
* | | Fix test_urllib without the ssl moduleAntoine Pitrou2014-11-021-1/+5
* | | Issue #22366: urllib.request.urlopen will accept a context object (SSLContext)Senthil Kumaran2014-09-191-0/+8
* | | Issue #19524: Fixed resource leak in the HTTP connection when an invalidSerhiy Storchaka2014-09-061-27/+32
|\ \ \ | |/ /
| * | Issue #19524: Fixed resource leak in the HTTP connection when an invalidSerhiy Storchaka2014-09-061-27/+32
* | | Issue #21566: Make use of socket.listen() default backlog.Charles-François Natali2014-07-231-1/+1
|/ /
* | in ftp cache pruning, avoid changing the size of a dict while iterating over ...Benjamin Peterson2014-06-071-1/+31
* | Issue #20555: Use specific asserts in urllib, httplib, ftplib, cgi, wsgiref t...Serhiy Storchaka2014-02-081-2/+2
|\ \ | |/
| * Issue #20555: Use specific asserts in urllib, httplib, ftplib, cgi, wsgiref t...Serhiy Storchaka2014-02-081-2/+2
* | #18466: merge with 3.3.Ezio Melotti2013-08-171-1/+1
|\ \ | |/
| * #18466: fix more typos. Patch by Févry Thibault.Ezio Melotti2013-08-171-1/+1
| * normalize whitespaceSenthil Kumaran2013-04-111-2/+2
* | normalize whitespace. caught by hookSenthil Kumaran2013-04-111-2/+2
* | merge from 3.3Senthil Kumaran2013-04-111-18/+58
|\ \ | |/
| * #5609 - test_urllib coverage for url2pathname and pathname2url. PatchSenthil Kumaran2013-04-111-17/+56
* | Merge DeprecationWarnings silencing in test_urllib from 3.3.Ezio Melotti2013-02-211-9/+14
|\ \ | |/
| * Silence DeprecationWarnings in test_urllib.Ezio Melotti2013-02-211-9/+14
* | Replace IOError with OSError (#16715)Andrew Svetlov2012-12-251-5/+5