summaryrefslogtreecommitdiffhomepage
AgeCommit message (Collapse)Author
2014-01-16Merge remote-tracking branch 'master/master' into py3-support-without-py25Scott Maxwell
Conflicts: paramiko/__init__.py setup.py tests/test_client.py
2014-01-16Add getcwd testScott Maxwell
2014-01-16Fix getcwd when _cwd is NoneScott Maxwell
2014-01-08Merge branch '1.12'Jeff Forcier
2014-01-08Cut 1.12.1Jeff Forcier
2014-01-08Merge branch '1.11' into 1.12Jeff Forcier
Conflicts: paramiko/__init__.py setup.py
2014-01-08Cut 1.11.3Jeff Forcier
2014-01-08Merge branch '1.10' into 1.11Jeff Forcier
Conflicts: paramiko/__init__.py setup.py
2014-01-08Cut 1.10.5Jeff Forcier
2014-01-08Merge branch '1.12'Jeff Forcier
2014-01-08ecdsa in README; fixes #225Jeff Forcier
2014-01-08Merge branch '1.12'Jeff Forcier
2014-01-08Merge branch '1.11' into 1.12Jeff Forcier
Conflicts: NEWS
2014-01-08Merge branch '1.10' into 1.11Jeff Forcier
Conflicts: NEWS
2014-01-08Changelog, fixes #176Jeff Forcier
2014-01-08dittoNathan Scowcroft
2014-01-08Check correct stored hosts filename.Nathan Scowcroft
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.12'Jeff Forcier
2013-12-31Merge branch '1.11' into 1.12Jeff Forcier
2013-12-31Merge branch '1.10' into 1.11Jeff Forcier
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.12'Jeff Forcier
2013-12-31Merge branch '1.11' into 1.12Jeff Forcier
2013-12-31Merge branch '1.10' into 1.11Jeff 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-12-31New yearJeff Forcier
2013-12-05Fix import of win_pageantScott Maxwell
2013-12-04Fix deprecation warning in array conversionScott Maxwell
2013-11-19Bump version to 1.13.0 in initScott Maxwell
2013-11-19Remove Python 2.5 from travis and fix minimum required version in init and ↵Scott Maxwell
README
2013-11-19Remove byte conversions and unhexlify calls that we only needed for Py2.5 ↵Scott Maxwell
support and use the `b` byte string marker instead
2013-11-19Remove `from __future__ import with_statement`Scott Maxwell
2013-11-19Remove unnecessary vars for openScott Maxwell
2013-11-19Use 'with' for opening most file and SFTPFIle objectsScott Maxwell
2013-11-19Use 'with' for opening most file and SFTPFIle objectsScott Maxwell
2013-11-19Remove eval that was required for Py25 supportScott Maxwell
2013-11-19Change all exceptions to modern format (not Py2.5 compatible)Scott Maxwell
2013-11-19Change conditional from PY3 to PY2 to be better prepared for a possible Py4.Scott Maxwell
2013-11-02Bump version to 1.13.0Scott Maxwell
2013-11-02More type conversionsScott Maxwell
2013-11-02Fix message to handle long properly, even on Py3Scott Maxwell
2013-11-02Fix some deprecation and resource warningsScott Maxwell