summaryrefslogtreecommitdiffhomepage
path: root/demos/forward.py
AgeCommit message (Collapse)Author
2023-08-02Don't use functions from nonexistent py3compat module in demos.py3compatmagmaus3
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-15Fix Free Software Foundation addressPaul Howarth
They moved from Temple Place to Franklin Street in 2005.
2018-08-22Bump black up to 18.6b4Jeff Forcier
2018-05-29Blacken under black 18.5b0Jeff Forcier
2013-11-19Change all exceptions to modern format (not Py2.5 compatible)Scott Maxwell
2013-10-31Fix demosScott Maxwell
2013-09-27Merge branch '1.9' into 1.10Jeff Forcier
2013-09-27Fixed a typo in the license header of most filesJeff Forcier
Conflicts: paramiko/proxy.py
2013-09-20This fixes a Bad file descriptor error caused by attempting to access the ↵Jonathan Halcrow
request after it has already been closed.
2009-07-19fix my email address to be the current one.Robey Pointer
2008-02-19[project @ robey@lag.net-20080220055849-xmjvp8m0lqyz4cf1]Robey Pointer
change -l to -p for consistency
2008-02-18[project @ robey@lag.net-20080219075127-fx3aq6ijgm38oxy6]Robey Pointer
cleaned up "forward" example.
2007-02-13[project @ robey@lag.net-20070213191706-v8djxd4jiunb3his]Robey Pointer
bump copyright year to 2007
2006-04-29[project @ robey@lag.net-20060430024043-e4391438febc9bf2]Robey Pointer
check for None channel and display error
2006-01-26[project @ robey@master-shake.local-20060127031302-7bb0582ea98a60bd]Robey Pointer
move another demo script in, and do a bit more cleanup