summaryrefslogtreecommitdiff
path: root/demos/forward.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.
* Bump black up to 18.6b4Jeff Forcier2018-08-221-1/+0
|
* Blacken under black 18.5b0Jeff Forcier2018-05-291-52/+124
|
* Change all exceptions to modern format (not Py2.5 compatible)Scott Maxwell2013-11-191-4/+2
|
* Fix demosScott Maxwell2013-10-311-6/+12
|
* 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
* | This fixes a Bad file descriptor error caused by attempting to access the ↵Jonathan Halcrow2013-09-201-1/+3
|/ | | | request after it has already been closed.
* fix my email address to be the current one.Robey Pointer2009-07-191-1/+1
|
* [project @ robey@lag.net-20080220055849-xmjvp8m0lqyz4cf1]Robey Pointer2008-02-191-5/+4
| | | | change -l to -p for consistency
* [project @ robey@lag.net-20080219075127-fx3aq6ijgm38oxy6]Robey Pointer2008-02-181-122/+80
| | | | cleaned up "forward" example.
* [project @ robey@lag.net-20070213191706-v8djxd4jiunb3his]Robey Pointer2007-02-131-1/+1
| | | | bump copyright year to 2007
* [project @ robey@lag.net-20060430024043-e4391438febc9bf2]Robey Pointer2006-04-291-0/+4
| | | | check for None channel and display error
* [project @ robey@master-shake.local-20060127031302-7bb0582ea98a60bd]Robey Pointer2006-01-261-0/+219
move another demo script in, and do a bit more cleanup