summaryrefslogtreecommitdiff
path: root/paramiko
Commit message (Expand)AuthorAgeFilesLines
* Merge branch '2.4'Jeff Forcier2018-03-121-1/+1
|\
| * Cut 2.4.12.4.1Jeff Forcier2018-03-121-1/+1
* | Merge branch '2.4'Jeff Forcier2018-03-121-4/+4
|\ \ | |/
| * Merge branch '2.3' into 2.4Jeff Forcier2018-03-121-4/+4
| |\
| | * Merge branch '2.2' into 2.3Jeff Forcier2018-03-121-4/+4
| | |\
| | | * Merge branch '2.1' into 2.2Jeff Forcier2018-03-121-4/+4
| | | |\
| | | | * Merge branch '2.0' into 2.1Jeff Forcier2018-03-121-4/+4
| | | | |\
| | | | | * flake8Jeff Forcier2018-03-121-4/+4
| | | | | * Fixes CVE-2018-7750 / #1175Jeff Forcier2018-03-122-2/+44
| * | | | | Merge branch '2.3' into 2.4Jeff Forcier2018-03-122-2/+44
| |\ \ \ \ \ | | |/ / / /
* | | | | | Merge branch '2.4'Jeff Forcier2018-03-122-2/+44
|\ \ \ \ \ \
| * \ \ \ \ \ Merge branch '2.3' into 2.4Jeff Forcier2018-03-122-2/+44
| |\ \ \ \ \ \ | | |/ / / / / | |/| / / / / | | |/ / / /
| | * | | | Merge branch '2.2' into 2.3Jeff Forcier2018-03-122-2/+44
| | |\ \ \ \ | | | |/ / /
| | | * | | Merge branch '2.1' into 2.2Jeff Forcier2018-03-122-2/+44
| | | |\ \ \ | | | | |/ /
| | | | * | Merge branch '2.0' into 2.1Jeff Forcier2018-03-122-2/+44
| | | | |\ \
| | | | | * | Fixes CVE-2018-7750 / #XXXJeff Forcier2018-03-122-2/+44
| | | | | |/
* | | | | | Add ECDSAKey to __all__.Jeff Forcier2018-02-221-0/+1
* | | | | | Added Ed25519Key to __all__patriksevallius2018-02-211-0/+1
* | | | | | flake8Jeff Forcier2017-12-182-6/+7
* | | | | | Leverage b() in asbytes() to avoid duplication.Jeff Forcier2017-12-181-12/+19
* | | | | | Fold py3compat.bytestring() into py3compat.b()Jeff Forcier2017-12-183-13/+4
* | | | | | Merge branch '2.4'Jeff Forcier2017-11-291-1/+2
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Merge branch '2.3' into 2.4Jeff Forcier2017-11-291-1/+2
| |\ \ \ \ \ | | |/ / / /
| | * | | | Merge branch '2.2' into 2.3Jeff Forcier2017-11-291-1/+2
| | |\ \ \ \ | | | |/ / /
| | | * | | Merge branch '2.2' into 1051-intJeff Forcier2017-11-299-112/+200
| | | |\ \ \
| | | * | | | ensure ed25519 password is bytesPierce Lopez2017-09-031-1/+2
| | * | | | | Merge branch '2.2' into 2.3Jeff Forcier2017-11-071-4/+4
| | |\ \ \ \ \ | | | | |/ / / | | | |/| | |
| | | * | | | Merge branch '2.1' into 2.2Jeff Forcier2017-11-071-4/+4
| | | |\ \ \ \ | | | | | |/ / | | | | |/| |
| | | | * | | Merge branch '2.0' into 2.1Jeff Forcier2017-11-071-4/+4
| | | | |\ \ \ | | | | | | |/ | | | | | |/|
| | | | | * | Rename an internal-only 'async' method kwarg for Python 3.7 compatibility.Jeff Forcier2017-11-071-4/+4
* | | | | | | Years later...Jeff Forcier2017-11-291-0/+3
* | | | | | | wrong link in doctring commentMarwan Rabbâa2017-11-281-1/+1
* | | | | | | add documentation for get_pty param in SSHClient.exec_command()Marwan Rabbâa2017-11-281-0/+3
|/ / / / / /
* | | | | | Bump dev version to 2.4Jeff Forcier2017-11-141-1/+1
* | | | | | Implement new passphrase kwarg for SSHClient.connect()Jeff Forcier2017-11-091-7/+20
* | | | | | Rename an internal-only 'async' method kwarg for Python 3.7 compatibility.Jeff Forcier2017-11-071-4/+4
* | | | | | Whoops, can't .format() bytes. Grump grump.Jeff Forcier2017-10-182-3/+3
* | | | | | Dropped Python 2.6 so we can stop using u()/b() for literals.Jeff Forcier2017-10-163-5/+5
* | | | | | Same issue as I ran into with invoke: somehow, Python 2.7 intersphinx no long...Jeff Forcier2017-10-134-10/+9
* | | | | | Fix some oopses from previous changesJeff Forcier2017-10-132-3/+5
* | | | | | flake8Jeff Forcier2017-10-113-12/+22
* | | | | | More string format updatesJeff Forcier2017-10-115-57/+60
* | | | | | flake8 for previous changesetJeff Forcier2017-10-1110-26/+42
* | | | | | Reformatting/flake8Jeff Forcier2017-10-111-9/+11
* | | | | | Refactor auth_handler log callsJeff Forcier2017-10-111-22/+26
* | | | | | String format modernization, part 11070-remove-python26-and-33Jeff Forcier2017-10-1018-136/+167
* | | | | | Use set literalsJeff Forcier2017-10-101-1/+1
* | | | | | This explicit Python interpreter version check predates me.Jeff Forcier2017-10-101-9/+4
* | | | | | Use new(er)-style string formatting, {} instead of {0}Jeff Forcier2017-10-1010-22/+22
* | | | | | This looks like it SHOULD HAVE said {0} previously.Jeff Forcier2017-10-101-1/+1
|/ / / / /