Bobby Impollonia
0a013f829e
Remove comparison between int and str
...
The code had been doing 'n < self.__in_buffer' when it
wanted to be doing 'n < len(self.__in_buffer)'
In Python 2.x, this comparison (int < str) is always True.
I found this while porting to Python 3 where it raises
an error.
The code has been working without complaints because always
taking the true branch of this conditional is actually fine.
We don't need the false branch, so drop the check entirely.
2012-03-10 18:10:23 -08:00
Silas Sewell
4db2ca594b
Fix FSF address
2012-02-25 03:11:54 -05:00
Jeff Forcier
e37f0b57bd
Copyright update, pending removal of preamble from all files
2011-10-23 00:47:50 -07:00
Jeff Forcier
3971917d2b
Initial rename: paramiko=>ssh
2011-10-23 00:00:43 -07:00
Robey Pointer
60c6e94e7d
fix my email address to be the current one.
2009-07-19 19:45:02 -07:00
Robey Pointer
83b335e10f
[project @ robey@lag.net-20070213191706-v8djxd4jiunb3his]
...
bump copyright year to 2007
2007-02-13 11:17:06 -08:00
Robey Pointer
fead211c5c
[project @ Arch-1:robey@lag.net--2003-public%secsh--dev--1.0--patch-154]
...
even better 1.2 lapras
re-bump the version # to 1.2 (with a new date since i added more stuff).
add 2005 to the copyright date in a bunch of files.
2005-02-28 08:06:08 +00:00
Robey Pointer
2746d44906
[project @ Arch-1:robey@lag.net--2003-public%secsh--dev--1.0--patch-152]
...
little doc fixes
stupid little doc fixups that didn't fit with the other patches.
2005-02-28 07:17:21 +00:00
Robey Pointer
6caf15b425
[project @ Arch-1:robey@lag.net--2003-public%secsh--dev--1.0--patch-94]
...
start testing Transport
the beginnings of tests for Transport. only the bare minimum is there right
now.
also started doc'ing things up to ivysaur.
2004-10-20 16:52:51 +00:00