Age | Commit message (Collapse) | Author |
|
|
|
Putting it in prior to merge of #394 because it also serves as
a good explicit test of behavior which was previously implicit
|
|
Re #394 but also feels like good practice anyways
|
|
|
|
Re #612
|
|
Conflicts:
.travis.yml
paramiko/ecdsakey.py
paramiko/transport.py
|
|
|
|
from unicode to bytes. This commit adapts the test suite accordingly.
|
|
Conflicts:
paramiko/ecdsakey.py
paramiko/util.py
|
|
Since we are a python2.6+ code base now, we want to be as forward
compatible as possible.
|
|
|
|
|
|
|
|
|
|
Conflicts:
paramiko/ecdsakey.py
tests/test_client.py
|
|
|
|
|
|
Conflicts:
paramiko/transport.py
paramiko/util.py
tests/test_client.py
|
|
Conflicts:
tests/test_client.py
|
|
Conflicts:
paramiko/channel.py
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Re #218
|
|
|
|
|
|
|
|
|
|
|
|
skip starting server for test 5
|
|
Conflicts:
paramiko/__init__.py
setup.py
tests/test_client.py
|
|
|
|
|
|
|
|
|
|
support and use the `b` byte string marker instead
|
|
|
|
|
|
|
|
|