summaryrefslogtreecommitdiff
path: root/paramiko
Commit message (Expand)AuthorAgeFilesLines
* blackenJeff Forcier2023-01-161-6/+2
* well that's just super()!Jeff Forcier2023-01-166-9/+9
* No more (object)ionsJeff Forcier2023-01-1626-40/+40
* s/%/fstrings/gJeff Forcier2023-01-162-2/+2
* flake8/blackJeff Forcier2023-01-132-2/+3
* No more PKey.__cmp__Jeff Forcier2023-01-121-18/+0
* Can't actually use a set here as it will destroy orderingJeff Forcier2023-01-121-1/+0
* Swap around __bytes__/__str__ for some classesJeff Forcier2023-01-122-5/+3
* Start fixing up blatantly wrong-under-py3 docstring typesJeff Forcier2023-01-126-41/+51
* We live in the future nowJeff Forcier2023-01-123-3/+0
* Update a bunch of no/low impact python2/3 references/commentsJeff Forcier2023-01-122-7/+4
* No need for passthru dunder-init in Py3-only dict subclasses yeyJeff Forcier2023-01-121-5/+0
* Last spot of six removalJeff Forcier2023-01-121-3/+2
* flake8Jeff Forcier2023-01-113-3/+2
* blackenJeff Forcier2023-01-1113-36/+52
* Put back the old faux-long(), kinda, in a few spots onlyJeff Forcier2023-01-114-7/+25
* Some semi-missed removals of 'long'Jeff Forcier2023-01-094-9/+5
* py3compat.strftime -> time.strftimeJeff Forcier2023-01-091-3/+2
* Nuke outdated todoJeff Forcier2023-01-091-1/+0
* nuke py3compat.inputJeff Forcier2023-01-091-1/+0
* Remove sys.version_info checksJeff Forcier2023-01-092-8/+2
* Update encode/decodebytesJeff Forcier2023-01-092-2/+2
* py3compat.builtins -> stdlib builtinsJeff Forcier2023-01-091-1/+1
* text_type -> strJeff Forcier2023-01-091-2/+1
* bytes_types -> bytesJeff Forcier2023-01-093-9/+7
* 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