- 16 Feb, 2002 1 commit
-
-
Martin v. Löwis authored
Replaces calls to socket.send() (which isn't guaranteed to send all data) with the new socket.sendall() method.
-
- 07 Oct, 2001 1 commit
-
-
Martin v. Löwis authored
-
- 06 Sep, 2001 1 commit
-
-
Martin v. Löwis authored
added all the telnet options known to arpa/telnet.h added all the options registered with IANA as of today added the possibility for the user to have it's own option negotiation callback
-
- 31 Jul, 2001 1 commit
-
-
Martin v. Löwis authored
-
- 26 Jul, 2001 1 commit
-
-
Martin v. Löwis authored
-
- 24 Jul, 2001 1 commit
-
-
Martin v. Löwis authored
-
- 01 Mar, 2001 1 commit
-
-
Skip Montanaro authored
giving it a slight facelift
-
- 09 Feb, 2001 1 commit
-
-
Eric S. Raymond authored
-
- 15 Jan, 2001 1 commit
-
-
Tim Peters authored
-
- 02 May, 2000 1 commit
-
-
Guido van Rossum authored
telnetlib is unable to connect to a few telnet daemons because of improper IAC handling, heres an attached oneliner to reject WILL messages which will allow many more telnet daemons to work with it, namely FreeBSD.
-
- 23 Dec, 1998 1 commit
-
-
Guido van Rossum authored
interact() automatically uses this on Windows (where the single-threaded version doesn't work).
-
- 26 Mar, 1998 1 commit
-
-
Guido van Rossum authored
-
- 19 Feb, 1998 1 commit
-
-
Guido van Rossum authored
the socket.
-
- 29 Dec, 1997 1 commit
-
-
Guido van Rossum authored
input. When an EOF is read, break out of the loop instead of (by default) writing an empty line (which doesn't do much good). Don't close self when falling through the loop.
-
- 24 Dec, 1997 3 commits
-
-
Guido van Rossum authored
optional timeout. Also moved some imports around.
-
Guido van Rossum authored
-
Guido van Rossum authored
the Demos/cwilib directory). Converted comments to doc strings and used default arguments instead of *args. Updated the example.
-