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
...
|
*
Issue #1645 by Alberto Bertogli. Fix a comment.
Guido van Rossum
2007-12-18
1
-6/+6
|
*
Backport of the PCbuild9 directory from the py3k branch.
Christian Heimes
2007-11-22
1
-0/+4
|
*
A patch from issue 1378 by roudkerk:
Guido van Rossum
2007-11-16
1
-81/+5
|
*
Change socket.error to inherit from IOError rather than being a stand
Gregory P. Smith
2007-09-09
1
-1/+2
|
*
PEP 3123: Provide forward compatibility with Python 3.0, while keeping
Martin v. Löwis
2007-07-21
1
-10/+9
|
*
Fix build on FreeBSD. Bluetooth HCI API in FreeBSD is quite different
Hye-Shik Chang
2007-06-05
1
-2/+5
|
*
Fix method names. Will backport.
Neal Norwitz
2007-03-31
1
-3/+4
|
*
Bug 1688393. Adds a control of negative values in
Facundo Batista
2007-03-28
1
-2/+8
|
*
Update 1432399 to removal of _BT_SOCKADDR_MEMB.
Martin v. Löwis
2007-02-14
1
-2/+1
|
*
Patch #1432399: Add HCI sockets.
Martin v. Löwis
2007-02-14
1
-0/+34
|
*
Patch #1657276: Make NETLINK_DNRTMSG conditional.
Martin v. Löwis
2007-02-13
1
-0/+2
|
*
Patch #1635058 by Mark Roberts: ensure that htonl and friends never accept or
Guido van Rossum
2007-01-14
1
-4/+24
|
*
Comment typo
Andrew M. Kuchling
2006-12-19
1
-1/+1
|
*
Patch #1544279: Improve thread-safety of the socket module by moving
Martin v. Löwis
2006-12-03
1
-52/+45
|
*
Patch #1511317: don't crash on invalid hostname info
Georg Brandl
2006-08-14
1
-11/+14
|
*
Patch #1519025 and bug #926423: If a KeyboardInterrupt occurs during
Neal Norwitz
2006-08-02
1
-18/+36
|
*
Fix spelling.
Georg Brandl
2006-07-28
1
-1/+1
|
*
Allow socketmodule to compile on NetBSD -current, whose bluetooth API
Matt Fleming
2006-07-28
1
-0/+8
|
*
#1494314: Fix a regression with high-numbered sockets in 2.4.3. This
Anthony Baxter
2006-07-11
1
-16/+44
|
*
Patch #1516912: improve Modules support for OpenVMS.
Neal Norwitz
2006-07-10
1
-49/+43
|
*
Patch #1495999: Part two of Windows CE changes.
Martin v. Löwis
2006-06-10
1
-2/+6
|
*
Fix a refleak in recvfrom_into
Neal Norwitz
2006-06-08
1
-1/+1
|
*
Remove unused variable (and stop compiler warning)
Neal Norwitz
2006-06-06
1
-1/+0
|
*
Fixes in struct and socket from merge reviews.
Martin Blais
2006-06-04
1
-35/+38
|
*
Simplify further by using AddStringConstant
Neal Norwitz
2006-05-30
1
-4/+2
|
*
Make use of METH_O and METH_NOARGS where possible.
Georg Brandl
2006-05-29
1
-5/+3
|
*
Fix refleak in socketmodule. Replace bogus Py_BuildValue calls.
Georg Brandl
2006-05-29
1
-3/+5
|
*
Support for buffer protocol for socket and struct.
Martin Blais
2006-05-26
1
-136/+316
|
*
Fix SF bug #1476111: SystemError in socket sendto. The AF_INET6 and
Thomas Wouters
2006-04-25
1
-0/+16
|
*
Patch 1471925 - Weak linking support for OSX
Ronald Oussoren
2006-04-23
1
-2/+34
|
*
SF Patch #1062014: AF_UNIX sockets under Linux have a special
Armin Rigo
2006-04-19
1
-6/+31
|
*
Patch #1191065: Fix preprocessor problems on systems where recvfrom
Martin v. Löwis
2006-04-15
1
-6/+8
|
*
Off-by-one buffer overflow error.
Armin Rigo
2006-04-12
1
-1/+1
|
*
Patch #1462080: Conditionalize some NETLINK defines.
Martin v. Löwis
2006-04-06
1
-0/+11
|
*
Bug #1460564: document that socket.fromfd() duplicates the given
Georg Brandl
2006-04-01
1
-2/+3
|
*
RFE #567972: Socket objects' family, type and proto properties are
Georg Brandl
2006-03-17
1
-1/+10
*
|
Issue #5421: Fix misleading error message when one of socket.sendto()'s
Antoine Pitrou
2011-03-17
1
-6/+17
*
|
#11565: Fix several typos. Patch by Piotr Kasprzyk.
Ezio Melotti
2011-03-16
1
-6/+6
*
|
Merged revisions 85868 via svnmerge from
Antoine Pitrou
2010-10-27
1
-12/+28
*
|
Merged revisions 85586-85587,85596-85598 via svnmerge from
Gregory P. Smith
2010-10-17
1
-2/+25
*
|
Merged revisions 85404 via svnmerge from
Gregory P. Smith
2010-10-13
1
-1/+1
*
|
Merged revisions 85032 via svnmerge from
Antoine Pitrou
2010-09-27
1
-13/+28
*
|
Merged revisions 84450 via svnmerge from
Daniel Stutzbach
2010-09-03
1
-8/+5
*
|
Merged revisions 84146-84147,84150 via svnmerge from
Antoine Pitrou
2010-08-17
1
-30/+33
*
|
Recorded merge of revisions 81032 via svnmerge from
Antoine Pitrou
2010-05-09
1
-3003/+3003
*
|
Merged revisions 80612 via svnmerge from
Antoine Pitrou
2010-04-29
1
-0/+1
*
|
Merged revisions 77972 via svnmerge from
Antoine Pitrou
2010-02-04
1
-1/+5
*
|
Merged revisions 75231 via svnmerge from
Benjamin Peterson
2009-10-04
1
-5/+8
*
|
turn this into a macro
Benjamin Peterson
2009-05-06
1
-8/+0
*
|
add a replacement API for PyCObject, PyCapsule #5630
Benjamin Peterson
2009-05-05
1
-1/+9
[prev]
[next]