Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-06-14 | flake8, blacken | Jeff Forcier | |
2019-06-14 | Implement #322 - new ChannelFile subclass for stdin that calls ↵ | Jeff Forcier | |
shutdown_write on close() | |||
2019-06-14 | Merge branch '2.4' into 2.5 | Jeff Forcier | |
2019-06-14 | Basic tests proving Client.exec_command returns ChannelFile instances | Jeff Forcier | |
2019-06-14 | Merge branch '2.4' into 2.5 | Jeff Forcier | |
2019-06-14 | Add some basic tests for Channel(Stderr)File | Jeff Forcier | |
2019-06-14 | Merge branch '2.4' into 2.5 | Jeff Forcier | |
2019-06-14 | Add some basic tests for Channel(Stderr)File | Jeff Forcier | |
2019-06-14 | Merge branch '2.4' into 2.5 | Jeff Forcier | |
2019-06-14 | Merge branch '2.3' into 2.4 | Jeff Forcier | |
2019-06-14 | Merge branch '2.2' into 2.3 | Jeff Forcier | |
2019-06-14 | Merge branch '2.1' into 2.2 | Jeff Forcier | |
2019-06-14 | Merge branch '2.0' into 2.1 | Jeff Forcier | |
2019-06-14 | Update to modern pytest(-relaxed) | Jeff Forcier | |
Also fix some low hanging warnings fruit | |||
2019-06-09 | flake8/blacken | Jeff Forcier | |
2019-06-09 | Merge branch 'master' into 1233-int | Jeff Forcier | |
2019-06-08 | Travis' PyPy variants' local SSL doesn't support Curve25519 | Jeff Forcier | |
But really, this is necessary for any such platform/ssl version | |||
2019-06-08 | Merge branch '2.4' | Jeff Forcier | |
2019-06-08 | Some additional badly named tests that I guess weren't in master? | Jeff Forcier | |
2019-06-08 | flake8 now applied to tests, huzzah | Jeff Forcier | |
2019-06-08 | Clean up shitty old test names of form test_[9-0A-Z]+_.* | Jeff Forcier | |
2019-06-08 | Clean up shitty old test names of form test_[9-0A-Z]+_.* | Jeff Forcier | |
2019-06-07 | While I'm in here, remove some of these horrid numbered test names | Jeff Forcier | |
2019-06-07 | Import modified tests from #1258 | Jeff Forcier | |
Needed to change the test/mock pattern re: ensuring static private key value to be compared against, but seems to work out. | |||
2019-05-31 | Merge branch 'master' into 1311-int | Jeff Forcier | |
2019-02-06 | Move to cryptography 2.5 and stop using deprecated APIs. | Andrew Wason | |
Fixes #1369 | |||
2018-11-27 | blacken | Jared Hobbs | |
2018-11-27 | blacken | Jared Hobbs | |
2018-11-27 | add support for new OpenSSH private key format | Jared Hobbs | |
This work is based off the work done in https://github.com/paramiko/paramiko/pull/618 | |||
2018-10-08 | Update a comment | Anselm Kruis | |
2018-10-06 | fix GSSAPI tests for Python3 (trivial) | Anselm Kruis | |
2018-10-05 | Reformatted as proposed by travis.blacken | Anselm Kruis | |
2018-10-05 | Use k5test (if available) to execute GSSAPI related tests | Anselm Kruis | |
Previously testing of GSSAPI (Kerberos) related functions required an externally provided Kerberos environment. Therefore all GSSAPI tests were skipped. Now the package k5test is used to setup a self-contained Kerberos environment. Because k5test requires the new GSSAPI, this commit also merges pull request #1166 and fixes broken GSSAPI test. If k5test is not available (i.e. on Windows), the tests still get skipped. The test case test_kex_gss.test_2_gsskex_and_auth_rekey is expected to fail. | |||
2018-09-19 | Test the new and old Python GSSAPI packages | Hugh Cole-Baker | |
2018-09-18 | Merge branch '2.4' | Jeff Forcier | |
2018-09-18 | Merge branch '2.3' into 2.4 | Jeff Forcier | |
2018-09-18 | Merge branch '2.2' into 2.3 | Jeff Forcier | |
2018-09-18 | Merge branch '2.1' into 2.2 | Jeff Forcier | |
2018-09-18 | Merge branch '2.0' into 2.1 | Jeff Forcier | |
2018-09-18 | Fix and changelog re #1283 | Jeff Forcier | |
2018-09-18 | Fix a pseudo-bug re: responding to MSG_UNIMPLEMENTED w/ itself | Jeff Forcier | |
2018-09-17 | Blacken, 2.3 edition | Jeff Forcier | |
2018-09-17 | s/test_path/_support/g | Jeff Forcier | |
2018-09-17 | Merge branch '2.2' into 2.3 | Jeff Forcier | |
2018-09-17 | Blacken, 2.2 edition | Jeff Forcier | |
2018-09-17 | Test-level fixes for pytest & friends, 2.2 edition | Jeff Forcier | |
2018-09-17 | Missed a spot | Jeff Forcier | |
2018-09-17 | Merge branch '2.1' into 2.2 | Jeff Forcier | |
Foregoes a handful of unblackened bits to make the merge easier; will blacken next anyways | |||
2018-09-17 | One change overlooked by merge, as it's new | Jeff Forcier | |
2018-09-17 | Blacken 2.1 branch | Jeff Forcier | |