Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython2
/
c4b82c037e95fe2fe77352e8a4a54be7b209df2a
/
Lib
/
test
/
test_ftplib.py
3b81807
Issue #13453: Try to increase some socket timeouts to make some buildbots stop
by Charles-François Natali
· 14 years ago
8299393
Merged revisions 85492 via svnmerge from
by Antoine Pitrou
· 15 years ago
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à
· 15 years ago
6a10281
Issue #7449, last part (11): fix many tests if thread support is disabled
by Victor Stinner
· 15 years ago
a5c4b55
Issue #8108: Fix the unwrap() method of SSL objects when the socket has
by Antoine Pitrou
· 15 years ago
343314a
Revert r79915 (temporary commit to check for buildbots -> the fix was successful)
by Antoine Pitrou
· 15 years ago
9c6cd56
Temporarily commit fix to issue #8108, to check for buildbot response
by Antoine Pitrou
· 15 years ago
2c6799a
Revert r79384 (the fix failed).
by Antoine Pitrou
· 15 years ago
914bdbb
Trying to fix #8108. Will watch the buildbot(s).
by Antoine Pitrou
· 15 years ago
52093b8
Fix an occasional test_ftplib failure, following r79226.
by Antoine Pitrou
· 15 years ago
dde5b94
#7092: Silence more py3k warnings. Patch by Florent Xicluna.
by Ezio Melotti
· 16 years ago
b0f5adc
use assert[Not]IsInstance where appropriate
by Ezio Melotti
· 16 years ago
ce8e33a
Reverting the Revision: 77368. I committed Flox's big patch for tests by
by Senthil Kumaran
· 16 years ago
3ddc435
Fixing - Issue7026 - RuntimeError: dictionary changed size during iteration. Patch by flox
by Senthil Kumaran
· 16 years ago
acbe3bd
Issue #6845: Add restart support for binary upload in ftplib. The
by Antoine Pitrou
· 16 years ago
ccd5e02
Issue #2054: ftplib now provides an FTP_TLS class to do secure FTP using
by Antoine Pitrou
· 16 years ago
5c8da86
convert usage of fail* to assert*
by Benjamin Peterson
· 16 years ago
e14267b
merge in the fix for test_ftplib on some bots [reviewed by Georg]
by Benjamin Peterson
· 17 years ago
3c0c483
give ftplib a real test suite
by Benjamin Peterson
· 17 years ago
4f1b1ed
Fixed the semantic of timeout for socket.create_connection and
by Facundo Batista
· 17 years ago
e41b006
- Issue #2550: The approach used by client/server code for obtaining ports
by Trent Nelson
· 17 years ago
b0917c1
Don't use a hard coded port. This test could hang/fail if the port is in use.
by Neal Norwitz
· 17 years ago
0d4c06e
Whitespace normalization. Ugh, we really need to do this more often.
by Neal Norwitz
· 18 years ago
93c3368
Added the posibility to pass the timeout to FTP.connect, not only when
by Facundo Batista
· 18 years ago
3f10099
Forgot to add the file before the previous commit, here go the ftplib tests.
by Facundo Batista
· 18 years ago