Age | Commit message (Collapse) | Author | |
---|---|---|---|
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.4' | 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 | Backport some minor formatting tweaks from 2.4.x | Jeff Forcier | |
2018-12-14 | Merge branch '2.4' | 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.4' | 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 updated for Python 3.7 support | Jeff Forcier | |
2018-12-14 | pin pytest-xdist to < 1.25.0 | Paul Kehrer | |
1.25.0 requires pytest >=3.6, but pytest-relaxed doesn't support pytest >3.2.x. This temporary pin can work around that issue. Without this the test suite is broken (although ultimately pytest-relaxed should be updated to support newer pytest) | |||
2018-11-13 | Librelist seems to be basically defunct :( not like we ever got much traffic ↵ | Jeff Forcier | |
there anyhow | |||
2018-10-18 | Merge branch '2.3' into 2.4 | Jeff Forcier | |
2018-10-18 | Merge branch '2.2' into 2.3 | Jeff Forcier | |
2018-10-18 | Merge branch '2.1' into 2.2 | Jeff Forcier | |
2018-10-18 | Merge branch '2.4' | Jeff Forcier | |
2018-10-18 | Merge branch '2.0' into 2.1 | Jeff Forcier | |
2018-10-18 | Tidelift callout in sidebar | Jeff Forcier | |
2018-10-18 | Tidelift callout in sidebar | Jeff Forcier | |
2018-10-08 | Merge branch '2.3' into 2.4 | Jeff Forcier | |
2018-10-08 | Merge branch '2.2' into 2.3 | Jeff Forcier | |
2018-10-08 | Merge branch '2.1' into 2.2 | Jeff Forcier | |
2018-10-08 | Merge branch '2.4' | Jeff Forcier | |
2018-10-08 | Merge branch '2.0' into 2.1 | Jeff Forcier | |
2018-10-08 | Finally got a CVE re #1283 | Jeff Forcier | |
2018-10-08 | Update a comment | Anselm Kruis | |
2018-10-06 | Travis CI: add GSSAPI tests | Anselm Kruis | |
Add two additional test jobs to run GSSAPI related tests with python 2.7 and 3.6. | |||
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 | Fix Sphinx and PEP 8 warnings | Anselm Kruis | |
2018-09-19 | Test the new and old Python GSSAPI packages | Hugh Cole-Baker | |
2018-09-19 | Add compatibility with new "gssapi" package | Tanja Huthmacher | |
Detect if "python-gssapi" or "gssapi" is installed at import time and use the appropriate API | |||
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.4' | Jeff Forcier | |
2018-09-18 | Merge branch '2.0' into 2.1 | Jeff Forcier | |
2018-09-18 | Meh | Jeff Forcier | |