summaryrefslogtreecommitdiff
path: root/demos/demo.py
Commit message (Collapse)AuthorAgeFilesLines
* Fix Free Software Foundation addressPaul Howarth2022-03-151-1/+1
| | | | They moved from Temple Place to Franklin Street in 2005.
* Blacken under black 18.5b0Jeff Forcier2018-05-291-40/+45
|
* Change all exceptions to modern format (not Py2.5 compatible)Scott Maxwell2013-11-191-4/+2
|
* Fix demosScott Maxwell2013-10-311-0/+1
|
* Fix inputScott Maxwell2013-10-301-7/+7
|
* Fix importsScott Maxwell2013-10-301-1/+4
|
* Fix print statementsScott Maxwell2013-10-301-17/+18
|
* Merge branch '1.9' into 1.10Jeff Forcier2013-09-271-1/+1
|\
| * Fixed a typo in the license header of most filesJeff Forcier2013-09-271-1/+1
| | | | | | | | | | Conflicts: paramiko/proxy.py
* | Update demo.pyIvan Barria2013-04-091-1/+0
|/ | | why import threading?
* fix my email address to be the current one.Robey Pointer2009-07-191-1/+1
|
* [project @ robey@lag.net-20070213191706-v8djxd4jiunb3his]Robey Pointer2007-02-131-1/+1
| | | | bump copyright year to 2007
* [project @ robey@lag.net-20060801182053-a74d120228b8009a]Robey Pointer2006-08-011-1/+2
| | | | use hexlify instead of custom-made hexify in demos
* [project @ robey@lag.net-20060723204116-319c388eacb937d6]Robey Pointer2006-07-231-2/+2
| | | | fix SSHException references in demos
* [project @ robey@master-shake.local-20060127181925-3e7e5133b20d2f5b]Robey Pointer2006-01-271-0/+1
| | | | add a demo for sftp
* [project @ robey@master-shake.local-20060127031302-7bb0582ea98a60bd]Robey Pointer2006-01-261-2/+3
| | | | move another demo script in, and do a bit more cleanup
* [project @ robey@master-shake.local-20060127030114-b6810c4c29964a4e]Robey Pointer2006-01-261-0/+177
code from mike looijmans for a windows interactive shell -- while i'm mucking around in here, clean up the demos a bit too