summaryrefslogtreecommitdiffhomepage
AgeCommit message (Collapse)Author
2014-09-08Update README, docs, changelog re #267Jeff Forcier
2014-09-08Update changelog re #267, #250Jeff Forcier
2014-09-08Merge branch 'master' into 267-intJeff Forcier
Conflicts: paramiko/client.py paramiko/transport.py sites/www/changelog.rst
2014-09-08Changelog re #346Jeff Forcier
2014-09-08Fix a braino in new testJeff Forcier
2014-09-08Merge branch 'master' into 346-intJeff Forcier
2014-09-08Test proving #346Jeff Forcier
2014-09-08Merge branch 'master' into 346-intJeff Forcier
2014-09-08Changelog re #362Jeff Forcier
2014-09-08Add versionchangedJeff Forcier
2014-09-08Merge branch 'master' into 362-intJeff Forcier
Conflicts: tests/test_client.py
2014-09-08Changelog re #372Jeff Forcier
2014-09-08Add versionchanged notices, and some minor formatting tweaksJeff Forcier
2014-09-08Merge branch 'master' into 372-intJeff Forcier
Conflicts: paramiko/channel.py tests/test_util.py
2014-09-08Changelog re #373Jeff Forcier
2014-09-08Merge branch 'master' into 373-intJeff Forcier
Conflicts: paramiko/channel.py
2014-09-08Changelog re #374, #375Jeff Forcier
2014-09-08Merge branch 'master' into 374-intJeff Forcier
2014-09-08Merge pull request #375 from ↵Jeff Forcier
lndbrg/lower-the-risk-of-editors-striping-whitespace Don't end a line with whitespace.
2014-09-08Changelog re #377Jeff Forcier
2014-09-08Make new decorator name a bit slimmer re #377Jeff Forcier
2014-09-08Formatting and docstring tweaks re #377Jeff Forcier
2014-09-08Merge branch 'master' into 377-intJeff Forcier
2014-09-08Changelog re #298Jeff Forcier
2014-09-08Merge branch 'master' into 298-intJeff Forcier
Conflicts: setup.py
2014-09-07Convert SSHClient into a context managerMichael Williamson
2014-09-07Turn SFTPHandle into context managersMichael Williamson
2014-09-07Turn BufferedFile into a context managerMichael Williamson
2014-09-07Turn ProxyCommand into a context managerMichael Williamson
2014-09-07Document that classes can be used as context managersMichael Williamson
2014-09-07Remove TODOMichael Williamson
2014-09-07Fix error on Python 2.5Michael Williamson
2014-09-07Convert Transport to context managerMichael Williamson
2014-09-07Convert Channel into a context managerMichael Williamson
2014-09-07Convert SFTPClient to a context managerMichael Williamson
2014-09-07Introduce ClosingContextManager for classes that already implement close()Michael Williamson
2014-09-06Changelog re #234Jeff Forcier
2014-09-06Merge branch 'master' into 234-intJeff Forcier
2014-09-06Bah humbugJeff Forcier
2014-09-05Yup, that was indeed too fucking clever. Bad bitprophet!Jeff Forcier
2014-09-05Fix a Python 3 encoding dealieJeff Forcier
2014-09-05Forgot to actually implement allowed-keys/reverse testingJeff Forcier
2014-09-05Changelog re #218Jeff Forcier
2014-09-05Add a couple more permutationsJeff Forcier
2014-09-05Overhaul multi-key test to set up multiple scenariosJeff Forcier
2014-09-05Factor fingerprint data out of classJeff Forcier
2014-09-05More cleanup to support ECDSA key, and now it works!Jeff Forcier
2014-09-05Add RSA key fingerprint, now that test passesJeff Forcier
2014-09-05Set things up for cleaner test key tomfooleryJeff Forcier
2014-09-05Add an explicit RSA test, which fails (!)Jeff Forcier