Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-12-17 | Use modern api to check if event is set. | Olle Lundberg | |
Since we are a python2.6+ code base now, we want to be as forward compatible as possible. | |||
2014-03-07 | Fix import * and a bunch of PEP8 formatting | Scott Maxwell | |
2013-11-02 | Fix some deprecation and resource warnings | Scott Maxwell | |
2013-11-01 | Fixes for Python 2.5 and Python 3.2 support | Scott Maxwell | |
2013-10-30 | Convert and detect types properly, use helper constants, use StringIO and range | 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 | Use test_path to avoid relative path issues | Scott Maxwell | |
2013-10-30 | Fix imports | Scott Maxwell | |
2013-09-27 | Fixed a typo in the license header of most files | Jeff Forcier | |
Conflicts: paramiko/proxy.py | |||
2009-07-19 | fix my email address to be the current one. | Robey Pointer | |
2008-03-22 | [project @ robey@lag.net-20080323025751-de0lem9pi4oydt2g] | Robey Pointer | |
bug 193779: catch EOFError in auth, and turn it into an auth exception. add a unit test to verify. | |||
2008-01-23 | [project @ robey@lag.net-20080124045017-dfqiamorj356btrd] | Robey Pointer | |
fix the utf-8 password bug for good (aka bug 177117) and add unit tests this time. | |||
2008-01-23 | [project @ robey@lag.net-20080124013849-jno9xkgwvvqrvuov] | Robey Pointer | |
split auth tests into their own file, and clean up the remaining transport tests a bit (use existing refactoring). |