summaryrefslogtreecommitdiff
path: root/Lib/test/test_ftplib.py
Commit message (Expand)AuthorAgeFilesLines
* Merged revisions 85492 via svnmerge fromAntoine Pitrou2010-10-141-9/+9
* adds handle_error(self):raise to test modules using asyncore to provide a cle...Giampaolo RodolĂ 2010-05-061-0/+3
* Issue #7449, last part (11): fix many tests if thread support is disabledVictor Stinner2010-04-271-1/+1
* Issue #8108: Fix the unwrap() method of SSL objects when the socket hasAntoine Pitrou2010-04-221-11/+36
* Revert r79915 (temporary commit to check for buildbots -> the fix was success...Antoine Pitrou2010-04-091-36/+11
* Temporarily commit fix to issue #8108, to check for buildbot responseAntoine Pitrou2010-04-091-11/+36
* Revert r79384 (the fix failed).Antoine Pitrou2010-03-241-11/+2
* Trying to fix #8108. Will watch the buildbot(s).Antoine Pitrou2010-03-241-2/+11
* Fix an occasional test_ftplib failure, following r79226.Antoine Pitrou2010-03-221-1/+6
* #7092: Silence more py3k warnings. Patch by Florent Xicluna.Ezio Melotti2010-02-031-1/+2
* 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