COMMITS
/ Modules/socketmodule.c January 3, 1997
B
Check of return values and proper error handling.
Barry Warsaw committed
December 19, 1996
G
Added the new getprotobyname() call to the module overview at the top.
Guido van Rossum committed
G
Added getprotobyname() interface.
Guido van Rossum committed
December 10, 1996
G
Added extern decl for gethostname() to keep gcc -Wall happy.
Guido van Rossum committed
December 5, 1996
G
Keep gcc -Wall happy.
Guido van Rossum committed
October 25, 1996
G
New permission notice, includes CNRI.
Guido van Rossum committed
October 12, 1996
G
Don't close an already closed socket.
Guido van Rossum committed
June 28, 1996
G
Slightly different Windows ifdefs
Guido van Rossum committed
June 26, 1996
G
changed windows test symbols; removed debug printf from sockets
Guido van Rossum committed
June 20, 1996
G
More rational support for Windows (tested on Roj's NT 3.5 machine only).
Guido van Rossum committed
June 12, 1996
G
ntohs, ntohl, htons, htonl -- thanks to Lance
Guido van Rossum committed
G
more changes for Windows, sigh
Guido van Rossum committed
June 11, 1996
G
Calculate length of AF_UNIX addr struct portably in getsockaddrarg().
Guido van Rossum committed
G
Get rid of obsolete allowbroadcast().
Guido van Rossum committed
May 23, 1996
G
Windows/PC changes
Guido van Rossum committed
February 27, 1996
G
remove unused variables
Guido van Rossum committed
February 14, 1996
J
Include GUSI.h if using gusi-sockets
Jack Jansen committed
January 12, 1996
G
clear addr buffer before calling getsockname
Guido van Rossum committed
September 13, 1995
G
plug some leaks
Guido van Rossum committed
June 14, 1995
G
add setblocking(); NT changes; null-terminate Unix path
Guido van Rossum committed
March 16, 1995
G
fixed up comments describing interface
Guido van Rossum committed
March 14, 1995
G
mode and optional bufsize for makefile()
Guido van Rossum committed
February 17, 1995
G
add INADDR_* symbols
Guido van Rossum committed
February 7, 1995
G
add socket related constants
Guido van Rossum committed
January 10, 1995
G
cosmetic changes so these modules will work with the strict new naming scheme
Guido van Rossum committed
G
better test for existence of hstrerror()
Guido van Rossum committed
January 4, 1995
G
Added 1995 to copyright message.
Guido van Rossum committed
January 2, 1995
G
Another bulky set of minor changes.
Guido van Rossum committed
September 29, 1994
G
* Modules/xxmodule.c: integrated with xxobject.c by Jack
Guido van Rossum committed
September 7, 1994
G
Setup.in: added tkinter; rearranged the definition of PYTHONPATH so
Guido van Rossum committed
August 18, 1994
G
Changes to make it work and compile on NT, by Mark Hammond.
Guido van Rossum committed
August 5, 1994
G
* Modules/{Setup.in,Makefile.pre.in}: renamed some modules to
Guido van Rossum committed
August 1, 1994
G
Merge alpha100 branch back to main trunk
Guido van Rossum committed
November 23, 1993
G
* timemodule.c: Add hack for Solaris 2.
Guido van Rossum committed
June 17, 1993
G
* Added gmtime/localtime/mktime and SYSV timezone globals to timemodule.c.
Guido van Rossum committed
May 25, 1993
G
* socketmodule.c: fix long-standing bug in recvfrom() -- addrlen
Guido van Rossum committed
G
* classobject.c: in instance_getattr, don't make a method out of a
Guido van Rossum committed
April 7, 1993
G
* Microscopic corrections to make things compile on the Cray APP.
Guido van Rossum committed
March 16, 1993
G
* Changed many files to use mkvalue() instead of newtupleobject().
Guido van Rossum committed
February 5, 1993
G
* ceval.c: ifdef out the last argument passing compat hack.
Guido van Rossum committed
December 14, 1992
G
* mymalloc.h: always allocate one extra byte, since some malloc's
Guido van Rossum committed
December 8, 1992
G
socketmodule.c: added socket.fromfd(fd, family, type, [proto]);
Guido van Rossum committed
November 26, 1992
G
* config.c: Added audioop to lists.
Guido van Rossum committed
September 8, 1992
G
Made struct a standard built-in module; added string args to {set,get}sockopt;
Guido van Rossum committed
August 5, 1992
G
* Makefile: cosmetics
Guido van Rossum committed
G
Sometimes, recvfrom() returns an empty address; this is not an error.
Guido van Rossum committed
June 23, 1992
G
Changes for new UNIX-specific built-in module 'select' and new header for
Guido van Rossum committed
June 12, 1992
G
Some UNIX types want the exact size of the address structure
Guido van Rossum committed
June 5, 1992
G
Added {get,set}sockopt(). allowbroadcast is now obsolete.
Guido van Rossum committed