paramiko/paramiko
Jeff Forcier 1341e28882 Move SFTPClient.get() termination condition to loop end.
Ensures callback always executes even for zero-len files.

Fixes #90
2012-10-14 21:46:50 -07:00
..
__init__.py Init header update 2012-09-25 18:05:01 -07:00
agent.py Handle/fix handling of EINTR errors in a few places. 2012-09-24 18:58:54 -07:00
auth_handler.py Use Crypto.Random rather than Crypto.Util.RandomPool. 2010-08-03 00:13:08 +02:00
ber.py fix my email address to be the current one. 2009-07-19 19:45:02 -07:00
buffered_pipe.py fix my email address to be the current one. 2009-07-19 19:45:02 -07:00
channel.py Added ssh agent support. Ported from https://github.com/robey/paramiko/pull/21 2012-09-23 15:55:38 -07:00
client.py Whitespace + lang tweak 2012-09-25 18:09:35 -07:00
common.py Add IO sleep to agent forward communications. 2012-09-23 16:08:35 -07:00
compress.py fix my email address to be the current one. 2009-07-19 19:45:02 -07:00
config.py re #33 - fix typo, be more pythonic 2012-09-23 16:45:51 -07:00
dsskey.py Use Crypto.Random rather than Crypto.Util.RandomPool. 2010-08-03 00:13:08 +02:00
file.py fix my email address to be the current one. 2009-07-19 19:45:02 -07:00
hostkeys.py show us the offending host key 2012-09-23 16:45:53 -07:00
kex_gex.py Use Crypto.Random rather than Crypto.Util.RandomPool. 2010-08-03 00:13:08 +02:00
kex_group1.py Use Crypto.Random rather than Crypto.Util.RandomPool. 2010-08-03 00:13:08 +02:00
logging22.py fix my email address to be the current one. 2009-07-19 19:45:02 -07:00
message.py fix my email address to be the current one. 2009-07-19 19:45:02 -07:00
packet.py Handle/fix handling of EINTR errors in a few places. 2012-09-24 18:58:54 -07:00
pipe.py fix my email address to be the current one. 2009-07-19 19:45:02 -07:00
pkey.py Merge pull request #9 from tehfink/master 2011-05-21 19:12:35 -07:00
primes.py Use Crypto.Random rather than Crypto.Util.RandomPool. 2010-08-03 00:13:08 +02:00
resource.py fix my email address to be the current one. 2009-07-19 19:45:02 -07:00
rsakey.py Use Crypto.Random rather than Crypto.Util.RandomPool. 2010-08-03 00:13:08 +02:00
server.py Don't mix tabs and spaces 2012-09-23 15:56:06 -07:00
sftp.py fix my email address to be the current one. 2009-07-19 19:45:02 -07:00
sftp_attr.py i lost who sent this to me (sorry). patches to fix AIX. 2010-04-25 13:34:54 -07:00
sftp_client.py Move SFTPClient.get() termination condition to loop end. 2012-10-14 21:46:50 -07:00
sftp_file.py fix my email address to be the current one. 2009-07-19 19:45:02 -07:00
sftp_handle.py fix my email address to be the current one. 2009-07-19 19:45:02 -07:00
sftp_server.py fix my email address to be the current one. 2009-07-19 19:45:02 -07:00
sftp_si.py fix my email address to be the current one. 2009-07-19 19:45:02 -07:00
ssh_exception.py fix my email address to be the current one. 2009-07-19 19:45:02 -07:00
transport.py Fix #28: hide interpreter-death threading exceptions 2012-09-24 18:59:54 -07:00
util.py Handle/fix handling of EINTR errors in a few places. 2012-09-24 18:58:54 -07:00
win_pageant.py Fixes #4, thanks again to @jaraco 2012-09-23 16:10:52 -07:00