| Commit message (Expand) | Author | Age | Files | Lines |
* | socket_type -> SocketType | Guido van Rossum | 1997-06-02 | 1 | -2/+2 |
|
|
* | Add socket.socket_type, as discussed on c.l.p. | Guido van Rossum | 1997-05-21 | 1 | -0/+5 |
|
|
* | Remove the last three uses of PyArg_GetInt() from the source. | Guido van Rossum | 1997-05-15 | 1 | -3/+3 |
|
|
* | In makesockaddr(), if we don't know the address family, don't raise an | Guido van Rossum | 1997-05-07 | 1 | -3/+6 |
|
|
* | Tweaks to keep the Microsoft compiler quier. | Guido van Rossum | 1997-04-09 | 1 | -1/+3 |
|
|
* | Check of return values and proper error handling. | Barry Warsaw | 1997-01-03 | 1 | -30/+60 |
|
|
* | Added the new getprotobyname() call to the module overview at the top. | Guido van Rossum | 1996-12-19 | 1 | -0/+1 |
|
|
* | Added getprotobyname() interface. | Guido van Rossum | 1996-12-19 | 1 | -0/+24 |
|
|
* | Added extern decl for gethostname() to keep gcc -Wall happy. | Guido van Rossum | 1996-12-10 | 1 | -0/+4 |
|
|
* | Keep gcc -Wall happy. | Guido van Rossum | 1996-12-05 | 1 | -0/+5 |
|
|
* | New permission notice, includes CNRI. | Guido van Rossum | 1996-10-25 | 1 | -13/+20 |
|
|
* | Don't close an already closed socket. | Guido van Rossum | 1996-10-12 | 1 | -3/+5 |
|
|
* | Slightly different Windows ifdefs | Guido van Rossum | 1996-06-28 | 1 | -4/+4 |
|
|
* | changed windows test symbols; removed debug printf from sockets | Guido van Rossum | 1996-06-26 | 1 | -10/+9 |
|
|
* | More rational support for Windows (tested on Roj's NT 3.5 machine only). | Guido van Rossum | 1996-06-20 | 1 | -141/+117 |
|
|
* | ntohs, ntohl, htons, htonl -- thanks to Lance | Guido van Rossum | 1996-06-12 | 1 | -0/+56 |
|
|
* | more changes for Windows, sigh | Guido van Rossum | 1996-06-12 | 1 | -29/+57 |
|
|
* | Calculate length of AF_UNIX addr struct portably in getsockaddrarg(). | Guido van Rossum | 1996-06-11 | 1 | -1/+1 |
|
|
* | Get rid of obsolete allowbroadcast(). | Guido van Rossum | 1996-06-11 | 1 | -23/+2 |
|
|
* | Windows/PC changes | Guido van Rossum | 1996-05-23 | 1 | -7/+40 |
|
|
* | remove unused variables | Guido van Rossum | 1996-02-27 | 1 | -9/+2 |
|
|
* | Include GUSI.h if using gusi-sockets | Jack Jansen | 1996-02-14 | 1 | -0/+5 |
|
|
* | clear addr buffer before calling getsockname | Guido van Rossum | 1996-01-12 | 1 | -0/+1 |
|
|
* | plug some leaks | Guido van Rossum | 1995-09-13 | 1 | -2/+6 |
|
|
* | add setblocking(); NT changes; null-terminate Unix path | Guido van Rossum | 1995-06-14 | 1 | -12/+33 |
|
|
* | fixed up comments describing interface | Guido van Rossum | 1995-03-16 | 1 | -19/+18 |
|
|
* | mode and optional bufsize for makefile() | Guido van Rossum | 1995-03-14 | 1 | -6/+15 |
|
|
* | add INADDR_* symbols | Guido van Rossum | 1995-02-17 | 1 | -0/+37 |
|
|
* | add socket related constants | Guido van Rossum | 1995-02-07 | 1 | -0/+202 |
|
|
* | cosmetic changes so these modules will work with the strict new naming scheme | Guido van Rossum | 1995-01-10 | 1 | -5/+5 |
|
|
* | better test for existence of hstrerror() | Guido van Rossum | 1995-01-10 | 1 | -2/+2 |
|
|
* | Added 1995 to copyright message. | Guido van Rossum | 1995-01-04 | 1 | -2/+2 |
|
|
* | Another bulky set of minor changes. | Guido van Rossum | 1995-01-02 | 1 | -23/+131 |
|
|
* | new style | Guido van Rossum | 1994-10-10 | 1 | -280/+279 |
|
|
* | * Modules/xxmodule.c: integrated with xxobject.c by Jack | Guido van Rossum | 1994-09-29 | 1 | -0/+12 |
|
|
* | Setup.in: added tkinter; rearranged the definition of PYTHONPATH so | Guido van Rossum | 1994-09-07 | 1 | -0/+33 |
|
|
* | Changes to make it work and compile on NT, by Mark Hammond. | Guido van Rossum | 1994-08-18 | 1 | -99/+125 |
|
|
* | * Modules/{Setup.in,Makefile.pre.in}: renamed some modules to | Guido van Rossum | 1994-08-05 | 1 | -0/+4 |
|
|
* | Merge alpha100 branch back to main trunk | Guido van Rossum | 1994-08-01 | 1 | -67/+48 |
|
|
* | * timemodule.c: Add hack for Solaris 2. | Guido van Rossum | 1993-11-23 | 1 | -6/+7 |
|
|
* | * Added gmtime/localtime/mktime and SYSV timezone globals to timemodule.c. | Guido van Rossum | 1993-06-17 | 1 | -2/+2 |
|
|
* | * socketmodule.c: fix long-standing bug in recvfrom() -- addrlen | Guido van Rossum | 1993-05-25 | 1 | -2/+5 |
|
|
* | * classobject.c: in instance_getattr, don't make a method out of a | Guido van Rossum | 1993-05-25 | 1 | -27/+30 |
|
|
* | * Microscopic corrections to make things compile on the Cray APP. | Guido van Rossum | 1993-04-07 | 1 | -0/+9 |
|
|
* | * Changed many files to use mkvalue() instead of newtupleobject(). | Guido van Rossum | 1993-03-16 | 1 | -2/+2 |
|
|
* | * ceval.c: ifdef out the last argument passing compat hack. | Guido van Rossum | 1993-02-05 | 1 | -11/+20 |
|
|
* | * mymalloc.h: always allocate one extra byte, since some malloc's | Guido van Rossum | 1992-12-14 | 1 | -0/+4 |
|
|
* | socketmodule.c: added socket.fromfd(fd, family, type, [proto]); | Guido van Rossum | 1992-12-08 | 1 | -8/+32 |
|
|
* | * config.c: Added audioop to lists. | Guido van Rossum | 1992-11-26 | 1 | -0/+48 |
|
|
* | Made struct a standard built-in module; added string args to {set,get}sockopt; | Guido van Rossum | 1992-09-08 | 1 | -16/+48 |
|
|