aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Lib/test/test_ftplib.py
Commit message (Expand)AuthorAge
* allow ssl module to compile if openssl doesn't support SSL 3 (closes #22935)Benjamin Peterson2014-12-05
* don't require OpenSSL SNI to pass hostname to ssl functions (#22921)Benjamin Peterson2014-11-23
* Issue #20555: Use specific asserts in urllib, httplib, ftplib, cgi, wsgiref t...Serhiy Storchaka2014-02-08
|\
| * Issue #20555: Use specific asserts in urllib, httplib, ftplib, cgi, wsgiref t...Serhiy Storchaka2014-02-08
| * Issue #18702: All skipped tests now reported as skipped.Serhiy Storchaka2013-11-03
* | fixed test_ftplibChristian Heimes2013-12-15
* | test_ftplib: skip check_hostname test when SNI is not availableChristian Heimes2013-12-15
* | Issue #19781: ftplib now supports SSLContext.check_hostname and server nameChristian Heimes2013-12-02
* | Issue #18702: All skipped tests now reported as skipped.Serhiy Storchaka2013-11-03
* | Issue #16038: CVE-2013-1752: ftplib: Limit amount of data read bySerhiy Storchaka2013-10-20
|\|
| * Issue #16038: CVE-2013-1752: ftplib: Limit amount of data read bySerhiy Storchaka2013-10-20
* | merge 3.3 (#19118)Benjamin Peterson2013-09-29
|\|
| * remove duplicate test_mkd (closes #19118)Benjamin Peterson2013-09-29
| * Issue #18792: Use "127.0.0.1" or "::1" instead of "localhost" as much as poss...Antoine Pitrou2013-08-22
* | Issue #18792: Use "127.0.0.1" or "::1" instead of "localhost" as much as poss...Antoine Pitrou2013-08-22
* | merge from 3.3Senthil Kumaran2013-08-12
|\|
| * Increasing test coverage of ftplib. Patch by Muhammad JehanzebSenthil Kumaran2013-08-12
* | test_ftplib: silence a BytesWarning when checking TypeErrorFlorent Xicluna2013-07-06
|\|
| * test_ftplib: silence a BytesWarning when checking TypeErrorFlorent Xicluna2013-07-06
* | ftplib tests: provide a global socket's TIMEOUT variable and use it everywher...Giampaolo Rodola'2013-05-16
* | (Merge 3.3) Close #6822: ftplib.FTP.storlines() expects a binary file, not a ...Victor Stinner2013-04-02
|\|
| * Close #6822: ftplib.FTP.storlines() expects a binary file, not a text fileVictor Stinner2013-04-02
* | #6623: Add explicit deprecation warning for ftplib.Netrc.R David Murray2013-02-19
* | Replace IOError with OSError (#16715)Andrew Svetlov2012-12-25
* | Small cleanup in test_ftplibAntoine Pitrou2012-12-19
|\|
| * Small cleanup in test_ftplibAntoine Pitrou2012-12-19
* | Issue #16717: get rid of socket.error, replace with OSErrorAndrew Svetlov2012-12-18
|/
* compare singletons by identity not equality (closes #16712)Benjamin Peterson2012-10-09
* provide a common method to check for RETR_DATA validity, first checking the e...Giampaolo Rodola'2012-01-09
* Issue #13453: Try to increase some socket timeouts to make some buildbots stopCharles-François Natali2011-12-19
|\
| * Issue #13453: Try to increase some socket timeouts to make some buildbots stopCharles-François Natali2011-12-19
* | Issue 12139: ftplib - remove 'post CCC' test to fix various buildot failures ...Giampaolo Rodola'2011-06-30
* | Issue 12139: add CCC command support to FTP_TLS class to revert the SSL conne...Giampaolo Rodola'2011-06-27
* | merge with 3.2Giampaolo Rodola'2011-05-07
|\|
| * merge with 3.1Giampaolo Rodola'2011-05-07
| |\
| | * #12002 - ftplib's abort() method raises TypeErrorGiampaolo Rodola'2011-05-07
| | * Merged revisions 85492 via svnmerge fromAntoine Pitrou2010-10-14
| | * Merged revisions 73715 via svnmerge fromGeorg Brandl2009-08-13
* | | reverting 9688977ef567 committed by accidentGiampaolo Rodola'2011-05-07
* | | test_ftplib.py: change client default timeout from 10 to 2. Hanging for 10 se...Giampaolo Rodola'2011-05-07
* | | test_ftplib.py: change client default timeout from 10 to 2. Hanging for 10 se...Giampaolo Rodola'2011-05-07
* | | #11072- applying http://bugs.python.org/review/11072/show suggestionsGiampaolo Rodola'2011-05-07
* | | Issue #11072: added MLSD command (RFC-3659) support to ftplib.Giampaolo Rodola'2011-05-06
* | | Close #11958: Fix FTP tests for IPv6, bind to "::1" instead of "localhost".Victor Stinner2011-05-01
* | | Issue #11811: Factor out detection of IPv6 support on the current hostAntoine Pitrou2011-04-28
* | | Issue #11748: try to fix sporadic failures in test_ftplibAntoine Pitrou2011-04-03
* | | #8594: fix ResourceWarning in test_ftplib.py - patch by Nadeem Vawda.Giampaolo Rodolà2011-03-08
* | | Fix issue 8594: adds a source_address parameter to ftplib module.Giampaolo Rodolà2011-02-28
|/ /
* | fix ftplib resource warningsBenjamin Peterson2010-10-31
* | Clean up socket closing in test_ftplib.Brett Cannon2010-10-29