summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_ftplib.py
Commit message (Expand)AuthorAgeFilesLines
* 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