index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Lib
/
test
/
test_urllib.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
[3.13] gh-71339: Use new assertion methods in the urllib tests (GH-129056) (G...
Miss Islington (bot)
2025-05-22
1
-8/+5
*
[3.13] gh-133677: Fix tests when running in non-UTF-8 locale (GH-133865) (GH-...
Serhiy Storchaka
2025-05-12
1
-1/+1
*
[3.13] gh-128734: Explicitly close sockets in urllib tests (GH-128735) (GH-12...
Serhiy Storchaka
2025-01-12
1
-10/+17
*
[3.13] gh-127217: Fix pathname2url() for paths starting with multiple slashes...
Miss Islington (bot)
2024-11-30
1
-0/+3
*
[3.13] GH-127078: `url2pathname()`: handle extra slash before UNC drive in UR...
Miss Islington (bot)
2024-11-22
1
-1/+1
*
[3.13] GH-126766: `url2pathname()`: handle 'localhost' authority (GH-127129) ...
Miss Islington (bot)
2024-11-22
1
-1/+3
*
[3.13] GH-85168: Use filesystem encoding when converting to/from `file` URIs ...
Miss Islington (bot)
2024-11-20
1
-4/+16
*
[3.13] GH-126766: `url2pathname()`: handle empty authority section. (GH-12676...
Miss Islington (bot)
2024-11-14
1
-5/+5
*
[3.13] GH-120423: `pathname2url()`: handle forward slashes in Windows paths (...
Miss Islington (bot)
2024-11-12
1
-0/+5
*
[3.13] GH-126212: Fix removal of slashes in file URIs on Windows (GH-126214) ...
Miss Islington (bot)
2024-11-08
1
-2/+9
*
[3.13] GH-126205: Fix conversion of UNC paths to file URIs (GH-126208) (#126249)
Miss Islington (bot)
2024-10-31
1
-7/+7
*
[3.13] GH-125866: Improve tests for `pathname2url()` and `url2pathname()` (GH...
Miss Islington (bot)
2024-10-29
1
-86/+77
*
gh-105382: Remove urllib.request cafile parameter (#105384)
Victor Stinner
2023-06-06
1
-9/+0
*
gh-88500: Reduce memory use of `urllib.unquote` (#96763)
Gregory P. Smith
2022-12-11
1
-0/+2
*
gh-90473: WASI: skip gethostname tests (GH-93092)
Christian Heimes
2022-05-23
1
-0/+5
*
bpo-45046: Support context managers in unittest (GH-28045)
Serhiy Storchaka
2022-05-08
1
-6/+1
*
bpo-43607: Fix urllib handling of Windows paths with \\?\ prefix (GH-25539)
Steve Dower
2021-04-23
1
-0/+18
*
bpo-40275: Use new test.support helper submodules in tests (GH-21219)
Hai Shi
2020-06-30
1
-23/+25
*
bpo-41069: Make TESTFN and the CWD for tests containing non-ascii characters....
Serhiy Storchaka
2020-06-25
1
-3/+4
*
bpo-38576: Disallow control characters in hostnames in http.client (GH-18995)
Ashwin Ramaswami
2020-03-14
1
-2/+34
*
bpo-39057: Fix urllib.request.proxy_bypass_environment(). (GH-17619)
Serhiy Storchaka
2020-01-05
1
-0/+22
*
Remove code commented for more than 10 years (GH-16965)
Victor Stinner
2019-10-28
1
-79/+0
*
bpo-32498: urllib.parse.unquote also accepts bytes (GH-7768)
Stein Karlsen
2019-10-14
1
-2/+23
*
bpo-12707: deprecate info(), geturl(), getcode() methods in favor of headers,...
Ashwin Ramaswami
2019-09-13
1
-0/+9
*
bpo-37421: urllib.request tests call urlcleanup() (GH-14529)
Victor Stinner
2019-07-02
1
-0/+10
*
bpo-36918: Fix "Exception ignored in" in test_urllib (GH-13996)
Victor Stinner
2019-06-12
1
-6/+15
*
bpo-35907, CVE-2019-9948: urllib rejects local_file:// scheme (GH-13474)
Victor Stinner
2019-05-22
1
-0/+13
*
bpo-36948: Fix test_urlopener_retrieve_file on Windows (GH-13476)
Berker Peksag
2019-05-21
1
-1/+2
*
bpo-36948: Fix NameError in urllib.request.URLopener.retrieve (GH-13389)
Xtreak
2019-05-19
1
-1/+19
*
bpo-30458: Use InvalidURL instead of ValueError. (GH-13044)
Gregory P. Smith
2019-05-01
1
-4/+6
*
bpo-30458: Disable https related urllib tests on a build without ssl (GH-13032)
Xtreak
2019-05-01
1
-0/+2
*
bpo-30458: Disallow control chars in http URLs. (GH-12755)
Gregory P. Smith
2019-05-01
1
-0/+49
*
bpo-36019: Use pythontest.net instead of example.com in network tests (GH-11941)
Stéphane Wirtel
2019-02-22
1
-2/+2
*
Minor spell fix and formatting fixes in urllib tests. (#959)
Senthil Kumaran
2017-04-02
1
-1/+5
*
bpo-16285: Update urllib quoting to RFC 3986 (#173)
Ratnadeep Debnath
2017-02-25
1
-2/+2
*
Issue #29142: Merge 3.5.
Xiang Zhang
2017-01-09
1
-1/+2
|
\
|
*
Issue #29142: Fix suffixes in no_proxy handling in urllib.
Xiang Zhang
2017-01-09
1
-1/+2
|
*
Issue #27895: Spelling fixes (Contributed by Ville Skyttä).
Martin Panter
2016-09-07
1
-1/+1
*
|
Issue #28022: Deprecate ssl-related arguments in favor of SSLContext.
Christian Heimes
2016-09-10
1
-4/+5
*
|
#27364: fix "incorrect" uses of escape character in the stdlib.
R David Murray
2016-09-08
1
-2/+2
*
|
Issue #27895: Spelling fixes (Contributed by Ville Skyttä).
Raymond Hettinger
2016-08-30
1
-1/+1
|
/
*
[merge from 3.4] - Prevent HTTPoxy attack (CVE-2016-1000110)
Senthil Kumaran
2016-07-31
1
-0/+12
|
\
|
*
[merge from 3.3] Prevent HTTPoxy attack (CVE-2016-1000110)
Senthil Kumaran
2016-07-31
1
-0/+13
|
|
\
|
|
*
Prevent HTTPoxy attack (CVE-2016-1000110)
Senthil Kumaran
2016-07-31
1
-0/+13
*
|
|
Issue #14132: Fix redirect handling when target is just a query string
Martin Panter
2016-05-16
1
-3/+4
*
|
|
Issue #26864: Fix case insensitivity and suffix comparison with no_proxy
Martin Panter
2016-04-30
1
-0/+13
*
|
|
Issue #26804: urllib.request will prefer lower_case proxy environment variables
Senthil Kumaran
2016-04-25
1
-1/+39
*
|
|
Issue #12923: Reset FancyURLopener's redirect counter even on exception
Martin Panter
2016-02-04
1
-6/+25
*
|
|
Issue #25523: Merge "a" to "an" fixes from 3.4 into 3.5
Martin Panter
2015-11-02
1
-1/+1
|
\
\
\
|
|
/
/
|
*
|
Issue #25523: Correct "a" article to "an" article
Martin Panter
2015-11-02
1
-1/+1
[next]