Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-05-31 | Xenial doesn't support this pypy version | Jeff Forcier | |
Let's see if the unversioned aliases work on this distro first... | |||
2019-05-31 | Add explicit (tested) support for Python 3.8 | Jeff Forcier | |
Cannot be added to Paramiko <2.4 due to Travis inability to test Python 2.6->3.7+ | |||
2019-05-31 | Merge branch '2.3' into 2.4 | Jeff Forcier | |
2019-05-31 | Merge branch '2.2' into 2.3 | Jeff Forcier | |
2019-05-31 | Merge branch '2.1' into 2.2 | Jeff Forcier | |
2019-05-31 | Merge branch '2.0' into 2.1 | Jeff Forcier | |
2019-05-31 | Never added 3.7 classifier | Jeff Forcier | |
2019-05-31 | Merge branch '2.3' into 2.4 | Jeff Forcier | |
2019-05-31 | Merge branch '2.2' into 2.3 | Jeff Forcier | |
2019-05-31 | Merge branch '2.1' into 2.2 | Jeff Forcier | |
2019-05-31 | Merge branch '2.0' into 2.1 | Jeff Forcier | |
2019-05-31 | Changelog re #1378, closes #1378 | Jeff Forcier | |
2019-05-31 | import MutableMapping from collections.abc instead of collections | Josh Karpel | |
(on Python>=3.3 only) | |||
2019-05-31 | Merge branch '2.3' into 2.4 | Jeff Forcier | |
2019-05-31 | Rename 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-15 | Merge branch '2.3' into 2.4 | Jeff Forcier | |
2018-12-15 | Not sure why this got reverted in 2.3 | Jeff Forcier | |
2018-12-15 | Merge branch '2.3' into 2.4 | Jeff Forcier | |
2018-12-15 | Merge branch '2.2' into 2.3 | Jeff Forcier | |
2018-12-15 | Merge branch '2.1' into 2.2 | Jeff Forcier | |
2018-12-15 | Merge branch '2.0' into 2.1 | Jeff Forcier | |
2018-12-15 | Grumble | Jeff Forcier | |
2018-12-14 | Merge branch '2.3' into 2.4 | Jeff Forcier | |
2018-12-14 | Merge branch '2.2' into 2.3 | Jeff Forcier | |
2018-12-14 | Merge branch '2.1' into 2.2 | Jeff Forcier | |
2018-12-14 | Merge branch '2.0' into 2.1 | Jeff Forcier | |
2018-12-14 | More 2.6/3.3 related dep tweaks | Jeff 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-14 | Remove 2.[0-3]-only pycparser test pin | Jeff Forcier | |
2018-12-14 | Merge branch '2.3' into 2.4 | Jeff Forcier | |
2018-12-14 | Merge branch '2.2' into 2.3 | Jeff Forcier | |
2018-12-14 | Merge branch '2.1' into 2.2 | Jeff Forcier | |
2018-12-14 | Merge branch '2.0' into 2.1 | Jeff Forcier | |
2018-12-14 | pycparser 2.19 dropped Python 2.6, 3.3 | Jeff Forcier | |
However Paramiko 2.0-2.3 still support those, so. | |||
2018-12-14 | Merge branch '2.3' into 2.4 | Jeff Forcier | |
2018-12-14 | Merge branch '2.2' into 2.3 | Jeff Forcier | |
2018-12-14 | Merge branch '2.1' into 2.2 | Jeff Forcier | |
2018-12-14 | Merge branch '2.0' into 2.1 | Jeff Forcier | |
2018-12-14 | Backport some minor formatting tweaks from 2.4.x | Jeff Forcier | |
2018-12-14 | Merge branch '2.3' into 2.4 | Jeff Forcier | |
2018-12-14 | Merge branch '2.2' into 2.3 | Jeff Forcier | |
2018-12-14 | Merge branch '2.1' into 2.2 | Jeff Forcier | |
2018-12-14 | Merge branch '2.0' into 2.1 | Jeff Forcier | |
2018-12-14 | flake8 fixes after upgrading it to 3.6.0 | Jeff Forcier | |
- bare excepts weren't an error before? huh. too lazy to fix them right now though, given the rest of this code... - ambiguous variables are new; not clear why they're ambiguous besides being short. but, fixed - some wacky non-escape sequence in some awful gssapi output strings. whatever. removed | |||
2018-12-14 | Merge branch '2.3' into 2.4 | Jeff Forcier | |
2018-12-14 | Merge branch '2.2' into 2.3 | Jeff Forcier | |
2018-12-14 | Merge branch '2.1' into 2.2 | Jeff Forcier | |
2018-12-14 | Merge branch '2.0' into 2.1 | Jeff Forcier | |