summaryrefslogtreecommitdiff
path: root/Lib/test/test_urllib.py
Commit message (Expand)AuthorAgeFilesLines
* 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 #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?).Martin Panter2016-09-071-1/+1
* [merge from 3.4] - Prevent HTTPoxy attack (CVE-2016-1000110)Senthil Kumaran2016-07-301-0/+12
|\
| * [merge from 3.3] Prevent HTTPoxy attack (CVE-2016-1000110)Senthil Kumaran2016-07-301-57/+162
| |\
| * | Prevent HTTPoxy attack (CVE-2016-1000110)Senthil Kumaran2016-07-301-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-2/+6
|\ \ \ | |_|/ |/| |
| * | Added more tests for urllib.parse utility functions.Serhiy Storchaka2015-03-021-2/+6
| |\ \
| | * | 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-1/+1
| | |\ \
| | | * | Issue #21566: Make use of socket.listen() default backlog.Charles-Fran?ois Natali2014-07-231-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
* | | | backport context argument of urlopen (#22366) for pep 476Senthil Kumaran2014-09-191-0/+8
|/ / /
* | | Issue #19524: Fixed resource leak in the HTTP connection when an invalidSerhiy Storchaka2014-09-061-27/+32
|/ /
* | 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-13/+90
|\ \ | |/ |/|
| * #18466: merge with 3.3.Ezio Melotti2013-08-171-1/+1
| |\
| * | normalize whitespace. caught by hookSenthil Kumaran2013-04-101-2/+2
| * | merge from 3.3Senthil Kumaran2013-04-101-13/+90
| |\ \
| | * \ Merge DeprecationWarnings silencing in test_urllib from 3.3.Ezio Melotti2013-02-211-9/+14
| | |\ \
| | * | | Replace IOError with OSError (#16715)Andrew Svetlov2012-12-251-5/+5
| | * | | Issue #16423: urllib.request now has support for ``data:`` URLs.Antoine Pitrou2012-11-241-0/+74
| | * | | Fix test_urllib broken by my previous commits. The assumptions it wasGregory P. Smith2012-11-101-8/+10
| | |\ \ \
| | | * | | Fix the windows buildbot permission error - close the fd of tempfile beffore ...Senthil Kumaran2012-10-231-6/+7
| | | * | | Fix issue16300: addressing the buildbot failures on windowsSenthil Kumaran2012-10-231-2/+1
| | | * | | skip the file localhost test on windows. Fix it on branch and modify the testSenthil Kumaran2012-10-221-0/+1
| | | * | | Fix the ResourceWarning in test_urllib.py due changes made for #16301. Patch ...Senthil Kumaran2012-10-221-1/+2
| | | * | | Issue #16301: Fix the localhost verification in urllib/request.py for file://...Senthil Kumaran2012-10-221-1/+1
| | | * | | Issue #16250: Fix the invocations of URLError which had misplaced filename at...Senthil Kumaran2012-10-211-2/+30
| | | * | | Issue #10836: Fix exception raised when file not found in urlretrieveSenthil Kumaran2012-10-211-0/+5
* | | | | | Issue #20555: Use specific asserts in urllib, httplib, ftplib, cgi, wsgiref t...Serhiy Storchaka2014-02-081-2/+2
| |_|_|_|/ |/| | | |
* | | | | #18466: fix more typos. Patch by F?vry Thibault.Ezio Melotti2013-08-171-1/+1
* | | | | normalize whitespaceSenthil Kumaran2013-04-101-2/+2
|/ / / /
* | | | #5609 - test_urllib coverage for url2pathname and pathname2url. PatchSenthil Kumaran2013-04-101-17/+56
| |_|/ |/| |
* | | Silence DeprecationWarnings in test_urllib.Ezio Melotti2013-02-211-9/+14
|/ /
* | Fix test_urllib broken by my previous commits. The assumptions it wasGregory P. Smith2012-11-101-4/+5
* | Issue #16250: Fix URLError invocation with proper argsSenthil Kumaran2012-10-271-1/+34
|\ \ | |/ |/|
| * Issue #16250: Fix URLError invocation with proper args.Senthil Kumaran2012-10-271-0/+35
* | revert the changes done for issue14826 - quoting witin Request is not desirable.Senthil Kumaran2012-07-081-18/+45
|\ \ | |/ |/|
| * Fix issue14826 - make urllib.request.Request quoted url consistent with URLOp...Senthil Kumaran2012-07-071-0/+5
| |\
| * | deprecated the old urllib primitives in 3.3 urllib package - issue 10050Senthil Kumaran2012-03-141-0/+4
| * | Issue10050 - urlretrieve uses newer urlopen. reporthook of urlretrieve takes,...Senthil Kumaran2012-03-131-17/+17