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
*
Silence a compiler warning by supplying the correct argument type to
Raymond Hettinger
2004-09-28
1
-2/+2
*
Patch for compilation on IRIX from rwgk on http://python.org/sf/728330
Trent Mick
2004-09-13
1
-0/+10
*
Apply patch from http://python.org/sf/728330 to fix socket module compilation...
Trent Mick
2004-09-07
1
-1/+13
*
Patch #1015012. Improve markup and punctuation in libsocket.tex
Dave Cole
2004-08-26
1
-2/+2
*
Back out 1.289, which breaks platforms needing addrinfo.h, and
Martin v. Löwis
2004-08-25
1
-31/+0
*
Updated the socketpair() docstring and documentation to explain that the
Dave Cole
2004-08-23
1
-2/+4
*
Removed unnecessary calls to signal() to ignore SIGPIPE. SIGPIPE is ignored
Dave Cole
2004-08-23
1
-13/+0
*
Bug #1001857: socketmodule does not build under cygwin
Jason Tishler
2004-08-09
1
-0/+4
*
Patch #1003700: Add socketpair function to socket module.
Dave Cole
2004-08-09
1
-0/+62
*
Restore compilation on MSVC++ 6.0
Raymond Hettinger
2004-08-03
1
-0/+4
*
Fix [ 1001018 ]: Windows: setdefaulttimeout causes unnecessary timeouts on
Mark Hammond
2004-08-03
1
-3/+24
*
Patch #984654: Add more address family constants.
Martin v. Löwis
2004-07-19
1
-0/+60
*
[Patch #947352 from Jason Andryuk] Add support for AF_PACKET hardware addresses
Andrew M. Kuchling
2004-07-10
1
-6/+15
*
[Patch #982665 ] add SO_EXCLUSIVEADDRUSE constant
Andrew M. Kuchling
2004-07-10
1
-0/+4
*
OS/2 EMX needs addrinfo.h for code included from getaddrinfo.c
Andrew MacIntyre
2004-07-07
1
-0/+4
*
Added socket.getservbyport(), and make its second argument and that of
Barry Warsaw
2004-06-28
1
-5/+39
*
Patch #929192: Improvements to bluetooth support.
Martin v. Löwis
2004-06-03
1
-78/+169
*
Patch #924294: Do not check for AF_INET6 if it is not defined.
Martin v. Löwis
2004-06-02
1
-1/+1
*
Band-aid type fix for
Michael W. Hudson
2004-05-26
1
-0/+19
*
Fixes for AF_UNIX support on OS/2:
Andrew MacIntyre
2004-04-11
1
-0/+4
*
OS/2's TCP/IP stack supports AF_UNIX sockets, with the limitation that
Andrew MacIntyre
2004-04-04
1
-4/+4
*
Make socket.sslerror a subclass of socket.error .
Brett Cannon
2004-03-23
1
-0/+2
*
Make socketmodule compile again on a modern Linux (that supports Bluetooth).
Anthony Baxter
2004-02-16
1
-1/+1
*
remove support for missing ANSI C header files (limits.h, stddef.h, etc).
Skip Montanaro
2004-02-10
1
-3/+1
*
Add FreeBSD support for bluetooth sockets.
Hye-Shik Chang
2004-02-02
1
-14/+38
*
Patch #874083: Bluetooth support for socket module.
Martin v. Löwis
2004-01-31
1
-0/+101
*
Add IPV6_ socket options from RFCs 3493 and 3542. Fixes #867012.
Martin v. Löwis
2003-12-30
1
-0/+71
*
Fix erroneus argument parsing of socket.htons() on 64bit big endian
Hye-Shik Chang
2003-12-17
1
-1/+1
*
Patch #849595: Add socket.shutdown() constants.
Martin v. Löwis
2003-11-27
1
-2/+25
*
Getting rid of code dependent on GUSI or the MetroWerks compiler.
Jack Jansen
2003-11-19
1
-5/+0
*
Fix a bunch of typos in documentation, docstrings and comments.
Walter Dörwald
2003-10-20
1
-1/+1
*
Simplify and speedup uses of Py_BuildValue():
Raymond Hettinger
2003-10-12
1
-2/+2
*
made the SGI INET_ADDRSTRLEN define apply for any compiler on Irix. Both the
Anthony Baxter
2003-10-04
1
-4/+7
*
Patch #813445: Add missing socket.IPPROTO_IPV6. Backported to 2.3.
Martin v. Löwis
2003-10-03
1
-0/+3
*
Release host name memory. Fixes #783312. Will backport to 2.3.
Martin v. Löwis
2003-08-07
1
-6/+12
*
Patch #781722: Reject AF_INET6 if IPv6 is disabled. Will backport to 2.3.
Martin v. Löwis
2003-08-05
1
-0/+8
*
Get socketmodule compiling on IRIX 6.5.10.
Jeremy Hylton
2003-07-17
1
-2/+11
*
Fix [ 766669 ] Consistent GPF on exit
Mark Hammond
2003-07-09
1
-1/+1
*
SF patch #760257: add socket.timeout exception
Raymond Hettinger
2003-06-29
1
-38/+113
*
Patch #734231: Update RiscOS support. In particular, correct
Martin v. Löwis
2003-05-10
1
-8/+36
*
Yet another addition to [731644]: only use the lock if thread-support
Just van Rossum
2003-05-09
1
-2/+2
*
Addition to [731644]: also use the lock when using the getaddrinfo
Just van Rossum
2003-05-09
1
-2/+2
*
[ 731644] & [ 604210 ] Release the GIL around getaddrinfo(), yet protect
Just van Rossum
2003-05-09
1
-10/+45
*
Patch #724588: Check whether the address of hstrerror and inet_pton can
Martin v. Löwis
2003-05-03
1
-0/+10
*
Patch #708495: Port more stuff to OpenVMS.
Martin v. Löwis
2003-05-03
1
-1/+9
*
Patch 731209: Restore socketmodule's behaviour with dotted quad addresses
Anthony Baxter
2003-05-02
1
-0/+16
*
Patch #725942: Always rename emulation functions.
Martin v. Löwis
2003-05-01
1
-2/+5
*
Patch by Jp Calderone:
Guido van Rossum
2003-04-25
1
-1/+114
*
Implement IDNA (Internationalized Domain Names in Applications).
Martin v. Löwis
2003-04-18
1
-5/+25
*
Rename LONG_LONG to PY_LONG_LONG. Fixes #710285.
Martin v. Löwis
2003-03-29
1
-1/+1
[next]