Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-01-08 | Saner (to me) positive assertion | Jeff Forcier | |
2014-01-08 | Small refactor | Jeff Forcier | |
2014-01-08 | No need for 'self.tc' within a single test :) | Jeff Forcier | |
2014-01-08 | Add a testcase for client.save_host_keys. | Martin Blumenstingl | |
2013-12-31 | Merge branch '1.9' into 1.10 | Jeff Forcier | |
2013-12-31 | Merge branch '1.8' into 1.9 | Jeff Forcier | |
2013-12-31 | Update travis settings to be similar to fab's | Jeff Forcier | |
2013-12-31 | Merge branch '1.9' into 1.10 | Jeff Forcier | |
2013-12-31 | Merge branch '1.8' into 1.9 | Jeff Forcier | |
2013-12-31 | No more Python 2.5 on Travis :( | Jeff Forcier | |
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 | Update version for 1.10.4 | Jeff Forcier | |
2013-09-27 | Changelog re #199, fixes #199 | Jeff Forcier | |
2013-09-27 | Merge branch '1.9' into 1.10 | Jeff Forcier | |
2013-09-27 | Merge branch '1.8' into 1.9 | Jeff Forcier | |
2013-09-27 | Fixed a typo in the license header of most files | Jeff Forcier | |
Conflicts: paramiko/proxy.py | |||
2013-09-27 | Fix demo re #200 | Jeff Forcier | |
2013-09-27 | Changelog re #200 | Jeff Forcier | |
2013-09-27 | Merge branch '1.9' into 1.10 | Jeff Forcier | |
2013-09-27 | Merge branch '1.8' into 1.9 | Jeff Forcier | |
2013-09-27 | Fix demo re #200 | Jeff Forcier | |
2013-09-27 | Merge branch '1.9' into 1.10 | Jeff Forcier | |
2013-09-27 | Merge branch '1.8' into 1.9 | Jeff Forcier | |
2013-09-27 | Use verbose test output for travis | Jeff Forcier | |
2013-09-27 | Changelog re #179 | Jeff Forcier | |
2013-09-27 | Fix #179 - missing host variable in fqdn evaluation | Jeff Forcier | |
2013-09-20 | Not sure how this got updated :( | Jeff Forcier | |
2013-09-20 | Changelog re #168 | Jeff Forcier | |
2013-09-20 | Merge branch '1.10' into 168-int | Jeff Forcier | |
Conflicts: NEWS setup.py | |||
2013-09-20 | Changelog re #36 | Jeff Forcier | |
2013-09-20 | This fixes a Bad file descriptor error caused by attempting to access the ↵ | Jonathan Halcrow | |
request after it has already been closed. | |||
2013-09-20 | Changelog entry re #162 | Jeff Forcier | |
2013-09-20 | Apply slightly modified version of patch from #162 | Jeff Forcier | |
2013-07-26 | Version bump | Jeff Forcier | |
2013-07-26 | Update changelog for release | Jeff Forcier | |
2013-05-21 | updated config to be compatible with multiple localforward and remoteforward ↵ | Emre Yılmaz | |
options. | |||
2013-05-05 | Merge branch '1.10' | Jeff Forcier | |
2013-05-05 | Flip bad known_hosts line to INFO from WARN re #153 | Jeff Forcier | |
2013-04-28 | Bump dev version | Jeff Forcier | |
2013-04-28 | Merge branch 'master' of github.com:paramiko/paramiko | Jeff Forcier | |
2013-04-28 | Merge branch '1.10' | Jeff Forcier | |
2013-04-28 | Add explicit link to updated API docs. Fixes #160 | Jeff Forcier | |
2013-04-28 | Merge pull request #155 from Baconator507/patch-1 | Jeff Forcier | |
Update demo.py | |||
2013-04-28 | Merge branch '1.10' | Jeff Forcier | |
2013-04-28 | Warn on parse failure when reading known_hosts | Ethan Glasser-Camp | |
2013-04-28 | Merge pull request #153 from glasserc/log_bad_hostkeys | Jeff Forcier | |
Warn on parse failure when reading known_hosts | |||
2013-04-28 | Warn on parse failure when reading known_hosts | Ethan Glasser-Camp | |
2013-04-27 | Merge branch '1.10' | Jeff Forcier | |
Conflicts: NEWS |