Guido van Rossum
|
25bec8c8dc
|
Sometimes, recvfrom() returns an empty address; this is not an error.
Also, get rid of makepair() in favor of mkvalue().
|
1992-08-05 19:00:45 +00:00 |
Guido van Rossum
|
ed233a5696
|
Changes for new UNIX-specific built-in module 'select' and new header for
interfaces to variants of select() system call, "myselect.h". This includes
adding fileno() methods to files, sockets and stdwin.
|
1992-06-23 09:07:03 +00:00 |
Guido van Rossum
|
710e1df585
|
Some UNIX types want the exact size of the address structure
|
1992-06-12 10:39:36 +00:00 |
Guido van Rossum
|
0e69587dc0
|
Added {get,set}sockopt(). allowbroadcast is now obsolete.
|
1992-06-05 15:11:30 +00:00 |
Guido van Rossum
|
bab9d03855
|
Copyright for 1992 added
|
1992-04-05 14:26:55 +00:00 |
Guido van Rossum
|
d15b73353f
|
Lint fixes.
|
1992-03-27 17:22:00 +00:00 |
Guido van Rossum
|
9c16d7fbac
|
Cal get*Str*arg() instead of get*str*arg(), until the code is fixed.
|
1992-01-27 16:49:54 +00:00 |
Guido van Rossum
|
0bb1a51925
|
AIX fix.
|
1991-11-27 14:55:18 +00:00 |
Guido van Rossum
|
e0e5edcb6e
|
Added allowbroadcast()
|
1991-10-20 20:22:28 +00:00 |
Guido van Rossum
|
54ba21bd76
|
Make Socktype global so old and new compilers will like it.
|
1991-09-10 14:57:12 +00:00 |
Guido van Rossum
|
8119447fbe
|
Add gethostname() and s.avail().
|
1991-07-27 21:42:02 +00:00 |
Guido van Rossum
|
4dd2a7e45b
|
Connection sockets now have the proper family/type/proto values.
Fix argument handling bug in socket(f,t,p) call.
Fix some comments.
|
1991-07-01 18:51:33 +00:00 |
Guido van Rossum
|
30a685f0fe
|
Many changes to the interface, and added comments.
|
1991-06-27 15:51:29 +00:00 |
Guido van Rossum
|
6574b3ee25
|
Initial revision
|
1991-06-25 21:36:08 +00:00 |