summaryrefslogtreecommitdiffhomepage
path: root/setup.py
AgeCommit message (Collapse)Author
2019-05-31Merge branch 'master' into 1379-intJeff Forcier
2019-05-31Merge branch '2.4'Jeff Forcier
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.4'Jeff 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-31Never added 3.7 classifierJeff Forcier
2019-02-06Move to cryptography 2.5 and stop using deprecated APIs.Andrew Wason
Fixes #1369
2018-09-17Merge branch '2.2' into 2.3Jeff Forcier
2018-09-17Blacken, 2.2 editionJeff Forcier
2018-09-17Merge branch '2.1' into 2.2Jeff Forcier
Foregoes a handful of unblackened bits to make the merge easier; will blacken next anyways
2018-09-17Blacken 2.0 with black 18.6b4Jeff Forcier
2018-05-29Some master-only blackenings for 18.5b0Jeff Forcier
2018-05-29Merge branch '2.4'Jeff Forcier
2018-05-29Blacken under black 18.5b0Jeff Forcier
2018-04-19Make pyasn1 a truly optional dependencyJeff Forcier
Re: #1191
2017-10-10Update docs, metadata, test references to 2.6/3.3Jeff Forcier
2017-06-25Merge branch 'master' into one-shot-methodsPaul Kehrer
2017-06-13need bcrypt >= 3.1.3 for kdf() ignore_few_rounds kwargPierce Lopez
2017-06-12Merge branch '2.1' into 2.2Jeff Forcier
2017-06-12Add Python 3.6 to classifiersFelix Yan
2017-06-05use cryptography's sign/verify methods instead of signer/verifierPaul Kehrer
2017-06-03set a minimum versionAlex Gaynor
2017-06-03Support decrypting keysAlex Gaynor
2017-06-03Fixes #325 -- add support for Ed25519 keysAlex Gaynor
2017-05-31Fix flake8 for top-level modules.Dorian Pula
2016-09-15Merge branch '1.17' into 2.0Jeff Forcier
2016-09-15==dev is no moreJeff Forcier
2016-05-08Improved deps pinningJeff Forcier
2016-04-27Use a more recent cryptography and call a functionAlex Gaynor
2016-04-24Merge branch 'master' into 394-intJeff Forcier
2016-04-24Simplify setup.py by always relying on setuptoolsAlex Gaynor
It is installed everywhere now, there is no practical way to use python without it.
2016-02-27removed the whitespace as was done on masterAlex Gaynor
2016-02-27Merge branch '1.14' into 1.15Jeff Forcier
2016-02-27Remove whitespace in install_requires to avoid potential setuptools bugsJeff Forcier
Fixes #697
2015-11-04Merge branch 'master' into switch-to-cryptographyAlex Gaynor
Conflicts: .travis.yml paramiko/ecdsakey.py paramiko/transport.py
2015-11-02Merge branch '1.14' into 1.15Jeff Forcier
2015-11-02We ought to work on python 3.4/3.5...Jeff Forcier
2015-03-15Update for cryptography 0.8 and general cleanupsAlex Gaynor
2014-12-18A bunch of cleanupAlex Gaynor
2014-11-08Start porting ECDSA to cryptography. Everything except the to_der seems to workAlex Gaynor
2014-09-29Bump version numbersAlex Gaynor
2014-09-18Document that pyasn1 is requiredAlex Gaynor
2014-09-15Switched everything to use cryptographyAlex Gaynor
2014-09-08Merge branch 'master' into 298-intJeff Forcier
Conflicts: setup.py
2014-08-26Consolidate version info. Closes #249Jeff Forcier
Conflicts: paramiko/__init__.py setup.py sites/www/changelog.rst
2014-08-25Consolidate version info. Closes #249Jeff Forcier
2014-08-25Merge branch '1.14'Jeff Forcier
2014-08-25Cut 1.14.1Jeff Forcier