- 04697e8 Patch #924294: Do not check for AF_INET6 if it is not defined. by Martin v. Löwis · 20 years ago
- 76b8cc8 Band-aid type fix for by Michael W. Hudson · 20 years ago
- daedf21 Fixes for AF_UNIX support on OS/2: by Andrew MacIntyre · 21 years ago
- d12dfbb OS/2's TCP/IP stack supports AF_UNIX sockets, with the limitation that by Andrew MacIntyre · 21 years ago
- 06c3479 Make socket.sslerror a subclass of socket.error . by Brett Cannon · 21 years ago
- 5d7c067 Make socketmodule compile again on a modern Linux (that supports Bluetooth). by Anthony Baxter · 21 years ago
- 7befb99 remove support for missing ANSI C header files (limits.h, stddef.h, etc). by Skip Montanaro · 21 years ago
- 8126860 Add FreeBSD support for bluetooth sockets. by Hye-Shik Chang · 21 years ago
- 12af048 Patch #874083: Bluetooth support for socket module. by Martin v. Löwis · 21 years ago
- da91d02 Add IPV6_ socket options from RFCs 3493 and 3542. Fixes #867012. by Martin v. Löwis · 21 years ago
- a7b673f Fix erroneus argument parsing of socket.htons() on 64bit big endian machines. by Hye-Shik Chang · 21 years ago
- 94681fc Patch #849595: Add socket.shutdown() constants. by Martin v. Löwis · 21 years ago
- 4bae2d5 Getting rid of code dependent on GUSI or the MetroWerks compiler. by Jack Jansen · 21 years ago
- f0dfc7a Fix a bunch of typos in documentation, docstrings and comments. by Walter Dörwald · 21 years ago
- 8ae4689 Simplify and speedup uses of Py_BuildValue(): by Raymond Hettinger · 21 years ago
- bab23cf made the SGI INET_ADDRSTRLEN define apply for any compiler on Irix. Both the by Anthony Baxter · 21 years ago
- a0f1734 Patch #813445: Add missing socket.IPPROTO_IPV6. Backported to 2.3. by Martin v. Löwis · 21 years ago
- 5db099a Release host name memory. Fixes #783312. Will backport to 2.3. by Martin v. Löwis · 21 years ago
- 1064909 Patch #781722: Reject AF_INET6 if IPv6 is disabled. Will backport to 2.3. by Martin v. Löwis · 21 years ago
- fb509a3 Get socketmodule compiling on IRIX 6.5.10. by Jeremy Hylton · 21 years ago
- 14350ab Fix [ 766669 ] Consistent GPF on exit by Mark Hammond · 21 years ago
- ef7343c SF patch #760257: add socket.timeout exception (Contributed by Bob Halley) by Raymond Hettinger · 21 years ago
- a94568a Patch #734231: Update RiscOS support. In particular, correct by Martin v. Löwis · 22 years ago
- 16e426b Yet another addition to [731644]: only use the lock if thread-support by Just van Rossum · 22 years ago
- 09aecd7 Addition to [731644]: also use the lock when using the getaddrinfo by Just van Rossum · 22 years ago
- 1040d2c [ 731644] & [ 604210 ] Release the GIL around getaddrinfo(), yet protect by Just van Rossum · 22 years ago
- e941617 Patch #724588: Check whether the address of hstrerror and inet_pton can by Martin v. Löwis · 22 years ago
- c16f3bd Patch #708495: Port more stuff to OpenVMS. by Martin v. Löwis · 22 years ago
- 0e85f9d Patch 731209: Restore socketmodule's behaviour with dotted quad addresses by Anthony Baxter · 22 years ago
- fccac2e Patch #725942: Always rename emulation functions. by Martin v. Löwis · 22 years ago
- 47dfa4a Patch by Jp Calderone: by Guido van Rossum · 22 years ago
- 2548c73 Implement IDNA (Internationalized Domain Names in Applications). by Martin v. Löwis · 22 years ago
- b9a0f91 Rename LONG_LONG to PY_LONG_LONG. Fixes #710285. by Martin v. Löwis · 22 years ago
- b76bdf8 The connect timeout code wasn't working on Windows. by Guido van Rossum · 22 years ago
- 1df9fdd socket_inet_aton(): ip_addr was left undefined before use in the by Tim Peters · 22 years ago
- 88f115b Ummm, try to get it right this time by Neal Norwitz · 22 years ago
- 10b214c Use configure to check for inet_aton. by Neal Norwitz · 22 years ago
- ad05cdf Addressing SF bug #643005, implement socket.inet_aton() using by Guido van Rossum · 22 years ago
- 8f24cdc SF patch #678257 by Geoff Talvola. by Guido van Rossum · 22 years ago
- fb8595d Patch #661760: Cygwin auto-import module patch by Jason Tishler · 22 years ago
- 34d3e2d OS/2 sockets do not support AF_UNIX, even though EMX headers define it by Andrew MacIntyre · 22 years ago
- cf8f47e Patch #650422: Use Posix AF_ constants instead of PF_ ones. by Martin v. Löwis · 22 years ago
- 9e43730 Don't include <ioctl.h> unless on __VMS. by Martin v. Löwis · 22 years ago
- 79acb9e Patch #614055: Support OpenVMS. by Martin v. Löwis · 22 years ago
- 39d22e5 Use O_NONBLOCK rather than O_NDELAY, so we get POSIX non-blocking I/O. by Neal Norwitz · 22 years ago
- 8eb92a0 Patch #608999: Fix portability problems with MIPSPro 7.x by Martin v. Löwis · 22 years ago
- 83a072d Update the module doc comment. by Guido van Rossum · 22 years ago
- 90128ba SF bug #592645 fix memory leak in socket.getaddrinfo by Neal Norwitz · 22 years ago
- 12e3c71 The other half of the patches added to SF patch 555085 by A I by Guido van Rossum · 22 years ago
- 22a9715 Clean up some docstrings. Some docstrings didn't show their return by Guido van Rossum · 22 years ago
- 5814187 internal_connect(): Windows. When sock_timeout > 0 and connect() yields by Tim Peters · 22 years ago
- fe51c6d Excise DL_EXPORT/DL_IMPORT from Modules/*. Required adding a prototype by Mark Hammond · 22 years ago
- ddc6f47 Pass length of result structure into setipaddr. Fixes bug #565747. by Martin v. Löwis · 22 years ago
- 825e47b Put checks for error returns in the right place. by Jeremy Hylton · 22 years ago
- c075e19 Extended socket.htonl and ntohl to accept longs. by Jeremy Hylton · 22 years ago
- 62b1ab1 Replace DL_IMPORT with PyMODINIT_FUNC and remove "/export:init..." link by Mark Hammond · 22 years ago
- ad65490 Bail out early from internal_select() when socket file descriptor by Guido van Rossum · 22 years ago
- a12b4cf A Python float is a C double; redeclare defaulttimeout as such; stops by Tim Peters · 22 years ago
- 1693ba8 Silence warning about getdefaulttimeout in PyMethodDef. by Guido van Rossum · 22 years ago
- 9d0c8ce Add default timeout functionality. This adds setdefaulttimeout() and by Guido van Rossum · 22 years ago
- 938ace6 staticforward bites the dust. by Jeremy Hylton · 22 years ago
- 84262fb Mac OS X Jaguar (developer preview) seems to have a working getaddrinfo(). by Jack Jansen · 22 years ago
- 14f8b4c Patch #568124: Add doc string macros. by Martin v. Löwis · 22 years ago
- 7b8bac1 Fix non-blocking connect() for Windows. Refactored the code by Guido van Rossum · 22 years ago
- 11ba094 Major overhaul of timeout sockets: by Guido van Rossum · 22 years ago
- 7aec4a2 work around name clash with OS/2 TCPIP routine sock_init() by Andrew MacIntyre · 22 years ago
- 1790e65 Move the conex_finally label up, so that the errno value is always returned. by Guido van Rossum · 22 years ago
- e8008f0 I decided to change the interaction between setblocking() and by Guido van Rossum · 22 years ago
- c4fcfa3 Major cleanup. Renamed static methods to avoid Py prefix. Other misc by Guido van Rossum · 22 years ago
- 3eede5a Whitespace normalization, folding long lines, uniform comment by Guido van Rossum · 22 years ago
- b9e916a Correct several blunders in the timeout code, mostly my own fault (for by Guido van Rossum · 22 years ago
- 67f7a38 SF patch 555085 (timeout socket implementation) by Michael Gilfix. by Guido van Rossum · 22 years ago
- c9a5577 The insint() function is not used. Nuke it. by Guido van Rossum · 22 years ago
- e1c478f The tp_new implementation should initialize the errorhandler field, by Guido van Rossum · 22 years ago
- 5de9842 Repair widespread misuse of _PyString_Resize. Since it's clear people by Tim Peters · 23 years ago
- aa769ae PyObject_Del can now be used as a function designator. by Neil Schemenauer · 23 years ago
- 8ab04b4 Got rid of ifdefs for long-obsolete GUSI versions. by Jack Jansen · 23 years ago
- 4baedc1 Use the PyModule_Add*() APIs instead of manipulating the module dict directly. by Fred Drake · 23 years ago
- 7e78acb Remove last occurrance of PyArg_GetInt. It is deprecated, by Neal Norwitz · 23 years ago
- 6d8898b Due to interaction between the MSL C library and the GUSI I/O library I can get reads from sockets to work consistently either for unbuffered binary files or for buffered binary files, but not for both:-( by Jack Jansen · 23 years ago
- ba43e87 OS/2 EMX port changes (Modules part of patch #450267): by Andrew MacIntyre · 23 years ago
- 272cb40 Patch #520062: Support IPv6 with VC.NET. by Martin v. Löwis · 23 years ago
- 643a7fc Moved the declaration of PySocketSock_Type from socketmodule.h to by Tim Peters · 23 years ago
- e6cc5b6 Remove extraneous variable 'total', as reported by James Rucker. by Martin v. Löwis · 23 years ago
- 976ade6 Also fix the comment. by Marc-André Lemburg · 23 years ago
- bb8b78b Fix the name of the header file. by Marc-André Lemburg · 23 years ago
- a5d2b4c Break SSL support out of _socket module and place it into a new by Marc-André Lemburg · 23 years ago
- 43b936d Patch #477750: Use METH_ constants in Modules. by Martin v. Löwis · 23 years ago
- cdc4451 Include <unistd.h> in Python.h. Fixes #500924. by Martin v. Löwis · 23 years ago
- 3cde2cb Add TCP socket options from glibc 2.2.4. Fixes #495680. 2.2.1 bugfix candidate. by Martin v. Löwis · 23 years ago
- 44ddbde Remove INET6 define. Use ENABLE_IPV6 instead. by Martin v. Löwis · 23 years ago
- 75cdad5 More sprintf -> PyOS_snprintf. by Tim Peters · 23 years ago
- 885d457 sprintf -> PyOS_snprintf in some "obviously safe" cases. by Tim Peters · 23 years ago
- 3072ecd Fix docstring typo by Andrew M. Kuchling · 23 years ago
- fba64e1 Test for negative buffer sizes. Fixes #482871. by Martin v. Löwis · 23 years ago
- 03f96bd Fixes to compile cPickle.c & socketmodule.c on cygwin and possibly by Michael W. Hudson · 23 years ago
- f0b11d2 Fix memory leaks detecting in bug report #478003. by Martin v. Löwis · 23 years ago
- 603c683 SF patch 473749 compile under OS/2 VA C++, from Michael Muller. by Tim Peters · 23 years ago
- 06b1d21 Correct getnameinfo refcounting and tuple parsing. Fixes #476648. by Martin v. Löwis · 23 years ago
- c32410a PySocketSock_connect_ex(): On Windows, return the correct Windows exit by Tim Peters · 23 years ago