Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-11-19 | Change all exceptions to modern format (not Py2.5 compatible) | Scott Maxwell | |
2013-11-19 | Change conditional from PY3 to PY2 to be better prepared for a possible Py4. | Scott Maxwell | |
2013-11-02 | Bump version to 1.13.0 | Scott Maxwell | |
2013-11-02 | More type conversions | Scott Maxwell | |
2013-11-02 | Fix message to handle long properly, even on Py3 | Scott Maxwell | |
2013-11-02 | Fix some deprecation and resource warnings | Scott Maxwell | |
2013-11-02 | Make sftp.open handle binary and text, more type conversion | Scott Maxwell | |
2013-11-01 | Fix thread stop for Py3 | Scott Maxwell | |
2013-11-01 | Changes inspired by the nischu7 branch | Scott Maxwell | |
2013-11-01 | Don't import test_sftp or test_sftp_big unless we are going to do the tests | Scott Maxwell | |
2013-11-01 | Have to use u'' format in test_sftp so this test won't run on Py3.2 unless ↵ | Scott Maxwell | |
we find a solution | |||
2013-11-01 | Fixes for Python 2.5 and Python 3.2 support | Scott Maxwell | |
2013-11-01 | Eliminate all uses of b'' syntax to allow for Python 2.5 support | Scott Maxwell | |
2013-10-31 | More type fixes | Scott Maxwell | |
2013-10-31 | Fixes for test_sftp | Scott Maxwell | |
2013-10-31 | More type conversion | Scott Maxwell | |
2013-10-31 | More type conversion | Scott Maxwell | |
2013-10-31 | Fix demos | Scott Maxwell | |
2013-10-31 | Fix demo_server | Scott Maxwell | |
2013-10-31 | Fix demo_keygen | Scott Maxwell | |
2013-10-31 | More type conversion | Scott Maxwell | |
2013-10-31 | Salt needs to be 16 bytes instead of 8 | Scott Maxwell | |
2013-10-31 | Switch feed from text to binary | Scott Maxwell | |
2013-10-31 | More type fixups | Scott Maxwell | |
2013-10-31 | Setup so we can run test_sftp_big independently | Scott Maxwell | |
2013-10-31 | Fix bytes/str type in more places | Scott Maxwell | |
2013-10-30 | Fix next | Scott Maxwell | |
2013-10-30 | Fix input | Scott Maxwell | |
2013-10-30 | Convert and detect types properly, use helper constants, use StringIO and range | Scott Maxwell | |
2013-10-30 | Fix winapi | Scott Maxwell | |
2013-10-30 | Fix message sending | Scott Maxwell | |
Create constants for byte messages, implement asbytes so many methods can take Message and key objects directly and split get_string into get_text and get_binary. Also, change int handling to use mpint with a flag whenever the int is greater than 32 bits. | |||
2013-10-30 | Fix imports | Scott Maxwell | |
2013-10-30 | Fix dict iters, sorts, exceptions, bytes renames and tuple args | Scott Maxwell | |
2013-10-30 | Fix imports | Scott Maxwell | |
2013-10-30 | Use test_path to avoid relative path issues | Scott Maxwell | |
2013-10-30 | Fix imports | Scott Maxwell | |
2013-10-30 | Write to locals instead of globals | Scott Maxwell | |
2013-10-30 | Uncap the requirements | Scott Maxwell | |
2013-10-30 | Add Py3 helpers to common.py | Scott Maxwell | |
2013-10-30 | Add Py3.2 and Py3.3 to tox | Scott Maxwell | |
2013-10-30 | Fix print statements | Scott Maxwell | |
2013-10-30 | Add Py3.2 and Py3.3 to travis | Scott Maxwell | |
2013-10-30 | Add Py3 compatibility support helpers | Scott Maxwell | |
2013-10-16 | Merge branch '1.11' into 1.12 | Jeff Forcier | |
Conflicts: paramiko/__init__.py | |||
2013-10-16 | Merge branch '1.10' into 1.11 | Jeff Forcier | |
Conflicts: paramiko/__init__.py | |||
2013-10-16 | Merge branch '1.9' into 1.10 | Jeff Forcier | |
Conflicts: paramiko/__init__.py | |||
2013-10-16 | Merge branch '1.8' into 1.9 | Jeff Forcier | |
Conflicts: paramiko/__init__.py | |||
2013-10-16 | Reintroduce __version_info__ variable | Mike Gabriel | |
At least one application (mysql-workbench) (used to) use(s) the __version_info__ that got removed by commit 99859b8b021a5d13ca067a3e79560d6121f9c52f. Breaking existing software with new versions of paramiko should be avoided. This pull-request reintroduces the __version_info__ var, but fills it from the __version__ var. No need to maintain multiple version strings. Conflicts: paramiko/__init__.py | |||
2013-09-27 | Merge branch '1.11' | Jeff Forcier | |
Conflicts: paramiko/__init__.py setup.py | |||
2013-09-27 | Merge branch '1.10' into 1.11 | Jeff Forcier | |
Updated versions for 1.11.2. Conflicts: paramiko/__init__.py setup.py |