Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-12-03 | Let's go with 'all' for the catchall endpoint, it is popular | Jeff Forcier | |
2019-12-02 | Base case re #717 works now. | Jeff Forcier | |
Huge ass squashed commit because I was experimenting with "commit entire feature at once so you do not leave broken tests around to break bisecting". Not sure it's worth it, at least not for large-ish, overhauling-existing-code feature adds. Breaking the work up over months did not help either, L M A O | |||
2019-12-02 | Add additional setuptools extras_require flavors | Jeff Forcier | |
2019-06-21 | Use setuptools extras_require to offer paramiko[gssapi] | Jeff Forcier | |
2019-05-31 | Merge branch 'master' into 1379-int | Jeff Forcier | |
2019-05-31 | Merge branch '2.4' | Jeff Forcier | |
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.4' | 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 | Never added 3.7 classifier | Jeff Forcier | |
2019-02-06 | Move to cryptography 2.5 and stop using deprecated APIs. | Andrew Wason | |
Fixes #1369 | |||
2018-09-17 | Merge branch '2.2' into 2.3 | Jeff Forcier | |
2018-09-17 | Blacken, 2.2 edition | Jeff Forcier | |
2018-09-17 | Merge branch '2.1' into 2.2 | Jeff Forcier | |
Foregoes a handful of unblackened bits to make the merge easier; will blacken next anyways | |||
2018-09-17 | Blacken 2.0 with black 18.6b4 | Jeff Forcier | |
2018-05-29 | Some master-only blackenings for 18.5b0 | Jeff Forcier | |
2018-05-29 | Merge branch '2.4' | Jeff Forcier | |
2018-05-29 | Blacken under black 18.5b0 | Jeff Forcier | |
2018-04-19 | Make pyasn1 a truly optional dependency | Jeff Forcier | |
Re: #1191 | |||
2017-10-10 | Update docs, metadata, test references to 2.6/3.3 | Jeff Forcier | |
2017-06-25 | Merge branch 'master' into one-shot-methods | Paul Kehrer | |
2017-06-13 | need bcrypt >= 3.1.3 for kdf() ignore_few_rounds kwarg | Pierce Lopez | |
2017-06-12 | Merge branch '2.1' into 2.2 | Jeff Forcier | |
2017-06-12 | Add Python 3.6 to classifiers | Felix Yan | |
2017-06-05 | use cryptography's sign/verify methods instead of signer/verifier | Paul Kehrer | |
2017-06-03 | set a minimum version | Alex Gaynor | |
2017-06-03 | Support decrypting keys | Alex Gaynor | |
2017-06-03 | Fixes #325 -- add support for Ed25519 keys | Alex Gaynor | |
2017-05-31 | Fix flake8 for top-level modules. | Dorian Pula | |
2016-09-15 | Merge branch '1.17' into 2.0 | Jeff Forcier | |
2016-09-15 | ==dev is no more | Jeff Forcier | |
2016-05-08 | Improved deps pinning | Jeff Forcier | |
2016-04-27 | Use a more recent cryptography and call a function | Alex Gaynor | |
2016-04-24 | Merge branch 'master' into 394-int | Jeff Forcier | |
2016-04-24 | Simplify setup.py by always relying on setuptools | Alex Gaynor | |
It is installed everywhere now, there is no practical way to use python without it. | |||
2016-02-27 | removed the whitespace as was done on master | Alex Gaynor | |
2016-02-27 | Merge branch '1.14' into 1.15 | Jeff Forcier | |
2016-02-27 | Remove whitespace in install_requires to avoid potential setuptools bugs | Jeff Forcier | |
Fixes #697 | |||
2015-11-04 | Merge branch 'master' into switch-to-cryptography | Alex Gaynor | |
Conflicts: .travis.yml paramiko/ecdsakey.py paramiko/transport.py | |||
2015-11-02 | Merge branch '1.14' into 1.15 | Jeff Forcier | |
2015-11-02 | We ought to work on python 3.4/3.5... | Jeff Forcier | |
2015-03-15 | Update for cryptography 0.8 and general cleanups | Alex Gaynor | |
2014-12-18 | A bunch of cleanup | Alex Gaynor | |
2014-11-08 | Start porting ECDSA to cryptography. Everything except the to_der seems to work | Alex Gaynor | |
2014-09-29 | Bump version numbers | Alex Gaynor | |
2014-09-18 | Document that pyasn1 is required | Alex Gaynor | |
2014-09-15 | Switched everything to use cryptography | Alex Gaynor | |
2014-09-08 | Merge branch 'master' into 298-int | Jeff Forcier | |
Conflicts: setup.py |