summaryrefslogtreecommitdiffhomepage
AgeCommit message (Collapse)Author
2019-06-14Backported flake8 fixJeff Forcier
2019-06-14Basic tests proving Client.exec_command returns ChannelFile instancesJeff 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-14Seriously?Jeff 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-14Filter ABCs DeprecationWarning from pkg_resources' vendored pyparsingJeff 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-08Some additional badly named tests that I guess weren't in master?Jeff Forcier
2019-06-08flake8 now applied to tests, huzzahJeff Forcier
2019-06-08Clean up shitty old test names of form test_[9-0A-Z]+_.*Jeff Forcier
2019-05-31Xenial doesn't support this pypy versionJeff Forcier
Let's see if the unversioned aliases work on this distro first...
2019-05-31Add explicit (tested) support for Python 3.8Jeff Forcier
Cannot be added to Paramiko <2.4 due to Travis inability to test Python 2.6->3.7+
2019-05-31Merge branch '2.2' into 2.3Jeff Forcier
2019-05-31Merge branch '2.1' into 2.2Jeff Forcier
2019-05-31Merge branch '2.0' into 2.1Jeff Forcier
2019-05-31Merge branch '2.3' into 2.4Jeff Forcier
2019-05-31Never added 3.7 classifierJeff Forcier
2019-05-31Merge branch '2.3' into 2.4Jeff Forcier
2019-05-31Merge branch '2.2' into 2.3Jeff Forcier
2019-05-31Merge branch '2.1' into 2.2Jeff Forcier
2019-05-31Merge branch '2.0' into 2.1Jeff Forcier
2019-05-31Changelog re #1378, closes #1378Jeff Forcier
2019-05-31import MutableMapping from collections.abc instead of collectionsJosh Karpel
(on Python>=3.3 only)
2019-05-31Merge branch '2.3' into 2.4Jeff Forcier
2019-05-31Rename confusing CRYPTO_BEFORE variable.Jeff Forcier
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...
2018-12-15Merge branch '2.3' into 2.4Jeff Forcier
2018-12-15Not sure why this got reverted in 2.3Jeff Forcier
2018-12-15Merge branch '2.3' into 2.4Jeff Forcier
2018-12-15Merge branch '2.2' into 2.3Jeff Forcier
2018-12-15Merge branch '2.1' into 2.2Jeff Forcier
2018-12-15Merge branch '2.0' into 2.1Jeff Forcier
2018-12-15GrumbleJeff Forcier
2018-12-14Merge branch '2.3' into 2.4Jeff Forcier
2018-12-14Merge branch '2.2' into 2.3Jeff Forcier
2018-12-14Merge branch '2.1' into 2.2Jeff Forcier
2018-12-14Merge branch '2.0' into 2.1Jeff Forcier
2018-12-14More 2.6/3.3 related dep tweaksJeff Forcier
- Setting pytest-xdist this far back was actually a mistake...ugh - But a few other things also would've popped up anyway with recent cryptography/etc releases
2018-12-14Remove 2.[0-3]-only pycparser test pinJeff Forcier
2018-12-14Merge branch '2.3' into 2.4Jeff Forcier
2018-12-14Merge branch '2.2' into 2.3Jeff Forcier