index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Modules
/
socketmodule.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
* 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
*
* Makefile: cosmetics
Guido van Rossum
1992-08-05
1
-36/+74
*
Sometimes, recvfrom() returns an empty address; this is not an error.
Guido van Rossum
1992-08-05
1
-26/+10
*
Changes for new UNIX-specific built-in module 'select' and new header for
Guido van Rossum
1992-06-23
1
-6/+16
*
Some UNIX types want the exact size of the address structure
Guido van Rossum
1992-06-12
1
-1/+35
*
Added {get,set}sockopt(). allowbroadcast is now obsolete.
Guido van Rossum
1992-06-05
1
-2/+54
*
Copyright for 1992 added
Guido van Rossum
1992-04-05
1
-1/+1
*
Lint fixes.
Guido van Rossum
1992-03-27
1
-3/+5
*
Cal get*Str*arg() instead of get*str*arg(), until the code is fixed.
Guido van Rossum
1992-01-27
1
-8/+10
*
AIX fix.
Guido van Rossum
1991-11-27
1
-1/+2
*
Added allowbroadcast()
Guido van Rossum
1991-10-20
1
-1/+23
*
Make Socktype global so old and new compilers will like it.
Guido van Rossum
1991-09-10
1
-6/+4
*
Add gethostname() and s.avail().
Guido van Rossum
1991-07-27
1
-3/+52
*
Connection sockets now have the proper family/type/proto values.
Guido van Rossum
1991-07-01
1
-5/+8
*
Many changes to the interface, and added comments.
Guido van Rossum
1991-06-27
1
-78/+326
*
Initial revision
Guido van Rossum
1991-06-25
1
-0/+494