Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
the first place
|
|
|
|
|
|
|
|
|
|
Makes downstream code less likely to break when they expect
errno+msg style socket error objects.
Re #22
|
|
Re #22
|
|
|
|
|
|
The method raises an exception, if the check fails and has no
return value.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
(This rolls in patch in #439)
|
|
This is a reimplementation of #62.
|
|
This makes it possible to raise an EOFError if the handshake process
has started but takes too long time to finish.
|
|
Re #22
|
|
|
|
|
|
|
|
try-multiple-address-families-22
|
|
|
|
|
|
Updated logic for error checking.
|
|
|
|
connect to the SSH agent
|
|
|
|
Fix typo in _winapi.py
|
|
|
|
|
|
|
|
|
|
Allow paramiko to partially authenticate and continue by
echo'ing the prompt on the remote end and responding.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|