Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-06-16 | Merge branch '2.5' | Jeff Forcier | |
2019-06-16 | Merge branch '2.4' into 2.5 | Jeff Forcier | |
2019-06-16 | Cannot easily filter CryptographyDeprecationWarning on OLDEST_CRYPTO=1.5 | Jeff Forcier | |
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. | |||
2019-06-14 | Merge branch '2.5' | Jeff Forcier | |
2019-06-14 | Merge branch '2.4' into 2.5 | Jeff Forcier | |
2019-06-14 | Backported flake8 fix | Jeff Forcier | |
2019-06-14 | Add docstrings so Channel(Stderr|Stdin)File appear in Sphinx | Jeff Forcier | |
Also tweak changelog a bit while I am making it render correctly... | |||
2019-06-14 | Whoops this was technically incorrect | Jeff Forcier | |
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 | Fix old docstring re: returned object class | Jeff Forcier | |
2019-06-14 | More pytest version tweaks | Jeff Forcier | |
- 4.5+ has gross logging related tracebacks at the end of every run (probably related to https://github.com/pytest-dev/pytest/issues/5282) - also, old comment did not get removed earlier | |||
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.2' into 2.3 | Jeff Forcier | |
2019-06-14 | Merge branch '2.1' into 2.2 | 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.0' into 2.1 | Jeff Forcier | |
2019-06-14 | Seriously? | Jeff Forcier | |
2019-06-14 | Merge branch '2.4' into 2.5 | Jeff Forcier | |
2019-06-14 | I don't understand why this was ever here, seems extraneous | Jeff Forcier | |
Our tests and fabric 2's test suites all pass with it gone, so. good enough? | |||
2019-06-14 | Ignore CryptographyDeprecationWarning in tests on 2.4 branch | 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 | I don't understand why this was ever here, seems extraneous | Jeff Forcier | |
Our tests and fabric 2's test suites all pass with it gone, so. good enough? | |||
2019-06-14 | Remove CryptographyDeprecationWarning filter on 2.5+ | Jeff Forcier | |
2019-06-14 | Merge branch '2.4' into 2.5 | Jeff Forcier | |
2019-06-14 | Ignore CryptographyDeprecationWarning in tests on 2.4 branch | Jeff Forcier | |
2019-06-14 | Add some basic tests for Channel(Stderr)File | Jeff Forcier | |
2019-06-14 | Filter ABCs DeprecationWarning from pkg_resources' vendored pyparsing | Jeff Forcier | |
2019-06-14 | Merge branch '2.4' into 2.5 | Jeff Forcier | |
2019-06-14 | Latest pytest-xdist I guess, I don't use it tho | 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 | Cut 2.5.0 | Jeff Forcier | |
2019-06-09 | Try hiding 1291/1292 from feature releases. | Jeff Forcier | |
Releases-the-project needs some love =/ | |||
2019-06-09 | Changelog closes #1233, closes #1229, closes #1332 | Jeff Forcier | |
2019-06-09 | Tighten up some logic/flow in the new ETM packet code | Jeff Forcier | |
2019-06-09 | Fix copypasta'd copyright | Jeff Forcier | |
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 | Merge branch '2.4' | Jeff Forcier | |