index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Lib
/
test
/
test_ftplib.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Issue #13453: Try to increase some socket timeouts to make some buildbots stop
Charles-François Natali
2011-12-19
1
-1/+1
*
Merged revisions 85492 via svnmerge from
Antoine Pitrou
2010-10-14
1
-9/+9
*
adds handle_error(self):raise to test modules using asyncore to provide a cle...
Giampaolo RodolĂ
2010-05-06
1
-0/+3
*
Issue #7449, last part (11): fix many tests if thread support is disabled
Victor Stinner
2010-04-27
1
-1/+1
*
Issue #8108: Fix the unwrap() method of SSL objects when the socket has
Antoine Pitrou
2010-04-22
1
-11/+36
*
Revert r79915 (temporary commit to check for buildbots -> the fix was success...
Antoine Pitrou
2010-04-09
1
-36/+11
*
Temporarily commit fix to issue #8108, to check for buildbot response
Antoine Pitrou
2010-04-09
1
-11/+36
*
Revert r79384 (the fix failed).
Antoine Pitrou
2010-03-24
1
-11/+2
*
Trying to fix #8108. Will watch the buildbot(s).
Antoine Pitrou
2010-03-24
1
-2/+11
*
Fix an occasional test_ftplib failure, following r79226.
Antoine Pitrou
2010-03-22
1
-1/+6
*
#7092: Silence more py3k warnings. Patch by Florent Xicluna.
Ezio Melotti
2010-02-03
1
-1/+2
*
use assert[Not]IsInstance where appropriate
Ezio Melotti
2010-01-24
1
-7/+7
*
Reverting the Revision: 77368. I committed Flox's big patch for tests by
Senthil Kumaran
2010-01-08
1
-1/+1
*
Fixing - Issue7026 - RuntimeError: dictionary changed size during iteration. ...
Senthil Kumaran
2010-01-08
1
-1/+1
*
Issue #6845: Add restart support for binary upload in ftplib. The
Antoine Pitrou
2009-11-27
1
-1/+27
*
Issue #2054: ftplib now provides an FTP_TLS class to do secure FTP using
Antoine Pitrou
2009-11-15
1
-5/+213
*
convert usage of fail* to assert*
Benjamin Peterson
2009-06-30
1
-2/+2
*
merge in the fix for test_ftplib on some bots [reviewed by Georg]
Benjamin Peterson
2008-09-28
1
-0/+5
*
give ftplib a real test suite
Benjamin Peterson
2008-09-27
1
-36/+425
*
Fixed the semantic of timeout for socket.create_connection and
Facundo Batista
2008-05-29
1
-19/+24
*
- Issue #2550: The approach used by client/server code for obtaining ports
Trent Nelson
2008-04-08
1
-17/+14
*
Don't use a hard coded port. This test could hang/fail if the port is in use.
Neal Norwitz
2008-02-26
1
-4/+25
*
Whitespace normalization. Ugh, we really need to do this more often.
Neal Norwitz
2007-04-25
1
-3/+3
*
Added the posibility to pass the timeout to FTP.connect, not only when
Facundo Batista
2007-03-30
1
-5/+30
*
Forgot to add the file before the previous commit, here go
Facundo Batista
2007-03-26
1
-0/+68