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