summaryrefslogtreecommitdiffhomepage
AgeCommit message (Collapse)Author
2020-09-11Fixing syntax for the "note" directiveMark Watts
2020-01-10Last ever LICENSE copyright updateJeff Forcier
Just so it goes out on a cool looking year :D
2019-06-23Cut 2.5.1Jeff Forcier
2019-06-23Merge branch '2.4' into 2.5Jeff Forcier
2019-06-23Cut 2.4.3Jeff Forcier
2019-06-21Merge branch '2.4' into 2.5Jeff Forcier
2019-06-21Merge branch '2.3' into 2.4Jeff Forcier
2019-06-21Merge branch '2.2' into 2.3Jeff Forcier
2019-06-21GSSAPI related kwargs were never docstring-documented -_-Jeff Forcier
2019-06-21Merge branch '2.4' into 2.5Jeff Forcier
2019-06-21Merge branch '2.3' into 2.4Jeff Forcier
2019-06-21Merge branch '2.2' into 2.3Jeff Forcier
2019-06-21BlackenJeff Forcier
2019-06-21Merge branch '2.4' into 2.5Jeff Forcier
2019-06-21Merge branch '2.3' into 2.4Jeff Forcier
2019-06-21Merge branch '2.2' into 2.3Jeff Forcier
2019-06-21Add new keys and tests proving #1306Jeff Forcier
2019-06-21Changelog re #1306Jeff Forcier
2019-06-21fix ed25519 ssh key unpad() when padding not present (not needed)Pierce Lopez
fixes #1306
2019-06-16Merge branch '2.4' into 2.5Jeff Forcier
2019-06-16Cannot easily filter CryptographyDeprecationWarning on OLDEST_CRYPTO=1.5Jeff 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-14Merge branch '2.4' into 2.5Jeff Forcier
2019-06-14Backported flake8 fixJeff Forcier
2019-06-14Merge branch '2.4' into 2.5Jeff Forcier
2019-06-14Basic tests proving Client.exec_command returns ChannelFile instancesJeff Forcier
2019-06-14Merge branch '2.2' into 2.3Jeff Forcier
2019-06-14Merge branch '2.1' into 2.2Jeff Forcier
2019-06-14Merge branch '2.4' into 2.5Jeff Forcier
2019-06-14Merge branch '2.3' into 2.4Jeff Forcier
2019-06-14Merge branch '2.0' into 2.1Jeff Forcier
2019-06-14Seriously?Jeff Forcier
2019-06-14Merge branch '2.4' into 2.5Jeff Forcier
2019-06-14I don't understand why this was ever here, seems extraneousJeff Forcier
Our tests and fabric 2's test suites all pass with it gone, so. good enough?
2019-06-14Ignore CryptographyDeprecationWarning in tests on 2.4 branchJeff Forcier
2019-06-14Add some basic tests for Channel(Stderr)FileJeff Forcier
2019-06-14Merge branch '2.4' into 2.5Jeff Forcier
2019-06-14I don't understand why this was ever here, seems extraneousJeff Forcier
Our tests and fabric 2's test suites all pass with it gone, so. good enough?
2019-06-14Remove CryptographyDeprecationWarning filter on 2.5+Jeff Forcier
2019-06-14Merge branch '2.4' into 2.5Jeff Forcier
2019-06-14Ignore CryptographyDeprecationWarning in tests on 2.4 branchJeff Forcier
2019-06-14Add some basic tests for Channel(Stderr)FileJeff Forcier
2019-06-14Filter ABCs DeprecationWarning from pkg_resources' vendored pyparsingJeff Forcier
2019-06-14Merge branch '2.4' into 2.5Jeff Forcier
2019-06-14Latest pytest-xdist I guess, I don't use it thoJeff Forcier
2019-06-14Merge branch '2.3' into 2.4Jeff Forcier
2019-06-14Merge branch '2.2' into 2.3Jeff Forcier
2019-06-14Merge branch '2.1' into 2.2Jeff Forcier
2019-06-14Merge branch '2.0' into 2.1Jeff Forcier
2019-06-14Update to modern pytest(-relaxed)Jeff Forcier
Also fix some low hanging warnings fruit
2019-06-09Cut 2.5.0Jeff Forcier