summaryrefslogtreecommitdiffstats
path: root/Modules/socketmodule.c
Commit message (Expand)AuthorAgeFilesLines
...
* * timemodule.c: Add hack for Solaris 2.Guido van Rossum1993-11-231-6/+7
* * Added gmtime/localtime/mktime and SYSV timezone globals to timemodule.c.Guido van Rossum1993-06-171-2/+2
* * socketmodule.c: fix long-standing bug in recvfrom() -- addrlenGuido van Rossum1993-05-251-2/+5
* * classobject.c: in instance_getattr, don't make a method out of aGuido van Rossum1993-05-251-27/+30
* * Microscopic corrections to make things compile on the Cray APP.Guido van Rossum1993-04-071-0/+9
* * Changed many files to use mkvalue() instead of newtupleobject().Guido van Rossum1993-03-161-2/+2
* * ceval.c: ifdef out the last argument passing compat hack.Guido van Rossum1993-02-051-11/+20
* * mymalloc.h: always allocate one extra byte, since some malloc'sGuido van Rossum1992-12-141-0/+4
* socketmodule.c: added socket.fromfd(fd, family, type, [proto]);Guido van Rossum1992-12-081-8/+32
* * config.c: Added audioop to lists.Guido van Rossum1992-11-261-0/+48
* Made struct a standard built-in module; added string args to {set,get}sockopt;Guido van Rossum1992-09-081-16/+48
* * Makefile: cosmeticsGuido van Rossum1992-08-051-36/+74
* Sometimes, recvfrom() returns an empty address; this is not an error.Guido van Rossum1992-08-051-26/+10
* Changes for new UNIX-specific built-in module 'select' and new header forGuido van Rossum1992-06-231-6/+16
* Some UNIX types want the exact size of the address structureGuido van Rossum1992-06-121-1/+35
* Added {get,set}sockopt(). allowbroadcast is now obsolete.Guido van Rossum1992-06-051-2/+54
* Copyright for 1992 addedGuido van Rossum1992-04-051-1/+1
* Lint fixes.Guido van Rossum1992-03-271-3/+5
* Cal get*Str*arg() instead of get*str*arg(), until the code is fixed.Guido van Rossum1992-01-271-8/+10
* AIX fix.Guido van Rossum1991-11-271-1/+2
* Added allowbroadcast()Guido van Rossum1991-10-201-1/+23
* Make Socktype global so old and new compilers will like it.Guido van Rossum1991-09-101-6/+4
* Add gethostname() and s.avail().Guido van Rossum1991-07-271-3/+52
* Connection sockets now have the proper family/type/proto values.Guido van Rossum1991-07-011-5/+8
* Many changes to the interface, and added comments.Guido van Rossum1991-06-271-78/+326
* Initial revisionGuido van Rossum1991-06-251-0/+494