index
:
paramiko
main
py3compat
u2f
Pure-Python implementation of the SSHv2 protocol
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
setup.py
Age
Commit message (
Expand
)
Author
2023-01-18
Add 3-only classifier, thanks @hugovk!
Jeff Forcier
2023-01-09
Require modern versions of bcrypt, pynacl
Jeff Forcier
2023-01-09
Move to cryptography 3.3 as baseline dep
Jeff Forcier
2023-01-09
Tidy up requires/entrypoints/install docs
Jeff Forcier
2023-01-09
Classifiers, python_requires update
Jeff Forcier
2023-01-09
Bump invoke requirement to modern rev
Jeff Forcier
2022-06-10
TODO tweak
Jeff Forcier
2022-02-25
blacken
Jeff Forcier
2022-02-25
Comment and changelog re #1985
Jeff Forcier
2022-02-25
Add six to `install_requires`
Sondre Lillebø Gundersen
2021-10-08
Expand an old slightly confusing comment
Jeff Forcier
2021-10-01
Add Py3.9 to classifiers
Jeff Forcier
2021-10-01
setup.py URL updates
Jeff Forcier
2021-10-01
README / www-index overhaul
Jeff Forcier
2021-10-01
Use README for long description like other projects
Jeff Forcier
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
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
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
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
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
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
[next]