paramiko/paramiko
Scott Maxwell 6d75c75e64 Remove byte conversions and unhexlify calls that we only needed for Py2.5 support and use the `b` byte string marker instead 2013-11-19 10:09:08 -08:00
..
__init__.py Fix dict iters, sorts, exceptions, bytes renames and tuple args 2013-10-30 16:46:33 -07:00
_winapi.py Fix winapi 2013-10-30 17:09:50 -07:00
agent.py Fix message sending 2013-10-30 17:09:34 -07:00
auth_handler.py Use 'with' for opening most file and SFTPFIle objects 2013-11-19 08:56:53 -08:00
ber.py Changes inspired by the nischu7 branch 2013-11-01 09:49:52 -07:00
buffered_pipe.py Fix bytes/str type in more places 2013-10-31 10:01:21 -07:00
channel.py Changes inspired by the nischu7 branch 2013-11-01 09:49:52 -07:00
client.py Use 'with' for opening most file and SFTPFIle objects 2013-11-19 08:56:53 -08:00
common.py Change conditional from PY3 to PY2 to be better prepared for a possible Py4. 2013-11-19 07:30:45 -08:00
compress.py Fixed a typo in the license header of most files 2013-09-27 21:29:18 -07:00
config.py Fix dict iters, sorts, exceptions, bytes renames and tuple args 2013-10-30 16:46:33 -07:00
dsskey.py Change all exceptions to modern format (not Py2.5 compatible) 2013-11-19 08:06:35 -08:00
ecdsakey.py Remove byte conversions and unhexlify calls that we only needed for Py2.5 support and use the `b` byte string marker instead 2013-11-19 10:09:08 -08:00
file.py Change conditional from PY3 to PY2 to be better prepared for a possible Py4. 2013-11-19 07:30:45 -08:00
hostkeys.py Use 'with' for opening most file and SFTPFIle objects 2013-11-19 08:56:53 -08:00
kex_gex.py Convert and detect types properly, use helper constants, use StringIO and range 2013-10-30 17:14:52 -07:00
kex_group1.py Changes inspired by the nischu7 branch 2013-11-01 09:49:52 -07:00
logging22.py Fixed a typo in the license header of most files 2013-09-27 21:29:18 -07:00
message.py Fix message to handle long properly, even on Py3 2013-11-02 20:19:52 -07:00
packet.py Change all exceptions to modern format (not Py2.5 compatible) 2013-11-19 08:06:35 -08:00
pipe.py Remove byte conversions and unhexlify calls that we only needed for Py2.5 support and use the `b` byte string marker instead 2013-11-19 10:09:08 -08:00
pkey.py Use 'with' for opening most file and SFTPFIle objects 2013-11-19 08:56:53 -08:00
primes.py Use 'with' for opening most file and SFTPFIle objects 2013-11-19 08:56:53 -08:00
proxy.py Change all exceptions to modern format (not Py2.5 compatible) 2013-11-19 08:06:35 -08:00
py3compat.py Change conditional from PY3 to PY2 to be better prepared for a possible Py4. 2013-11-19 07:30:45 -08:00
resource.py Fixed a typo in the license header of most files 2013-09-27 21:29:18 -07:00
rsakey.py Remove byte conversions and unhexlify calls that we only needed for Py2.5 support and use the `b` byte string marker instead 2013-11-19 10:09:08 -08:00
server.py Change all exceptions to modern format (not Py2.5 compatible) 2013-11-19 08:06:35 -08:00
sftp.py Changes inspired by the nischu7 branch 2013-11-01 09:49:52 -07:00
sftp_attr.py Make sftp.open handle binary and text, more type conversion 2013-11-02 14:56:43 -07:00
sftp_client.py Remove byte conversions and unhexlify calls that we only needed for Py2.5 support and use the `b` byte string marker instead 2013-11-19 10:09:08 -08:00
sftp_file.py Change all exceptions to modern format (not Py2.5 compatible) 2013-11-19 08:06:35 -08:00
sftp_handle.py Change all exceptions to modern format (not Py2.5 compatible) 2013-11-19 08:06:35 -08:00
sftp_server.py Use 'with' for opening most file and SFTPFIle objects 2013-11-19 08:56:53 -08:00
sftp_si.py Fixed a typo in the license header of most files 2013-09-27 21:29:18 -07:00
ssh_exception.py Merge branch '1.8' into 1.9 2013-09-27 21:29:41 -07:00
transport.py Change all exceptions to modern format (not Py2.5 compatible) 2013-11-19 08:06:35 -08:00
util.py Change all exceptions to modern format (not Py2.5 compatible) 2013-11-19 08:06:35 -08:00
win_pageant.py Remove `from __future__ import with_statement` 2013-11-19 09:38:05 -08:00