| Commit message (Expand) | Author | Age | Files | Lines |
* | [2.7] bpo-34391: Fix ftplib test for TLS 1.3 (GH-8787) (GH-8791) | Christian Heimes | 2018-08-16 | 1 | -0/+5 |
|
|
* | bpo-31518: Change TLS protocol for Debian (#3661) | Christian Heimes | 2018-02-24 | 1 | -3/+3 |
|
|
* | [2.7] bpo-30119: fix ftplib.FTP.putline() to throw an error for a illegal com... | Dong-hee Na | 2017-07-26 | 1 | -0/+3 |
|
|
* | Fix test_ftplib warning if IPv6 is not available (#1457) | Victor Stinner | 2017-05-04 | 1 | -6/+12 |
|
|
* | allow a SSLContext to be given to ftplib.FTP_TLS | Benjamin Peterson | 2015-01-04 | 1 | -27/+88 |
|
|
* | allow ssl module to compile if openssl doesn't support SSL 3 (closes #22935) | Benjamin Peterson | 2014-12-06 | 1 | -1/+1 |
|
|
* | Issue #16056: Rename test methods to avoid conflict. | Berker Peksag | 2014-11-24 | 1 | -4/+0 |
|
|
* | 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 | -12/+14 |
|
|
* | Issue #16038: CVE-2013-1752: ftplib: Limit amount of data read by | Serhiy Storchaka | 2013-10-20 | 1 | -1/+21 |
|
|
* | Issue #18792: Use "127.0.0.1" or "::1" instead of "localhost" as much as poss... | Antoine Pitrou | 2013-08-21 | 1 | -4/+4 |
|
|
* | Increasing test coverage of ftplib. Patch by Muhammad Jehanzeb | Senthil Kumaran | 2013-08-13 | 1 | -0/+8 |
|
|
* | Issue #13453: Try to increase some socket timeouts to make some buildbots stop | Charles-François Natali | 2011-12-19 | 1 | -1/+1 |
|
|
* | Merged revisions 85492 via svnmerge from | Antoine Pitrou | 2010-10-14 | 1 | -9/+9 |
|
|
* | adds handle_error(self):raise to test modules using asyncore to provide a cle... | Giampaolo RodolĂ | 2010-05-06 | 1 | -0/+3 |
|
|
* | Issue #7449, last part (11): fix many tests if thread support is disabled | Victor Stinner | 2010-04-27 | 1 | -1/+1 |
|
|
* | Issue #8108: Fix the unwrap() method of SSL objects when the socket has | Antoine Pitrou | 2010-04-22 | 1 | -11/+36 |
|
|
* | Revert r79915 (temporary commit to check for buildbots -> the fix was success... | Antoine Pitrou | 2010-04-09 | 1 | -36/+11 |
|
|
* | Temporarily commit fix to issue #8108, to check for buildbot response | Antoine Pitrou | 2010-04-09 | 1 | -11/+36 |
|
|
* | Revert r79384 (the fix failed). | Antoine Pitrou | 2010-03-24 | 1 | -11/+2 |
|
|
* | Trying to fix #8108. Will watch the buildbot(s). | Antoine Pitrou | 2010-03-24 | 1 | -2/+11 |
|
|
* | Fix an occasional test_ftplib failure, following r79226. | Antoine Pitrou | 2010-03-22 | 1 | -1/+6 |
|
|
* | #7092: Silence more py3k warnings. Patch by Florent Xicluna. | Ezio Melotti | 2010-02-03 | 1 | -1/+2 |
|
|
* | use assert[Not]IsInstance where appropriate | Ezio Melotti | 2010-01-24 | 1 | -7/+7 |
|
|
* | Reverting the Revision: 77368. I committed Flox's big patch for tests by | Senthil Kumaran | 2010-01-08 | 1 | -1/+1 |
|
|
* | Fixing - Issue7026 - RuntimeError: dictionary changed size during iteration. ... | Senthil Kumaran | 2010-01-08 | 1 | -1/+1 |
|
|
* | Issue #6845: Add restart support for binary upload in ftplib. The | Antoine Pitrou | 2009-11-27 | 1 | -1/+27 |
|
|
* | Issue #2054: ftplib now provides an FTP_TLS class to do secure FTP using | Antoine Pitrou | 2009-11-15 | 1 | -5/+213 |
|
|
* | convert usage of fail* to assert* | Benjamin Peterson | 2009-06-30 | 1 | -2/+2 |
|
|
* | merge in the fix for test_ftplib on some bots [reviewed by Georg] | Benjamin Peterson | 2008-09-28 | 1 | -0/+5 |
|
|
* | give ftplib a real test suite | Benjamin Peterson | 2008-09-27 | 1 | -36/+425 |
|
|
* | Fixed the semantic of timeout for socket.create_connection and | Facundo Batista | 2008-05-29 | 1 | -19/+24 |
|
|
* | - Issue #2550: The approach used by client/server code for obtaining ports | Trent Nelson | 2008-04-08 | 1 | -17/+14 |
|
|
* | Don't use a hard coded port. This test could hang/fail if the port is in use. | Neal Norwitz | 2008-02-26 | 1 | -4/+25 |
|
|
* | Whitespace normalization. Ugh, we really need to do this more often. | Neal Norwitz | 2007-04-25 | 1 | -3/+3 |
|
|
* | Added the posibility to pass the timeout to FTP.connect, not only when | Facundo Batista | 2007-03-30 | 1 | -5/+30 |
|
|
* | Forgot to add the file before the previous commit, here go | Facundo Batista | 2007-03-26 | 1 | -0/+68 |
|
|