summaryrefslogtreecommitdiff
path: root/paramiko
Commit message (Expand)AuthorAgeFilesLines
...
* string_types -> strJeff Forcier2023-01-095-13/+11
* Move b, u helpers to util module for nowJeff Forcier2023-01-0916-20/+42
* Remove or transmute all use of long()Jeff Forcier2023-01-0912-36/+32
* Update BytesIOJeff Forcier2023-01-092-2/+5
* Remove py3compat.PY2, including related streamliningJeff Forcier2023-01-096-94/+41
* integer_types -> intJeff Forcier2023-01-091-2/+2
* Update StringIOJeff Forcier2023-01-091-2/+1
* Migrate some byte related helpers aroundJeff Forcier2023-01-0914-56/+71
* Make py3compat drop its own changelog entry, and nix the file itselfJeff Forcier2023-01-091-185/+0
* bump dev versionJeff Forcier2023-01-091-1/+1
* Cut 2.12.02.12.02.12Jeff Forcier2022-11-041-1/+1
* Merge branch '2.11'Jeff Forcier2022-11-041-1/+1
|\
| * Cut 2.11.12.11.12.11Jeff Forcier2022-11-041-1/+1
* | Docstring tweaks, changelog entry, re #2125Jeff Forcier2022-11-041-2/+6
* | Write basic test re #2125, including kwarg default value tweakJeff Forcier2022-11-041-1/+3
* | Allow Transport factory to SSHClient.connectNoah Pederson2022-10-071-1/+6
|/
* Merge branch '2.10' into 2.11Jeff Forcier2022-06-031-0/+4
|\
| * Merge branch '2.9' into 2.10Jeff Forcier2022-06-031-0/+4
| |\
| | * Merge branch '2.8' into 2.92.9Jeff Forcier2022-06-031-0/+4
| | |\
| | | * split comment to linesyoav2022-06-031-1/+2
| | | * Close socket on failureyoav2022-06-031-0/+3
* | | | Merge branch '2.10' into 2.11Jeff Forcier2022-05-201-0/+2
|\ \ \ \ | |/ / /
| * | | Merge branch '2.9' into 2.10Jeff Forcier2022-05-201-0/+2
| |\ \ \ | | |/ /
| | * | Whitespace onlyPoleguy2022-05-201-1/+1
| | * | fix for list index out of rangePoleguy2022-05-201-1/+3
| | * | Cut 2.9.52.9.5Jeff Forcier2022-05-161-1/+1
* | | | Cut 2.11.02.11.0Jeff Forcier2022-05-161-1/+1
* | | | Merge branch '2.10'Jeff Forcier2022-05-161-1/+1
|\ \ \ \ | |/ / /
| * | | Cut 2.10.52.10.5Jeff Forcier2022-05-161-1/+1
* | | | Merge branch '2.10'Jeff Forcier2022-05-161-4/+1
|\ \ \ \ | |/ / /
| * | | Merge branch '2.9' into 2.10Jeff Forcier2022-05-161-4/+1
| |\ \ \ | | |/ /
| | * | blackenJeff Forcier2022-05-161-4/+1
* | | | Merge branch '2.10'Jeff Forcier2022-05-162-1/+26
|\ \ \ \ | |/ / /
| * | | Merge branch '2.9' into 2.10Jeff Forcier2022-05-162-1/+26
| |\ \ \ | | |/ /
| | * | Pad received signature with leading zeros when RSA key is usedJun Omae2022-05-161-1/+8
| | * | Fix OpenSSH<7.8 + RSA-CERT use re: SHA2Jeff Forcier2022-05-161-0/+18
| | * | Cut 2.9.42.9.4Jeff Forcier2022-04-251-1/+1
* | | | Merge branch 'main' into 2039-intJeff Forcier2022-05-136-10/+26
|\ \ \ \
| * \ \ \ Merge branch '2.10'Jeff Forcier2022-05-131-5/+21
| |\ \ \ \ | | |/ / /
| | * | | Fix `Errno 22` when connecting pipe of openssh ssh agentJun Omae2022-05-131-5/+21
| * | | | Merge pull request #2031 from bdrung/fix-spelling-mistakeJeff Forcier2022-05-135-5/+5
| |\ \ \ \
| | * | | | Fix spelling mistake of distributedBenjamin Drung2022-04-125-5/+5
* | | | | | Remove blowfish from transport ciphersMike Roest2022-04-261-7/+0
|/ / / / /
* | | | | Merge branch '2.10'Jeff Forcier2022-04-251-1/+1
|\ \ \ \ \ | | |/ / / | |/| | |
| * | | | Cut 2.10.42.10.4Jeff Forcier2022-04-251-1/+1
* | | | | Merge branch '2.10'Jeff Forcier2022-04-254-6/+6
|\ \ \ \ \ | |/ / / /
| * | | | Merge branch '2.9' into 2.10Jeff Forcier2022-04-254-6/+6
| |\ \ \ \ | | | |/ / | | |/| |
| | * | | threading related deprecation fixes for python 3.10Narendra-Neerukonda2022-04-254-6/+6
* | | | | Massage #1951 a bitJeff Forcier2022-04-251-1/+1
* | | | | Merge branch 'main' into 1951-intJeff Forcier2022-04-2544-194/+531
|\ \ \ \ \