- 09 Şub, 2001 1 kayıt (commit)
-
-
Eric S. Raymond yazdı
-
- 17 Ock, 2001 2 kayıt (commit)
-
-
Fredrik Lundh yazdı
'verify' iff it's used by a test module...
-
Marc-André Lemburg yazdı
and replaces them with a new API verify(). As a result the regression suite will also perform its tests in optimization mode. Written by Marc-Andre Lemburg. Copyright assigned to Guido van Rossum.
-
- 12 Ara, 2000 1 kayıt (commit)
-
-
Fred Drake yazdı
Use != instead of <> since <> is documented as "obsolescent". Use "is" and "is not" when comparing with None or type objects.
-
- 29 Haz, 2000 1 kayıt (commit)
-
-
Guido van Rossum yazdı
-
- 24 Mar, 2000 1 kayıt (commit)
-
-
Guido van Rossum yazdı
argument: a (host, port) tuple. Like multi-arg append(), multi-arg connect() and bind() may be ruled out!
-
- 26 Mar, 1998 1 kayıt (commit)
-
-
Guido van Rossum yazdı
-
- 01 Eki, 1997 1 kayıt (commit)
-
-
Guido van Rossum yazdı
-
- 03 Haz, 1997 1 kayıt (commit)
-
-
Fred Drake yazdı
-
- 21 May, 1997 1 kayıt (commit)
-
-
Guido van Rossum yazdı
-
- 16 May, 1997 1 kayıt (commit)
-
-
Guido van Rossum yazdı
-
- 14 May, 1997 1 kayıt (commit)
-
-
Guido van Rossum yazdı
-
- 09 May, 1997 1 kayıt (commit)
-
-
Guido van Rossum yazdı
-
- 29 Ock, 1997 1 kayıt (commit)
-
-
Guido van Rossum yazdı
any more? This was because the *parent* process in test_socket.py did an os._exit(0)! Getting rid of that now...
-
- 17 Ock, 1997 1 kayıt (commit)
-
-
Guido van Rossum yazdı
continue the tests.
-
- 13 Ock, 1997 1 kayıt (commit)
-
-
Barry Warsaw yazdı
Don't assume gethostbyaddr()'s primary hostname is the same as gethostname(), or even that gethostname() can be found in the list of hosts returned by gethostbyaddr(). We do test for at least one FQDN in gethostbyaddr().
-
- 07 Ock, 1997 1 kayıt (commit)
-
-
Barry Warsaw yazdı
after test_socket.py is run!
-
- 03 Ock, 1997 1 kayıt (commit)
-
-
Barry Warsaw yazdı
not currently tested (or even touched): # socket.fromfd() # sktobj.getsockopt() # sktobj.recvfrom() # sktobj.sendto() # sktobj.setblocking() # sktobj.setsockopt() # sktobj.shutdown()
-