summaryrefslogtreecommitdiff
path: root/Lib/test/test_ftplib.py
Commit message (Expand)AuthorAgeFilesLines
* [2.7] bpo-34391: Fix ftplib test for TLS 1.3 (GH-8787) (GH-8791)Christian Heimes2018-08-161-0/+5
* bpo-31518: Change TLS protocol for Debian (#3661)Christian Heimes2018-02-251-3/+3
* [2.7] bpo-30119: fix ftplib.FTP.putline() to throw an error for a illegal com...Dong-hee Na2017-07-261-0/+3
* Fix test_ftplib warning if IPv6 is not available (#1457)Victor Stinner2017-05-041-6/+12
* allow a SSLContext to be given to ftplib.FTP_TLSBenjamin Peterson2015-01-041-27/+88
* allow ssl module to compile if openssl doesn't support SSL 3 (closes #22935)Benjamin Peterson2014-12-051-1/+1
* Issue #16056: Rename test methods to avoid conflict.Berker Peksag2014-11-241-4/+0
* Issue #20555: Use specific asserts in urllib, httplib, ftplib, cgi, wsgiref t...Serhiy Storchaka2014-02-081-3/+3
* Issue #18702: All skipped tests now reported as skipped.Serhiy Storchaka2013-11-031-12/+14
* Issue #16038: CVE-2013-1752: ftplib: Limit amount of data read bySerhiy Storchaka2013-10-201-1/+21
* Issue #18792: Use "127.0.0.1" or "::1" instead of "localhost" as much as poss...Antoine Pitrou2013-08-221-4/+4
* Increasing test coverage of ftplib. Patch by Muhammad JehanzebSenthil Kumaran2013-08-121-0/+8
* Issue #13453: Try to increase some socket timeouts to make some buildbots stopCharles-François Natali2011-12-191-1/+1
* Merged revisions 85492 via svnmerge fromAntoine Pitrou2010-10-141-9/+9
* adds handle_error(self):raise to test modules using asyncore to provide a cle...Giampaolo RodolĂ 2010-05-061-0/+3
* Issue #7449, last part (11): fix many tests if thread support is disabledVictor Stinner2010-04-271-1/+1
* Issue #8108: Fix the unwrap() method of SSL objects when the socket hasAntoine Pitrou2010-04-221-11/+36
* Revert r79915 (temporary commit to check for buildbots -> the fix was success...Antoine Pitrou2010-04-091-36/+11
* Temporarily commit fix to issue #8108, to check for buildbot responseAntoine Pitrou2010-04-091-11/+36
* Revert r79384 (the fix failed).Antoine Pitrou2010-03-241-11/+2
* Trying to fix #8108. Will watch the buildbot(s).Antoine Pitrou2010-03-241-2/+11
* Fix an occasional test_ftplib failure, following r79226.Antoine Pitrou2010-03-221-1/+6
* #7092: Silence more py3k warnings. Patch by Florent Xicluna.Ezio Melotti2010-02-031-1/+2
* use assert[Not]IsInstance where appropriateEzio Melotti2010-01-241-7/+7
* Reverting the Revision: 77368. I committed Flox's big patch for tests bySenthil Kumaran2010-01-081-1/+1
* Fixing - Issue7026 - RuntimeError: dictionary changed size during iteration. ...Senthil Kumaran2010-01-081-1/+1
* Issue #6845: Add restart support for binary upload in ftplib. TheAntoine Pitrou2009-11-271-1/+27
* Issue #2054: ftplib now provides an FTP_TLS class to do secure FTP usingAntoine Pitrou2009-11-151-5/+213
* convert usage of fail* to assert*Benjamin Peterson2009-06-301-2/+2
* merge in the fix for test_ftplib on some bots [reviewed by Georg]Benjamin Peterson2008-09-281-0/+5
* give ftplib a real test suiteBenjamin Peterson2008-09-271-36/+425
* Fixed the semantic of timeout for socket.create_connection andFacundo Batista2008-05-291-19/+24
* - Issue #2550: The approach used by client/server code for obtaining portsTrent Nelson2008-04-081-17/+14
* Don't use a hard coded port. This test could hang/fail if the port is in use.Neal Norwitz2008-02-261-4/+25
* Whitespace normalization. Ugh, we really need to do this more often.Neal Norwitz2007-04-251-3/+3
* Added the posibility to pass the timeout to FTP.connect, not only whenFacundo Batista2007-03-301-5/+30
* Forgot to add the file before the previous commit, here goFacundo Batista2007-03-261-0/+68