- 02 Mar, 2001 1 kayıt (commit)
-
-
Guido van Rossum yazdı
-
- 15 Şub, 2001 1 kayıt (commit)
-
-
Skip Montanaro yazdı
also modified check_all function to suppress all warnings since they aren't relevant to what this test is doing (allows quiet checking of regsub, for instance)
-
- 15 Ock, 2001 1 kayıt (commit)
-
-
Tim Peters yazdı
-
- 30 Eyl, 2000 1 kayıt (commit)
-
-
Martin v. Löwis yazdı
appear as methods on socket objects.
-
- 19 Eyl, 2000 1 kayıt (commit)
-
-
Martin v. Löwis yazdı
-
- 15 Eyl, 2000 1 kayıt (commit)
-
-
Jack Jansen yazdı
-
- 16 Agu, 2000 2 kayıt (commit)
-
-
Peter Schneider-Kamp yazdı
-
Fred Drake yazdı
socket.py is used for all platforms, and it defines the additional classes and alternate socket() function for Windows and BeOS systems. The plat-*/socket.py files are no longer needed, since there is a shared socket.py. make_fqdn() is provided, but I decided to call it getfqdn() to be consistent with the other names in the socket module. Since it is really a "get" operation and does not create a new name, this is the right name to give it. Move the docstring here from the _socket module.
-