summaryrefslogtreecommitdiffstats
path: root/Modules/socketmodule.c
Commit message (Expand)AuthorAgeFilesLines
* Merged revisions 74426 via svnmerge fromJean-Paul Calderone2010-05-231-1/+14
* Recorded merge of revisions 81029 via svnmerge fromAntoine Pitrou2010-05-091-3051/+3051
* Merged revisions 80610 via svnmerge fromAntoine Pitrou2010-04-291-0/+1
* Merged revisions 77970 via svnmerge fromAntoine Pitrou2010-02-041-1/+5
* Merged revisions 69519 via svnmerge fromGregory P. Smith2009-11-011-2/+8
* Merged revisions 74943 via svnmerge fromGeorg Brandl2009-09-191-5/+8
* Merged revisions 70849 via svnmerge fromJesse Noller2009-03-311-1/+1
* Merged revisions 68292,68344,68361,68378,68424,68426,68429-68430,68450,68457,...Georg Brandl2009-01-141-1/+5
* Issue #3139: Make buffer-interface thread-safe wrt. PyArg_ParseTuple,Martin v. Löwis2008-08-121-10/+32
* Restore support for Microsoft VC6 compiler.Amaury Forgeot d'Arc2008-06-131-2/+2
* This reverts r63675 based on the discussion in this thread:Gregory P. Smith2008-06-091-30/+30
* Renamed PyString to PyBytesChristian Heimes2008-05-261-30/+30
* Repair compilation for Visual Studio 2005.Amaury Forgeot d'Arc2008-03-281-0/+4
* Remove all traces of HAVE_STRERROR.Brett Cannon2008-03-181-6/+1
* patch 1754489 by vlahan:Armin Rigo2008-01-231-2/+2
* Patch #1019808 from Federico Schwindt: Return correct socket error whenAndrew M. Kuchling2008-01-191-9/+16
* Make Modules/socketobject.c compile for Windows again.Thomas Heller2008-01-131-4/+7
* Removed unused variableChristian Heimes2008-01-111-1/+1
* Guard definition of TIPC_SUB_CANCEL with an #ifdef.Georg Brandl2008-01-111-1/+4
* Comment-out missing constant (from rev 59819)Raymond Hettinger2008-01-111-1/+1
* Issue #1646: Make socket support TIPC. The socket module now has supportChristian Heimes2008-01-071-1/+153
* Added interface to Windows' WSAIoctl and a simple example for a network sniffer.Christian Heimes2008-01-041-1/+42
* #1629: Renamed Py_Size, Py_Type and Py_Refcnt to Py_SIZE, Py_TYPE and Py_REFC...Christian Heimes2007-12-191-8/+8
* Issue #1645 by Alberto Bertogli. Fix a comment.Guido van Rossum2007-12-181-6/+6
* Backport of the PCbuild9 directory from the py3k branch.Christian Heimes2007-11-221-0/+4
* A patch from issue 1378 by roudkerk:Guido van Rossum2007-11-161-81/+5
* Change socket.error to inherit from IOError rather than being a standGregory P. Smith2007-09-091-1/+2
* PEP 3123: Provide forward compatibility with Python 3.0, while keepingMartin v. Löwis2007-07-211-10/+9
* Fix build on FreeBSD. Bluetooth HCI API in FreeBSD is quite differentHye-Shik Chang2007-06-051-2/+5
* Fix method names. Will backport.Neal Norwitz2007-03-311-3/+4
* Bug 1688393. Adds a control of negative values inFacundo Batista2007-03-281-2/+8
* Update 1432399 to removal of _BT_SOCKADDR_MEMB.Martin v. Löwis2007-02-141-2/+1
* Patch #1432399: Add HCI sockets.Martin v. Löwis2007-02-141-0/+34
* Patch #1657276: Make NETLINK_DNRTMSG conditional.Martin v. Löwis2007-02-131-0/+2
* Patch #1635058 by Mark Roberts: ensure that htonl and friends never accept orGuido van Rossum2007-01-141-4/+24
* Comment typoAndrew M. Kuchling2006-12-191-1/+1
* Patch #1544279: Improve thread-safety of the socket module by movingMartin v. Löwis2006-12-031-52/+45
* Patch #1511317: don't crash on invalid hostname infoGeorg Brandl2006-08-141-11/+14
* Patch #1519025 and bug #926423: If a KeyboardInterrupt occurs duringNeal Norwitz2006-08-021-18/+36
* Fix spelling.Georg Brandl2006-07-281-1/+1
* Allow socketmodule to compile on NetBSD -current, whose bluetooth APIMatt Fleming2006-07-281-0/+8
* #1494314: Fix a regression with high-numbered sockets in 2.4.3. ThisAnthony Baxter2006-07-111-16/+44
* Patch #1516912: improve Modules support for OpenVMS.Neal Norwitz2006-07-101-49/+43
* Patch #1495999: Part two of Windows CE changes.Martin v. Löwis2006-06-101-2/+6
* Fix a refleak in recvfrom_intoNeal Norwitz2006-06-081-1/+1
* Remove unused variable (and stop compiler warning)Neal Norwitz2006-06-061-1/+0
* Fixes in struct and socket from merge reviews.Martin Blais2006-06-041-35/+38
* Simplify further by using AddStringConstantNeal Norwitz2006-05-301-4/+2
* Make use of METH_O and METH_NOARGS where possible.Georg Brandl2006-05-291-5/+3
* Fix refleak in socketmodule. Replace bogus Py_BuildValue calls.Georg Brandl2006-05-291-3/+5