summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Last ever LICENSE copyright update2.4Jeff Forcier2020-01-101-2/+2
| | | | Just so it goes out on a cool looking year :D
* Tidy up and split out config related testsJeff Forcier2019-07-022-427/+412
| | | | | - Make new config module holding only config tests - Replace assertEquals in both files while they're on the table
* Cut 2.4.32.4.3Jeff Forcier2019-06-232-1/+2
|
* Merge branch '2.3' into 2.4Jeff Forcier2019-06-211-0/+8
|\
| * Merge branch '2.2' into 2.3Jeff Forcier2019-06-211-0/+8
| |\
| | * GSSAPI related kwargs were never docstring-documented -_-Jeff Forcier2019-06-211-0/+8
| | |
* | | Merge branch '2.3' into 2.4Jeff Forcier2019-06-211-2/+6
|\ \ \ | |/ /
| * | Merge branch '2.2' into 2.3Jeff Forcier2019-06-211-2/+6
| |\ \ | | |/
| | * BlackenJeff Forcier2019-06-211-2/+6
| | |
* | | Merge branch '2.3' into 2.4Jeff Forcier2019-06-215-3/+33
|\ \ \ | |/ /
| * | Merge branch '2.2' into 2.3Jeff Forcier2019-06-215-3/+33
| |\ \ | | |/
| | * Add new keys and tests proving #1306Jeff Forcier2019-06-213-0/+23
| | |
| | * Changelog re #1306Jeff Forcier2019-06-211-0/+5
| | |
| | * fix ed25519 ssh key unpad() when padding not present (not needed)Pierce Lopez2019-06-211-3/+5
| | | | | | | | | | | | fixes #1306
* | | Cannot easily filter CryptographyDeprecationWarning on OLDEST_CRYPTO=1.5Jeff Forcier2019-06-161-3/+0
| | | | | | | | | | | | | | | | | | | | | Could re-inject it for the other test cells with -o=-W=ignore:xxx, but that does not feel worthwhile just for the Paramiko 2.4 branch, which is the only place it would live - this needs stripping out for 2.5+ as we updated to newer Cryptography again there.
* | | Backported flake8 fixJeff Forcier2019-06-141-3/+2
| | |
* | | Basic tests proving Client.exec_command returns ChannelFile instancesJeff Forcier2019-06-141-0/+6
| | |
* | | Merge branch '2.3' into 2.4Jeff Forcier2019-06-141-3/+0
|\ \ \ | |/ /
| * | Merge branch '2.2' into 2.3Jeff Forcier2019-06-141-3/+0
| |\ \ | | |/
| | * Merge branch '2.1' into 2.2Jeff Forcier2019-06-141-3/+0
| | |\
| | | * Merge branch '2.0' into 2.1Jeff Forcier2019-06-141-3/+0
| | | |\
| | | | * Seriously?Jeff Forcier2019-06-141-3/+0
| | | | |
* | | | | I don't understand why this was ever here, seems extraneousJeff Forcier2019-06-141-3/+0
| | | | | | | | | | | | | | | | | | | | Our tests and fabric 2's test suites all pass with it gone, so. good enough?
* | | | | Ignore CryptographyDeprecationWarning in tests on 2.4 branchJeff Forcier2019-06-141-0/+4
| | | | |
* | | | | Add some basic tests for Channel(Stderr)FileJeff Forcier2019-06-142-1/+43
| | | | |
* | | | | Filter ABCs DeprecationWarning from pkg_resources' vendored pyparsingJeff Forcier2019-06-141-0/+2
| | | | |
* | | | | Latest pytest-xdist I guess, I don't use it thoJeff Forcier2019-06-141-1/+1
| | | | |
* | | | | Merge branch '2.3' into 2.4Jeff Forcier2019-06-143-15/+9
|\ \ \ \ \ | |/ / / /
| * | | | Merge branch '2.2' into 2.3Jeff Forcier2019-06-143-15/+9
| |\ \ \ \ | | |/ / /
| | * | | Merge branch '2.1' into 2.2Jeff Forcier2019-06-143-15/+9
| | |\ \ \ | | | |/ /
| | | * | Merge branch '2.0' into 2.1Jeff Forcier2019-06-143-15/+9
| | | |\ \ | | | | |/
| | | | * Update to modern pytest(-relaxed)Jeff Forcier2019-06-143-15/+9
| | | | | | | | | | | | | | | | | | | | Also fix some low hanging warnings fruit
* | | | | Some additional badly named tests that I guess weren't in master?Jeff Forcier2019-06-084-23/+23
| | | | |
* | | | | flake8 now applied to tests, huzzahJeff Forcier2019-06-0817-141/+135
| | | | |
* | | | | Clean up shitty old test names of form test_[9-0A-Z]+_.*Jeff Forcier2019-06-0813-136/+136
| | | | |
* | | | | Xenial doesn't support this pypy versionJeff Forcier2019-05-311-1/+2
| | | | | | | | | | | | | | | | | | | | Let's see if the unversioned aliases work on this distro first...
* | | | | Add explicit (tested) support for Python 3.8Jeff Forcier2019-05-312-3/+6
| | | | | | | | | | | | | | | | | | | | | | | | | Cannot be added to Paramiko <2.4 due to Travis inability to test Python 2.6->3.7+
* | | | | Merge branch '2.3' into 2.4Jeff Forcier2019-05-311-0/+1
|\ \ \ \ \ | |/ / / /
| * | | | Merge branch '2.2' into 2.3Jeff Forcier2019-05-311-0/+1
| |\ \ \ \ | | |/ / /
| | * | | Merge branch '2.1' into 2.2Jeff Forcier2019-05-311-0/+1
| | |\ \ \ | | | |/ /
| | | * | Merge branch '2.0' into 2.1Jeff Forcier2019-05-311-0/+1
| | | |\ \ | | | | |/
| | | | * Never added 3.7 classifierJeff Forcier2019-05-311-0/+1
| | | | |
* | | | | Merge branch '2.3' into 2.4Jeff Forcier2019-05-312-1/+9
|\ \ \ \ \ | |/ / / /
| * | | | Merge branch '2.2' into 2.3Jeff Forcier2019-05-312-1/+9
| |\ \ \ \ | | |/ / /
| | * | | Merge branch '2.1' into 2.2Jeff Forcier2019-05-312-1/+9
| | |\ \ \ | | | |/ /
| | | * | Merge branch '2.0' into 2.1Jeff Forcier2019-05-312-1/+9
| | | |\ \ | | | | |/
| | | | * Changelog re #1378, closes #1378Jeff Forcier2019-05-311-0/+4
| | | | |
| | | | * import MutableMapping from collections.abc instead of collectionsJosh Karpel2019-05-311-1/+5
| | | | | | | | | | | | | | | | | | | | (on Python>=3.3 only)
* | | | | Merge branch '2.3' into 2.4Jeff Forcier2019-05-311-4/+4
|\ \ \ \ \ | |/ / / /
| * | | | Rename confusing CRYPTO_BEFORE variable.Jeff Forcier2019-05-311-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Also, this is technically more correct, as our setup.py DOES NOT say eg 'latest crypto 1.5.x', therefore we SHOULD be testing against ==1.5 anyways...