summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_ftplib.py
Commit message (Expand)AuthorAgeFilesLines
* merge 3.3 (#19118)Benjamin Peterson2013-09-291-4/+0
|\
| * remove duplicate test_mkd (closes #19118)Benjamin Peterson2013-09-291-4/+0
| * Issue #18792: Use "127.0.0.1" or "::1" instead of "localhost" as much as poss...Antoine Pitrou2013-08-211-4/+4
* | Issue #18792: Use "127.0.0.1" or "::1" instead of "localhost" as much as poss...Antoine Pitrou2013-08-211-4/+4
* | merge from 3.3Senthil Kumaran2013-08-131-0/+8
|\ \ | |/
| * Increasing test coverage of ftplib. Patch by Muhammad JehanzebSenthil Kumaran2013-08-131-0/+8
* | test_ftplib: silence a BytesWarning when checking TypeErrorFlorent Xicluna2013-07-061-1/+2
|\ \ | |/
| * test_ftplib: silence a BytesWarning when checking TypeErrorFlorent Xicluna2013-07-061-1/+2
* | ftplib tests: provide a global socket's TIMEOUT variable and use it everywher...Giampaolo Rodola'2013-05-161-14/+15
* | (Merge 3.3) Close #6822: ftplib.FTP.storlines() expects a binary file, not a ...Victor Stinner2013-04-021-0/+4
|\ \ | |/
| * Close #6822: ftplib.FTP.storlines() expects a binary file, not a text fileVictor Stinner2013-04-021-0/+4
* | #6623: Add explicit deprecation warning for ftplib.Netrc.R David Murray2013-02-191-1/+12
* | Replace IOError with OSError (#16715)Andrew Svetlov2012-12-251-3/+3
* | Small cleanup in test_ftplibAntoine Pitrou2012-12-191-13/+14
|\ \ | |/
| * Small cleanup in test_ftplibAntoine Pitrou2012-12-191-13/+14
* | Issue #16717: get rid of socket.error, replace with OSErrorAndrew Svetlov2012-12-181-3/+3
|/
* compare singletons by identity not equality (closes #16712)Benjamin Peterson2012-10-091-1/+1
* provide a common method to check for RETR_DATA validity, first checking the e...Giampaolo Rodola'2012-01-091-8/+10
* Issue #13453: Try to increase some socket timeouts to make some buildbots stopCharles-François Natali2011-12-191-1/+1
|\
| * Issue #13453: Try to increase some socket timeouts to make some buildbots stopCharles-François Natali2011-12-191-1/+1
* | Issue 12139: ftplib - remove 'post CCC' test to fix various buildot failures ...Giampaolo Rodola'2011-06-301-2/+0
* | Issue 12139: add CCC command support to FTP_TLS class to revert the SSL conne...Giampaolo Rodola'2011-06-271-2/+20
* | merge with 3.2Giampaolo Rodola'2011-05-071-0/+8
|\ \ | |/
| * merge with 3.1Giampaolo Rodola'2011-05-071-0/+8
| |\
| | * #12002 - ftplib's abort() method raises TypeErrorGiampaolo Rodola'2011-05-071-0/+8
| | * Merged revisions 85492 via svnmerge fromAntoine Pitrou2010-10-141-7/+7
| | * Merged revisions 73715 via svnmerge fromGeorg Brandl2009-08-131-2/+2
* | | reverting 9688977ef567 committed by accidentGiampaolo Rodola'2011-05-071-9/+9
* | | test_ftplib.py: change client default timeout from 10 to 2. Hanging for 10 se...Giampaolo Rodola'2011-05-071-9/+9
* | | test_ftplib.py: change client default timeout from 10 to 2. Hanging for 10 se...Giampaolo Rodola'2011-05-071-9/+9
* | | #11072- applying http://bugs.python.org/review/11072/show suggestionsGiampaolo Rodola'2011-05-071-4/+7
* | | Issue #11072: added MLSD command (RFC-3659) support to ftplib.Giampaolo Rodola'2011-05-061-1/+85
* | | Close #11958: Fix FTP tests for IPv6, bind to "::1" instead of "localhost".Victor Stinner2011-04-301-7/+2
* | | Issue #11811: Factor out detection of IPv6 support on the current hostAntoine Pitrou2011-04-281-1/+1
* | | Issue #11748: try to fix sporadic failures in test_ftplibAntoine Pitrou2011-04-031-6/+16
* | | #8594: fix ResourceWarning in test_ftplib.py - patch by Nadeem Vawda.Giampaolo Rodolà2011-03-081-2/+2
* | | Fix issue 8594: adds a source_address parameter to ftplib module.Giampaolo Rodolà2011-02-281-0/+14
|/ /
* | fix ftplib resource warningsBenjamin Peterson2010-10-311-0/+2
* | Clean up socket closing in test_ftplib.Brett Cannon2010-10-291-35/+34
* | Increase timeouts in test_ftplib (for very slow buildbots)Antoine Pitrou2010-10-141-13/+13
* | Fix issue 6706: adds new handle_accepted() method to asyncore.dispatcherGiampaolo Rodolà2010-10-041-2/+1
* | fix issue 9601: ftplib now provides a workaround for invalid response code re...Giampaolo Rodolà2010-08-231-0/+12
* | as per discussion with antoine revert changes made in 83708 as the user usein...Giampaolo Rodolà2010-08-041-30/+6
* | fix issue #6822: ftplib's storline method doesn't work with text filesGiampaolo Rodolà2010-08-041-6/+30
* | fix wrong assertIs contextGiampaolo Rodolà2010-05-261-1/+1
* | Fix issue #8806: add SSL contexts support to ftplibGiampaolo Rodolà2010-05-261-0/+23
* | Fix issue #4972: adds ftplib.FTP context manager protocolGiampaolo Rodolà2010-05-101-11/+60
* | Merged revisions 80882 via svnmerge fromGiampaolo Rodolà2010-05-061-0/+3
* | Merged revisions 80552-80556,80564-80566,80568-80571 via svnmerge fromVictor Stinner2010-04-281-1/+1
* | Merged revisions 80392 via svnmerge fromAntoine Pitrou2010-04-231-12/+37