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
*
make _socket.socket weakrefable (closes #22569)
Benjamin Peterson
2014-10-06
1
-1/+4
*
Fix repr(_socket.socket) on Windows 64-bit: don't fail with OverflowError
Victor Stinner
2014-07-26
1
-2/+9
*
socketmodule.c: backport INVALID_SOCKET from Python 3.5 to simplify the code
Victor Stinner
2014-07-26
1
-14/+5
*
remove overly strict assertion (closes #20251)
Benjamin Peterson
2014-01-14
1
-1/+0
*
complain when nbytes > buflen to fix possible buffer overflow (closes #20246)
Benjamin Peterson
2014-01-14
1
-0/+4
*
Ensure that the fix for #17269 also works on OSX 10.4
Ronald Oussoren
2013-06-10
1
-1/+1
*
Issue #17269: Workaround for a platform bug in getaddrinfo on OSX
Ronald Oussoren
2013-05-24
1
-0/+9
*
issue #9090 : Take the same approach for socketmodule as daytimemodule
Kristján Valur Jónsson
2013-03-19
1
-23/+4
*
issue #9090 : Limit the fix to windows since getting a portable simple
Kristján Valur Jónsson
2013-03-19
1
-1/+20
*
Issue #9090 : Error code 10035 calling socket.recv() on a socket with a timeout
Kristján Valur Jónsson
2013-03-19
1
-15/+89
*
Issue #15989: Fix several occurrences of integer overflow
Serhiy Storchaka
2013-01-19
1
-3/+3
*
#8853: Allow port to be of type long for socket.getaddrinfo()
Petri Lehtinen
2012-12-20
1
-3/+7
*
Modules/socketmodule.c: netdb_lock: define static.
Matthias Klose
2012-08-14
1
-1/+1
*
Remove useless test (flowinfo is unsigned).
Charles-François Natali
2012-06-23
1
-2/+2
*
Issue #9975: socket: Fix incorrect use of flowinfo and scope_id. Patch by
Charles-François Natali
2012-01-02
1
-8/+21
*
Issue #12287: Fix a stack corruption in ossaudiodev module when the FD is
Charles-François Natali
2011-08-28
1
-8/+4
*
#12725: fix working. Patch by Ben Hayden.
Ezio Melotti
2011-08-14
1
-3/+3
*
Issue #8498: In socket.accept(), allow to specify 0 as a backlog value in
Antoine Pitrou
2011-05-10
1
-4/+7
*
#10169: Fix argument parsing in socket.sendto() to avoid error masking.
Ezio Melotti
2011-05-07
1
-5/+15
*
#11565: Fix several typos. Patch by Piotr Kasprzyk.
Ezio Melotti
2011-03-16
1
-8/+8
*
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
-23/+25
*
Untabify C files. Will watch buildbots.
Antoine Pitrou
2010-05-09
1
-3117/+3117
*
Remove an unneeded variable assignment.
Brett Cannon
2010-05-04
1
-1/+0
*
Issue #7834: Fix connect() of Bluetooth L2CAP sockets with recent versions
Antoine Pitrou
2010-04-29
1
-0/+1
*
Issue #8235: _socket: Add the constant ``SO_SETFIB``. SO_SETFIB is
Larry Hastings
2010-04-02
1
-0/+3
*
Backported PyCapsule from 3.1, and converted most uses of
Larry Hastings
2010-03-25
1
-1/+1
*
Issue #8104: socket.recv_into() and socket.recvfrom_into() now support
Antoine Pitrou
2010-03-17
1
-17/+29
*
Issue #4772: Raise a ValueError when an unknown Bluetooth protocol is
Antoine Pitrou
2010-02-04
1
-1/+5
*
http://bugs.python.org/issue6971
Kristján Valur Jónsson
2009-09-25
1
-15/+39
*
#6944: the argument to PyArg_ParseTuple should be a tuple, otherwise a System...
Georg Brandl
2009-09-19
1
-5/+8
*
Fix issue1628205: Socket file objects returned by socket.socket.makefile() now
Gregory P. Smith
2009-08-13
1
-1/+14
*
Apply patch for netbsd multiprocessing support
Jesse Noller
2009-03-31
1
-1/+1
*
Issue #1008086: Fixes socket.inet_aton() to always return 4 bytes even
Gregory P. Smith
2009-02-11
1
-2/+8
*
- Issue #5104: The socket module now raises OverflowError when 16-bit port and
Gregory P. Smith
2009-01-31
1
-3/+27
*
Fix issue 4884, preventing a crash in the socket code when python is compiled
Jeffrey Yasskin
2009-01-09
1
-1/+5
*
Issue #3139: Make buffer-interface thread-safe wrt. PyArg_ParseTuple,
Martin v. Löwis
2008-08-12
1
-10/+32
*
Restore support for Microsoft VC6 compiler.
Amaury Forgeot d'Arc
2008-06-13
1
-2/+2
*
This reverts r63675 based on the discussion in this thread:
Gregory P. Smith
2008-06-09
1
-30/+30
*
Renamed PyString to PyBytes
Christian Heimes
2008-05-26
1
-30/+30
*
Repair compilation for Visual Studio 2005.
Amaury Forgeot d'Arc
2008-03-28
1
-0/+4
*
Remove all traces of HAVE_STRERROR.
Brett Cannon
2008-03-18
1
-6/+1
*
patch 1754489 by vlahan:
Armin Rigo
2008-01-23
1
-2/+2
*
Patch #1019808 from Federico Schwindt: Return correct socket error when
Andrew M. Kuchling
2008-01-19
1
-9/+16
*
Make Modules/socketobject.c compile for Windows again.
Thomas Heller
2008-01-13
1
-4/+7
*
Removed unused variable
Christian Heimes
2008-01-11
1
-1/+1
*
Guard definition of TIPC_SUB_CANCEL with an #ifdef.
Georg Brandl
2008-01-11
1
-1/+4
*
Comment-out missing constant (from rev 59819)
Raymond Hettinger
2008-01-11
1
-1/+1
[next]