- 02 May, 2000 1 kayıt (commit)
-
-
Guido van Rossum yazdı
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 Ara, 1998 1 kayıt (commit)
-
-
Guido van Rossum yazdı
interact() automatically uses this on Windows (where the single-threaded version doesn't work).
-
- 26 Mar, 1998 1 kayıt (commit)
-
-
Guido van Rossum yazdı
-
- 19 Şub, 1998 1 kayıt (commit)
-
-
Guido van Rossum yazdı
the socket.
-
- 29 Ara, 1997 1 kayıt (commit)
-
-
Guido van Rossum yazdı
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 Ara, 1997 3 kayıt (commit)
-
-
Guido van Rossum yazdı
optional timeout. Also moved some imports around.
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
the Demos/cwilib directory). Converted comments to doc strings and used default arguments instead of *args. Updated the example.
-