Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-06-19 | Fix and improve demo programs | Sebastian LaVine | |
This commit does a few things that make the demos more usable. Imports from paramiko.py3compat have been removed as that module was removed in commit 5c4b311b (2023-01-09), making it possible to run these demos with modern versions of the library. GSS support was made system-conditional in all demo files, as it was previously in demo_simple.py. Unused imports were removed. Docstrings were added to files that did not have them. | |||
2022-03-15 | Fix Free Software Foundation address | Paul Howarth | |
They moved from Temple Place to Franklin Street in 2005. | |||
2018-05-29 | Blacken under black 18.5b0 | Jeff Forcier | |
2013-11-19 | Remove `from __future__ import with_statement` | Scott Maxwell | |
2013-10-31 | Fix demo_keygen | Scott Maxwell | |
2013-09-27 | Fixed a typo in the license header of most files | Jeff Forcier | |
Conflicts: paramiko/proxy.py | |||
2012-07-04 | Fix trailing whitespace re #28 | Jeff Forcier | |
2012-07-04 | add priv/pub key generator demo | Sofian Brabez | |