1. 9fb061b Fix test_ftplib warning if IPv6 is not available (#1457) by Victor Stinner · 7 years ago
  2. 7b4b284 allow a SSLContext to be given to ftplib.FTP_TLS by Benjamin Peterson · 10 years ago
  3. 60766c4 allow ssl module to compile if openssl doesn't support SSL 3 (closes #22935) by Benjamin Peterson · 10 years ago
  4. dfdae02 Issue #16056: Rename test methods to avoid conflict. by Berker Peksag · 10 years ago
  5. 528bed8 Issue #20555: Use specific asserts in urllib, httplib, ftplib, cgi, wsgiref tests. by Serhiy Storchaka · 11 years ago
  6. 32e23e7 Issue #18702: All skipped tests now reported as skipped. by Serhiy Storchaka · 11 years ago
  7. 2585e1e Issue #16038: CVE-2013-1752: ftplib: Limit amount of data read by by Serhiy Storchaka · 11 years ago
  8. 78254dc Issue #18792: Use "127.0.0.1" or "::1" instead of "localhost" as much as possible, since "localhost" goes through a DNS lookup under recent Windows versions. by Antoine Pitrou · 11 years ago
  9. 1eeba83 Increasing test coverage of ftplib. Patch by Muhammad Jehanzeb by Senthil Kumaran · 11 years ago
  10. 3b81807 Issue #13453: Try to increase some socket timeouts to make some buildbots stop by Charles-François Natali · 13 years ago
  11. 8299393 Merged revisions 85492 via svnmerge from by Antoine Pitrou · 14 years ago
  12. e4499a8 adds handle_error(self):raise to test modules using asyncore to provide a clearer error message in case something goes wrong by Giampaolo Rodolà · 14 years ago
  13. 6a10281 Issue #7449, last part (11): fix many tests if thread support is disabled by Victor Stinner · 14 years ago
  14. a5c4b55 Issue #8108: Fix the unwrap() method of SSL objects when the socket has by Antoine Pitrou · 14 years ago
  15. 343314a Revert r79915 (temporary commit to check for buildbots -> the fix was successful) by Antoine Pitrou · 14 years ago
  16. 9c6cd56 Temporarily commit fix to issue #8108, to check for buildbot response by Antoine Pitrou · 14 years ago
  17. 2c6799a Revert r79384 (the fix failed). by Antoine Pitrou · 14 years ago
  18. 914bdbb Trying to fix #8108. Will watch the buildbot(s). by Antoine Pitrou · 14 years ago
  19. 52093b8 Fix an occasional test_ftplib failure, following r79226. by Antoine Pitrou · 14 years ago
  20. dde5b94 #7092: Silence more py3k warnings. Patch by Florent Xicluna. by Ezio Melotti · 15 years ago
  21. b0f5adc use assert[Not]IsInstance where appropriate by Ezio Melotti · 15 years ago
  22. ce8e33a Reverting the Revision: 77368. I committed Flox's big patch for tests by by Senthil Kumaran · 15 years ago
  23. 3ddc435 Fixing - Issue7026 - RuntimeError: dictionary changed size during iteration. Patch by flox by Senthil Kumaran · 15 years ago
  24. acbe3bd Issue #6845: Add restart support for binary upload in ftplib. The by Antoine Pitrou · 15 years ago
  25. ccd5e02 Issue #2054: ftplib now provides an FTP_TLS class to do secure FTP using by Antoine Pitrou · 15 years ago
  26. 5c8da86 convert usage of fail* to assert* by Benjamin Peterson · 15 years ago
  27. e14267b merge in the fix for test_ftplib on some bots [reviewed by Georg] by Benjamin Peterson · 16 years ago
  28. 3c0c483 give ftplib a real test suite by Benjamin Peterson · 16 years ago
  29. 4f1b1ed Fixed the semantic of timeout for socket.create_connection and by Facundo Batista · 16 years ago
  30. e41b006 - Issue #2550: The approach used by client/server code for obtaining ports by Trent Nelson · 16 years ago
  31. b0917c1 Don't use a hard coded port. This test could hang/fail if the port is in use. by Neal Norwitz · 16 years ago
  32. 0d4c06e Whitespace normalization. Ugh, we really need to do this more often. by Neal Norwitz · 17 years ago
  33. 93c3368 Added the posibility to pass the timeout to FTP.connect, not only when by Facundo Batista · 17 years ago
  34. 3f10099 Forgot to add the file before the previous commit, here go the ftplib tests. by Facundo Batista · 17 years ago