summaryrefslogtreecommitdiffhomepage
AgeCommit message (Collapse)Author
2013-10-31Fixes for test_sftpScott Maxwell
2013-10-31More type conversionScott Maxwell
2013-10-31More type conversionScott Maxwell
2013-10-31Fix demosScott Maxwell
2013-10-31Fix demo_serverScott Maxwell
2013-10-31Fix demo_keygenScott Maxwell
2013-10-31More type conversionScott Maxwell
2013-10-31Salt needs to be 16 bytes instead of 8Scott Maxwell
2013-10-31Switch feed from text to binaryScott Maxwell
2013-10-31More type fixupsScott Maxwell
2013-10-31Setup so we can run test_sftp_big independentlyScott Maxwell
2013-10-31Fix bytes/str type in more placesScott Maxwell
2013-10-30Fix nextScott Maxwell
2013-10-30Fix inputScott Maxwell
2013-10-30Convert and detect types properly, use helper constants, use StringIO and rangeScott Maxwell
2013-10-30Fix winapiScott Maxwell
2013-10-30Fix message sendingScott 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-30Fix importsScott Maxwell
2013-10-30Fix dict iters, sorts, exceptions, bytes renames and tuple argsScott Maxwell
2013-10-30Fix importsScott Maxwell
2013-10-30Use test_path to avoid relative path issuesScott Maxwell
2013-10-30Fix importsScott Maxwell
2013-10-30Write to locals instead of globalsScott Maxwell
2013-10-30Uncap the requirementsScott Maxwell
2013-10-30Add Py3 helpers to common.pyScott Maxwell
2013-10-30Add Py3.2 and Py3.3 to toxScott Maxwell
2013-10-30Fix print statementsScott Maxwell
2013-10-30Add Py3.2 and Py3.3 to travisScott Maxwell
2013-10-30Add Py3 compatibility support helpersScott Maxwell
2013-10-16Merge branch '1.11' into 1.12Jeff Forcier
Conflicts: paramiko/__init__.py
2013-10-16Merge branch '1.10' into 1.11Jeff Forcier
Conflicts: paramiko/__init__.py
2013-10-16Merge branch '1.9' into 1.10Jeff Forcier
Conflicts: paramiko/__init__.py
2013-10-16Merge branch '1.8' into 1.9Jeff Forcier
Conflicts: paramiko/__init__.py
2013-10-16Reintroduce __version_info__ variableMike 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-27Merge branch '1.11'Jeff Forcier
Conflicts: paramiko/__init__.py setup.py
2013-09-27Merge branch '1.10' into 1.11Jeff Forcier
Updated versions for 1.11.2. Conflicts: paramiko/__init__.py setup.py
2013-09-27Update version for 1.10.4Jeff Forcier
2013-09-27Merge branch '1.11'Jeff Forcier
2013-09-27Clone 1.10.4 items to 1.11.2Jeff Forcier
2013-09-27Merge branch '1.10' into 1.11Jeff Forcier
2013-09-27Changelog re #199, fixes #199Jeff Forcier
2013-09-27Merge branch '1.11'Jeff Forcier
2013-09-27Merge branch '1.10' into 1.11Jeff Forcier
2013-09-27Merge branch '1.9' into 1.10Jeff Forcier
2013-09-27Merge branch '1.8' into 1.9Jeff Forcier
2013-09-27Fixed a typo in the license header of most filesJeff Forcier
Conflicts: paramiko/proxy.py
2013-09-27Fix demo re #200Jeff Forcier
2013-09-27Merge branch '1.11'Jeff Forcier
2013-09-27Merge branch '1.10' into 1.11Jeff Forcier
2013-09-27Changelog re #200Jeff Forcier