summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_ftplib.py
Commit message (Expand)AuthorAgeFilesLines
* - Issue #16038: CVE-2013-1752: ftplib: Limit amount of data read byBarry Warsaw2013-09-251-1/+21
* Merged revisions 77942,79023 via svnmerge fromEzio Melotti2010-08-021-1/+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