Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-08-02 | Don't use functions from nonexistent py3compat module in demos.py3compat | magmaus3 | |
commit 36bafee8af15d7743fd9f16b7a6b146b4e90de0e Author: magmaus3 <magmaus3@disroot.org> Date: Tue Feb 14 12:36:10 2023 +0100 Don't use functions from nonexistent py3compat module in demos. | |||
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 | Change all exceptions to modern format (not Py2.5 compatible) | Scott Maxwell | |
2013-10-31 | Fix demos | Scott Maxwell | |
2013-10-30 | Fix input | Scott Maxwell | |
2013-10-30 | Fix imports | Scott Maxwell | |
2013-10-30 | Fix print statements | Scott Maxwell | |
2013-09-27 | Merge branch '1.9' into 1.10 | Jeff Forcier | |
2013-09-27 | Fixed a typo in the license header of most files | Jeff Forcier | |
Conflicts: paramiko/proxy.py | |||
2013-04-09 | Update demo.py | Ivan Barria | |
why import threading? | |||
2009-07-19 | fix my email address to be the current one. | Robey Pointer | |
2007-02-13 | [project @ robey@lag.net-20070213191706-v8djxd4jiunb3his] | Robey Pointer | |
bump copyright year to 2007 | |||
2006-08-01 | [project @ robey@lag.net-20060801182053-a74d120228b8009a] | Robey Pointer | |
use hexlify instead of custom-made hexify in demos | |||
2006-07-23 | [project @ robey@lag.net-20060723204116-319c388eacb937d6] | Robey Pointer | |
fix SSHException references in demos | |||
2006-01-27 | [project @ robey@master-shake.local-20060127181925-3e7e5133b20d2f5b] | Robey Pointer | |
add a demo for sftp | |||
2006-01-26 | [project @ robey@master-shake.local-20060127031302-7bb0582ea98a60bd] | Robey Pointer | |
move another demo script in, and do a bit more cleanup | |||
2006-01-26 | [project @ robey@master-shake.local-20060127030114-b6810c4c29964a4e] | Robey Pointer | |
code from mike looijmans for a windows interactive shell -- while i'm mucking around in here, clean up the demos a bit too |