Age | Commit message (Collapse) | Author |
|
support and use the `b` byte string marker instead
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
we find a solution
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Create constants for byte messages, implement asbytes so many methods can take Message and key objects directly and split get_string into get_text and get_binary. Also, change int handling to use mpint with a flag whenever the int is greater than 32 bits.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Conflicts:
paramiko/proxy.py
|
|
Conflicts:
paramiko/hostkeys.py
requirements.txt
|
|
|
|
This just adds tests; hooking this up with paramiko comes in the next
commit.
|
|
|
|
whitespace, move imports to top, remove semicolon terminator)
--HG--
extra : source : 01df712a396de5fa7e1c0cc265411fdb2bbc5f41
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Forgot this earlier.
|
|
|
|
|
|
Fixes #85
|
|
|
|
(cherry picked from commit 734f3d6f42ef1564f473fee5526e0354fc8196fc)
Conflicts:
test.py
|