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