| Commit message (Expand) | Author | Age | Files | Lines |
* | bpo-41521: Rename blacklist parameter to not_exported (GH-21824) | Victor Stinner | 2020-08-17 | 1 | -4/+5 |
|
|
* | bpo-40275: Use new test.support helper submodules in tests (GH-21448) | Hai Shi | 2020-08-03 | 1 | -1/+2 |
|
|
* | bpo-40275: Adding threading_helper submodule in test.support (GH-20263) | Hai Shi | 2020-05-27 | 1 | -2/+3 |
|
|
* | bpo-40275: Avoid importing socket in test.support (GH-19603) | Serhiy Storchaka | 2020-04-25 | 1 | -5/+6 |
|
|
* | bpo-39380: Change ftplib encoding from latin-1 to utf-8 (GH-18048) | Sebastian Pedersen | 2020-04-13 | 1 | -32/+62 |
|
|
* | bpo-39259: ftplib.FTP/FTP_TLS now reject timeout = 0 (GH-17959) | Dong-hee Na | 2020-01-13 | 1 | -0/+4 |
|
|
* | bpo-38614: Use test.support.LOOPBACK_TIMEOUT constant (GH-17554) | Victor Stinner | 2019-12-10 | 1 | -1/+1 |
|
|
* | Remove binding of captured exceptions when not used to reduce the chances of ... | Pablo Galindo | 2019-11-19 | 1 | -1/+1 |
|
|
* | bpo-35934: Add socket.create_server() utility function (GH-11784) | Giampaolo Rodola | 2019-04-08 | 1 | -6/+3 |
|
|
* | bpo-34391: Fix ftplib test for TLS 1.3 (GH-8787) | Christian Heimes | 2018-08-16 | 1 | -0/+5 |
|
|
* | bpo-33618: Enable TLS 1.3 in tests (GH-7079) | Christian Heimes | 2018-05-23 | 1 | -7/+3 |
|
|
* | bpo-32947: OpenSSL 1.1.1-pre1 / TLS 1.3 fixes (#5663) | Christian Heimes | 2018-02-27 | 1 | -0/+6 |
|
|
* | bpo-32706: Skip test_ftplib.test_check_hostname() (#5422) | Victor Stinner | 2018-01-29 | 1 | -0/+1 |
|
|
* | bpo-31399: Let OpenSSL verify hostname and IP address (#3462) | Christian Heimes | 2018-01-27 | 1 | -0/+3 |
|
|
* | bpo-31346: Use PROTOCOL_TLS_CLIENT/SERVER (#3058) | Christian Heimes | 2017-09-15 | 1 | -12/+6 |
|
|
* | bpo-31234: Fix dangling thread in test_ftplib (#3544) | Victor Stinner | 2017-09-13 | 1 | -0/+2 |
|
|
* | bpo-31234: Fix dangling thread in test_ftp/poplib (#3540) | Victor Stinner | 2017-09-13 | 1 | -0/+6 |
|
|
* | bpo-31370: Remove support for threads-less builds (#3385) | Antoine Pitrou | 2017-09-07 | 1 | -1/+1 |
|
|
* | bpo-30119: fix ftplib.FTP.putline() to throw an error for a illegal command (... | Dong-hee Na | 2017-07-22 | 1 | -1/+5 |
|
|
* | bpo-30818: test_ftplib calls asyncore.close_all() (#2514) | Victor Stinner | 2017-06-30 | 1 | -0/+3 |
|
|
* | Issue #28022: Deprecate ssl-related arguments in favor of SSLContext. | Christian Heimes | 2016-09-10 | 1 | -4/+6 |
|
|
* | Issue #23883: Add missing APIs to __all__; patch by Jacek Kołodziej | Martin Panter | 2015-11-14 | 1 | -1/+10 |
|
|
* | merge 3.4 (#22935) | Benjamin Peterson | 2014-12-06 | 1 | -1/+1 |
|\ |
|
| * | allow ssl module to compile if openssl doesn't support SSL 3 (closes #22935) | Benjamin Peterson | 2014-12-06 | 1 | -1/+1 |
|
|
* | | merge 3.4 (#22921) | Benjamin Peterson | 2014-11-23 | 1 | -4/+0 |
|\ \
| |/ |
|
| * | don't require OpenSSL SNI to pass hostname to ssl functions (#22921) | Benjamin Peterson | 2014-11-23 | 1 | -4/+0 |
|
|
* | | Issue #6623: Remove deprecated Netrc class in the ftplib module. | Berker Peksag | 2014-11-01 | 1 | -17/+6 |
|
|
* | | Issue #21566: Make use of socket.listen() default backlog. | Charles-François Natali | 2014-07-23 | 1 | -3/+3 |
|/ |
|
* | Issue #20555: Use specific asserts in urllib, httplib, ftplib, cgi, wsgiref t... | Serhiy Storchaka | 2014-02-08 | 1 | -3/+3 |
|\ |
|
| * | Issue #20555: Use specific asserts in urllib, httplib, ftplib, cgi, wsgiref t... | Serhiy Storchaka | 2014-02-08 | 1 | -3/+3 |
|
|
| * | Issue #18702: All skipped tests now reported as skipped. | Serhiy Storchaka | 2013-11-03 | 1 | -7/+7 |
|
|
* | | fixed test_ftplib | Christian Heimes | 2013-12-15 | 1 | -1/+1 |
|
|
* | | test_ftplib: skip check_hostname test when SNI is not available | Christian Heimes | 2013-12-15 | 1 | -0/+4 |
|
|
* | | Issue #19781: ftplib now supports SSLContext.check_hostname and server name | Christian Heimes | 2013-12-02 | 1 | -1/+32 |
|
|
* | | Issue #18702: All skipped tests now reported as skipped. | Serhiy Storchaka | 2013-11-03 | 1 | -7/+7 |
|
|
* | | Issue #16038: CVE-2013-1752: ftplib: Limit amount of data read by | Serhiy Storchaka | 2013-10-20 | 1 | -1/+21 |
|\ \
| |/ |
|
| * | Issue #16038: CVE-2013-1752: ftplib: Limit amount of data read by | Serhiy Storchaka | 2013-10-20 | 1 | -1/+21 |
|
|
* | | merge 3.3 (#19118) | Benjamin Peterson | 2013-09-29 | 1 | -4/+0 |
|\ \
| |/ |
|
| * | remove duplicate test_mkd (closes #19118) | Benjamin Peterson | 2013-09-29 | 1 | -4/+0 |
|
|
| * | Issue #18792: Use "127.0.0.1" or "::1" instead of "localhost" as much as poss... | Antoine Pitrou | 2013-08-21 | 1 | -4/+4 |
|
|
* | | Issue #18792: Use "127.0.0.1" or "::1" instead of "localhost" as much as poss... | Antoine Pitrou | 2013-08-21 | 1 | -4/+4 |
|
|
* | | merge from 3.3 | Senthil Kumaran | 2013-08-13 | 1 | -0/+8 |
|\ \
| |/ |
|
| * | Increasing test coverage of ftplib. Patch by Muhammad Jehanzeb | Senthil Kumaran | 2013-08-13 | 1 | -0/+8 |
|
|
* | | test_ftplib: silence a BytesWarning when checking TypeError | Florent Xicluna | 2013-07-06 | 1 | -1/+2 |
|\ \
| |/ |
|
| * | test_ftplib: silence a BytesWarning when checking TypeError | Florent Xicluna | 2013-07-06 | 1 | -1/+2 |
|
|
* | | ftplib tests: provide a global socket's TIMEOUT variable and use it everywher... | Giampaolo Rodola' | 2013-05-16 | 1 | -14/+15 |
|
|
* | | (Merge 3.3) Close #6822: ftplib.FTP.storlines() expects a binary file, not a ... | Victor Stinner | 2013-04-02 | 1 | -0/+4 |
|\ \
| |/ |
|
| * | Close #6822: ftplib.FTP.storlines() expects a binary file, not a text file | Victor Stinner | 2013-04-02 | 1 | -0/+4 |
|
|
* | | #6623: Add explicit deprecation warning for ftplib.Netrc. | R David Murray | 2013-02-19 | 1 | -1/+12 |
|
|
* | | Replace IOError with OSError (#16715) | Andrew Svetlov | 2012-12-25 | 1 | -3/+3 |
|
|