Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-01-09 | Add 3.11 to test matrix too | Jeff Forcier | |
2023-01-09 | add 3.10 to test matrix | Paul Kehrer | |
2023-01-09 | update dev-requirements pins | Paul Kehrer | |
pin 3.6 and then 3.7+ | |||
2023-01-09 | CI config tweaks | Jeff Forcier | |
2023-01-09 | bump dev version | Jeff Forcier | |
2022-11-04 | Cut 2.12.0 | Jeff Forcier | |
2022-11-04 | Merge branch '2.11' | Jeff Forcier | |
2022-11-04 | Cut 2.11.1 | Jeff Forcier | |
2022-11-04 | Merge branch '2.11' | Jeff Forcier | |
2022-11-04 | Merge branch '2.10' into 2.11 | Jeff Forcier | |
2022-11-04 | Merge branch '2.11' | Jeff Forcier | |
2022-11-04 | Fix busted merge, le whoops | Jeff Forcier | |
2022-11-04 | Cut 2.10.6 | Jeff Forcier | |
2022-11-04 | Merge branch '2.11' | Jeff Forcier | |
2022-11-04 | Merge branch '2.10' into 2.11 | Jeff Forcier | |
2022-11-04 | Fix changelog link | Jeff Forcier | |
2022-11-04 | Docstring tweaks, changelog entry, re #2125 | Jeff Forcier | |
2022-11-04 | Write basic test re #2125, including kwarg default value tweak | Jeff Forcier | |
2022-10-07 | Allow Transport factory to SSHClient.connect | Noah Pederson | |
Adds a transport_factory argument to `SSHClient.connect` that allows you to dynamically generate a Transport instance without, and therefore modify inner connection parameters before a connection gets established. This should address some of the issues in #2054 with minial changes to the API and no changes to Transport while allowing for arbitrary control over Transports API. | |||
2022-09-27 | Merge branch '2.11' | Jeff Forcier | |
2022-09-27 | Merge branch '2.10' into 2.11 | Jeff Forcier | |
2022-09-27 | Mark CVE bug as 2.10-only in changelog | Jeff Forcier | |
2022-06-10 | TODO tweak | Jeff Forcier | |
2022-06-03 | Merge branch '2.10' into 2.11 | Jeff Forcier | |
2022-06-03 | Merge branch '2.9' into 2.10 | Jeff Forcier | |
2022-06-03 | Merge branch '2.8' into 2.9 | Jeff Forcier | |
2022-06-03 | Add test proving basic behavior of #1822 | Jeff Forcier | |
2022-06-03 | Changelog re #1822, closes #1822 | Jeff Forcier | |
2022-06-03 | split comment to lines | yoav | |
2022-06-03 | Close socket on failure | yoav | |
As mentioned in socket docs: "Sockets are automatically closed when they are garbage-collected, but it is recommended to close() them explicitly, or to use a with statement around them." Resolve #1126 | |||
2022-06-03 | Merge branch '2.10' into 2.11 | Jeff Forcier | |
2022-06-03 | Merge branch '2.9' into 2.10 | Jeff Forcier | |
2022-06-03 | Merge branch '2.8' into 2.9 | Jeff Forcier | |
2022-06-03 | Skip tests requiring invoke if it's not installed | Michał Górny | |
Since invoke is an optional dependency and only one group of tests require it, skip them gracefully rather than failing if it's not present. | |||
2022-06-03 | Merge branch '2.10' into 2.11 | Jeff Forcier | |
2022-06-03 | Merge branch '2.9' into 2.10 | Jeff Forcier | |
2022-06-03 | Merge branch '2.8' into 2.9 | Jeff Forcier | |
2022-06-03 | Fix broken unittesty skipTest in locale decorator | Jeff Forcier | |
2022-06-03 | sftp tests: Replace unittest parts | Stanislav Levin | |
The original PR https://github.com/paramiko/paramiko/pull/992 introduced several tests for sftp functionality. These tests made use of unittest's stuff like `assertTrue` and `assertEqual` because at that moment the tests were grouped under the `unittest.TestCase`-based class (`SFTPTest`). Before PR merge `unittest.TestCase` was refactored out from sftp tests (667bd74b139ed86f9b261d3abf5b6042ba80920b) but PR was not updated. The sftp tests are marked with `slow` and that's why they are not failed in CI (slow tests are excluded by default). Fixes: https://github.com/paramiko/paramiko/issues/1941 Signed-off-by: Stanislav Levin <slev@altlinux.org> | |||
2022-06-03 | Streamline default test name on Circle | Jeff Forcier | |
2022-05-20 | Mark new tests that require SHA1 | Paul Howarth | |
Like https://github.com/paramiko/paramiko/pull/2011 | |||
2022-05-20 | Merge branch '2.10' into 2.11 | Jeff Forcier | |
2022-05-20 | Merge branch '2.9' into 2.10 | Jeff Forcier | |
2022-05-20 | Revert "Mark new tests that require SHA1" | Jeff Forcier | |
This reverts commit dca52aa8a2ddbc32fc874a8d235652c68e1dc3b9. Forgot this decorator wasn't ported back this far, heh. | |||
2022-05-20 | Merge branch '2.10' into 2.11 | Jeff Forcier | |
2022-05-20 | Merge branch '2.9' into 2.10 | Jeff Forcier | |
2022-05-20 | Mark new tests that require SHA1 | Paul Howarth | |
Like https://github.com/paramiko/paramiko/pull/2011 | |||
2022-05-20 | Merge branch '2.10' into 2.11 | Jeff Forcier | |
2022-05-20 | Merge branch '2.9' into 2.10 | Jeff Forcier | |
2022-05-20 | Changelog closes #1637, closes #1599 | Jeff Forcier | |