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
*
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
*
The connect timeout code wasn't working on Windows.
Guido van Rossum
2003-02-19
1
-12/+13
*
socket_inet_aton(): ip_addr was left undefined before use in the
Tim Peters
2003-02-13
1
-9/+9
*
Ummm, try to get it right this time
Neal Norwitz
2003-02-13
1
-1/+1
*
Use configure to check for inet_aton.
Neal Norwitz
2003-02-13
1
-1/+1
*
Addressing SF bug #643005, implement socket.inet_aton() using
Guido van Rossum
2003-02-12
1
-1/+17
*
SF patch #678257 by Geoff Talvola.
Guido van Rossum
2003-01-31
1
-1/+1
*
Patch #661760: Cygwin auto-import module patch
Jason Tishler
2003-01-06
1
-6/+3
*
OS/2 sockets do not support AF_UNIX, even though EMX headers define it
Andrew MacIntyre
2003-01-02
1
-4/+4
*
Patch #650422: Use Posix AF_ constants instead of PF_ ones.
Martin v. Löwis
2002-12-11
1
-5/+7
*
Don't include <ioctl.h> unless on __VMS.
Martin v. Löwis
2002-12-06
1
-1/+3
*
Patch #614055: Support OpenVMS.
Martin v. Löwis
2002-12-06
1
-1/+106
*
Use O_NONBLOCK rather than O_NDELAY, so we get POSIX non-blocking I/O.
Neal Norwitz
2002-11-02
1
-4/+4
*
Patch #608999: Fix portability problems with MIPSPro 7.x
Martin v. Löwis
2002-09-19
1
-0/+8
*
Update the module doc comment.
Guido van Rossum
2002-09-03
1
-1/+3
*
SF bug #592645 fix memory leak in socket.getaddrinfo
Neal Norwitz
2002-08-09
1
-0/+2
*
The other half of the patches added to SF patch 555085 by A I
Guido van Rossum
2002-08-08
1
-0/+2
*
Clean up some docstrings. Some docstrings didn't show their return
Guido van Rossum
2002-08-08
1
-10/+11
*
internal_connect(): Windows. When sock_timeout > 0 and connect() yields
Tim Peters
2002-08-06
1
-6/+14
*
Excise DL_EXPORT/DL_IMPORT from Modules/*. Required adding a prototype
Mark Hammond
2002-08-02
1
-1/+1
*
Pass length of result structure into setipaddr. Fixes bug #565747.
Martin v. Löwis
2002-07-28
1
-8/+12
*
Put checks for error returns in the right place.
Jeremy Hylton
2002-07-25
1
-2/+8
*
Extended socket.htonl and ntohl to accept longs.
Jeremy Hylton
2002-07-25
1
-15/+53
*
Replace DL_IMPORT with PyMODINIT_FUNC and remove "/export:init..." link
Mark Hammond
2002-07-23
1
-1/+1
*
Bail out early from internal_select() when socket file descriptor
Guido van Rossum
2002-07-19
1
-0/+5
*
A Python float is a C double; redeclare defaulttimeout as such; stops
Tim Peters
2002-07-18
1
-1/+1
*
Silence warning about getdefaulttimeout in PyMethodDef.
Guido van Rossum
2002-07-18
1
-1/+1
*
Add default timeout functionality. This adds setdefaulttimeout() and
Guido van Rossum
2002-07-18
1
-1/+65
*
staticforward bites the dust.
Jeremy Hylton
2002-07-17
1
-1/+1
*
Mac OS X Jaguar (developer preview) seems to have a working getaddrinfo().
Jack Jansen
2002-07-02
1
-0/+5
*
Patch #568124: Add doc string macros.
Martin v. Löwis
2002-06-13
1
-82/+82
*
Fix non-blocking connect() for Windows. Refactored the code
Guido van Rossum
2002-06-13
1
-27/+40
*
Major overhaul of timeout sockets:
Guido van Rossum
2002-06-13
1
-219/+58
*
work around name clash with OS/2 TCPIP routine sock_init()
Andrew MacIntyre
2002-06-13
1
-2/+2
*
Move the conex_finally label up, so that the errno value is always
Guido van Rossum
2002-06-07
1
-1/+1
[next]