COMMITS
/ Lib/test/test_ftplib.py April 2, 2025
T
gh-131888: fix ResourceWarning in test_ftplib (#131889)
Thomas Grainger committed
February 17, 2024
M
gh-97590: Update docs and tests for ftplib.FTP.voidcmd() (GH-96825)
Matthew Hughes committed
February 5, 2024
R
gh-114099: Add test exclusions to support running the test suite on iOS (#114889)
Russell Keith-Magee committed
September 26, 2023
S
gh-109845: Make test_ftplib more stable under load (GH-109912)
Serhiy Storchaka committed
September 16, 2023
N
gh-108303: Move all certificates to `Lib/test/certdata/` (#109489)
Nikita Sobolev committed
November 8, 2022
N
gh-72719: Remove asyncore and asynchat modules (#96580)
Nikita Sobolev committed
November 3, 2022
V
gh-94172: Remove keyfile, certfile and check_hostname parameters (#94173)
Victor Stinner committed
May 3, 2022
H
gh-92169: Use warnings_helper.import_deprecated() to import deprecated modules uniformly in tests (GH-92170)
Hugo van Kemenade committed
March 22, 2022
C
bpo-40280: Skip socket, fork, subprocess tests on Emscripten (GH-31986)
Christian Heimes committed
February 2, 2022
V
bpo-44359: Fix test_ftplib unhandled thread exceptions (GH-31069)
Victor Stinner committed
December 7, 2021
V
Revert "bpo-28533: Remove asyncore, asynchat, smtpd modules (GH-29521)" (GH-29951)
Victor Stinner committed
November 15, 2021
V
bpo-28533: Remove asyncore, asynchat, smtpd modules (GH-29521)
Victor Stinner committed
September 19, 2021
S
bpo-45229: Remove test_main in many tests (GH-28405)
Serhiy Storchaka committed
June 24, 2021
I
bpo-44498: suppress DeprecationWarnings for asynchat, asyncore and smtpd in tests (GH-26905)
Irit Katriel committed
April 19, 2021
C
bpo-43880: Show DeprecationWarnings for deprecated ssl module features (GH-25455)
Christian Heimes committed
March 15, 2021
G
bpo-43285 Make ftplib not trust the PASV response. (GH-24838)
Gregory P. Smith committed
November 20, 2020
C
bpo-42413: socket.timeout is now an alias of TimeoutError (GH-23413)
Christian Heimes committed
August 17, 2020
V
bpo-41521: Rename blacklist parameter to not_exported (GH-21824)
Victor Stinner committed
August 3, 2020
H
bpo-40275: Use new test.support helper submodules in tests (GH-21448)
Hai Shi committed
May 27, 2020
H
bpo-40275: Adding threading_helper submodule in test.support (GH-20263)
Hai Shi committed
April 25, 2020
S
bpo-40275: Avoid importing socket in test.support (GH-19603)
Serhiy Storchaka committed
April 13, 2020
S
bpo-39380: Change ftplib encoding from latin-1 to utf-8 (GH-18048)
Sebastian Pedersen committed
January 13, 2020
D
bpo-39259: ftplib.FTP/FTP_TLS now reject timeout = 0 (GH-17959)
Dong-hee Na committed
December 10, 2019
V
bpo-38614: Use test.support.LOOPBACK_TIMEOUT constant (GH-17554)
Victor Stinner committed
November 19, 2019
April 8, 2019
G
bpo-35934: Add socket.create_server() utility function (GH-11784)
Giampaolo Rodola committed
August 16, 2018
C
bpo-34391: Fix ftplib test for TLS 1.3 (GH-8787)
Christian Heimes committed
May 23, 2018
C
bpo-33618: Enable TLS 1.3 in tests (GH-7079)
Christian Heimes committed
February 27, 2018
C
bpo-32947: OpenSSL 1.1.1-pre1 / TLS 1.3 fixes (#5663)
Christian Heimes committed
January 29, 2018
V
bpo-32706: Skip test_ftplib.test_check_hostname() (#5422)
Victor Stinner committed
January 27, 2018
C
bpo-31399: Let OpenSSL verify hostname and IP address (#3462)
Christian Heimes committed
September 15, 2017
C
bpo-31346: Use PROTOCOL_TLS_CLIENT/SERVER (#3058)
Christian Heimes committed
September 13, 2017
V
bpo-31234: Fix dangling thread in test_ftplib (#3544)
Victor Stinner committed
V
bpo-31234: Fix dangling thread in test_ftp/poplib (#3540)
Victor Stinner committed
September 7, 2017
A
bpo-31370: Remove support for threads-less builds (#3385)
Antoine Pitrou committed
July 22, 2017
D
bpo-30119: fix ftplib.FTP.putline() to throw an error for a illegal command (#1214)
Dong-hee Na committed
June 30, 2017
V
bpo-30818: test_ftplib calls asyncore.close_all() (#2514)
Victor Stinner committed
September 10, 2016
C
Issue #28022: Deprecate ssl-related arguments in favor of SSLContext.
Christian Heimes committed
November 14, 2015
M
Issue #23883: Add missing APIs to __all__; patch by Jacek Kołodziej
Martin Panter committed
December 6, 2014
B
merge 3.4 (#22935)
Benjamin Peterson committed
B
allow ssl module to compile if openssl doesn't support SSL 3 (closes #22935)
Benjamin Peterson committed
November 23, 2014
B
merge 3.4 (#22921)
Benjamin Peterson committed
B
don't require OpenSSL SNI to pass hostname to ssl functions (#22921)
Benjamin Peterson committed
November 1, 2014
B
Issue #6623: Remove deprecated Netrc class in the ftplib module.
Berker Peksag committed
July 23, 2014
C
Issue #21566: Make use of socket.listen() default backlog.
Charles-François Natali committed
February 8, 2014
S
Issue #20555: Use specific asserts in urllib, httplib, ftplib, cgi, wsgiref tests.
Serhiy Storchaka committed
S
Issue #20555: Use specific asserts in urllib, httplib, ftplib, cgi, wsgiref tests.
Serhiy Storchaka committed
December 15, 2013
C
fixed test_ftplib
Christian Heimes committed
C
test_ftplib: skip check_hostname test when SNI is not available
Christian Heimes committed
December 2, 2013
C
Issue #19781: ftplib now supports SSLContext.check_hostname and server name
Christian Heimes committed