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
*
If MS_WIN64 is defined, MS_WINDOWS is also defined: #ifdef can be simplified.
Victor Stinner
2013-06-24
1
-4/+4
*
Issue #9566: recv(), recvfrom(), send(), sendall() and sendto() methods
Victor Stinner
2013-06-24
1
-5/+32
*
Issue #18259: Declare sethostname in socketmodule.c for AIX
Christian Heimes
2013-06-19
1
-0/+5
|
\
|
*
Issue #18259: Declare sethostname in socketmodule.c for AIX
Christian Heimes
2013-06-19
1
-0/+5
*
|
(3.3->default) Ensure that the fix for #17269 also works on OSX 10.4
Ronald Oussoren
2013-06-10
1
-1/+1
|
\
\
|
|
/
|
*
Ensure that the fix for #17269 also works on OSX 10.4
Ronald Oussoren
2013-06-10
1
-1/+1
*
|
Reuse Py_MIN and Py_MAX macros: remove duplicate MIN/MAX macros
Victor Stinner
2013-06-04
1
-5/+2
*
|
(Merge 3.3) Close #18109: os.uname() now decodes fields from the locale
Victor Stinner
2013-06-03
1
-8/+8
|
\
\
|
|
/
|
*
Close #18109: os.uname() now decodes fields from the locale encoding, and
Victor Stinner
2013-06-03
1
-8/+8
*
|
(3.3->default) Issue #17269: Workaround for a platform bug in getaddrinfo on OSX
Ronald Oussoren
2013-05-24
1
-0/+9
|
\
\
|
|
/
|
*
Issue #17269: Workaround for a platform bug in getaddrinfo on OSX
Ronald Oussoren
2013-05-24
1
-0/+9
*
|
Fix issue #17996: expose socket.AF_LINK constant on BSD and OSX.
Giampaolo Rodola'
2013-05-21
1
-0/+3
*
|
Backed out changeset c0f2b038fc12
Charles-François Natali
2013-05-21
1
-1/+1
*
|
Issue #17683: socket module: return AF_UNIX addresses in Linux abstract
Charles-François Natali
2013-05-21
1
-1/+1
*
|
Issue #17917: Use PyModule_AddIntMacro() instead of PyModule_AddIntConstant()
Charles-Francois Natali
2013-05-20
1
-329/+321
*
|
merge 3.3
Benjamin Peterson
2013-05-16
1
-1/+2
|
\
\
|
|
/
|
*
C89 declaration compliance
Benjamin Peterson
2013-05-16
1
-1/+2
*
|
Merge with 3.3, issue #17047: remove doubled words added in 3.3,
Terry Jan Reedy
2013-03-11
1
-1/+1
|
\
\
|
|
/
|
*
Issue #17047: remove doubled words added in 3.3
Terry Jan Reedy
2013-03-11
1
-1/+1
|
*
Issue #17173: Remove uses of locale-dependent C functions (isalpha() etc.) in...
Antoine Pitrou
2013-02-09
1
-1/+1
|
|
\
|
|
*
Issue #17173: Remove uses of locale-dependent C functions (isalpha() etc.) in...
Antoine Pitrou
2013-02-09
1
-1/+1
|
*
|
Issue #15989: Fix several occurrences of integer overflow
Serhiy Storchaka
2013-01-19
1
-3/+3
|
|
\
\
|
|
|
/
|
|
*
Issue #15989: Fix several occurrences of integer overflow
Serhiy Storchaka
2013-01-19
1
-3/+3
*
|
|
Issue #15359: Add CAN_BCM protocol support to the socket module. Patch by Brian
Charles-François Natali
2013-02-05
1
-0/+17
*
|
|
Issue #15989: Fix several occurrences of integer overflow
Serhiy Storchaka
2013-01-14
1
-3/+3
*
|
|
Issue #16717: get rid of socket.error, replace with OSError
Andrew Svetlov
2012-12-18
1
-1/+1
*
|
|
expose TCP_FASTOPEN and MSG_FASTOPEN
Benjamin Peterson
2012-12-13
1
-1/+6
*
|
|
#16135: Removal of OS/2 support (Modules/*)
Jesus Cea
2012-10-05
1
-94/+3
|
/
/
*
|
Make sure that *really* no more than sizeof(ifr.ifr_name) chars are strcpy-ed...
Christian Heimes
2012-09-09
1
-1/+2
*
|
Merge 3.2 to default
Andrew Svetlov
2012-08-14
1
-1/+1
|
\
\
|
|
/
|
*
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
|
\
\
|
|
/
|
*
Remove useless test (flowinfo is unsigned).
Charles-François Natali
2012-06-23
1
-2/+2
*
|
Issue #14310: inter-process socket duplication for windows
Kristján Valur Jónsson
2012-04-07
1
-7/+66
*
|
Issue #14300: Under Windows, sockets created using socket.dup() now allow ove...
Antoine Pitrou
2012-03-31
1
-1/+1
*
|
Fix warning when compiling socketmodule.c with VS2010
Kristján Valur Jónsson
2012-03-31
1
-0/+1
*
|
Issue #10951: Fix warnings in the socket module.
Ross Lagerwall
2012-03-06
1
-4/+4
*
|
Issue #13777: Add PF_SYSTEM sockets on OS X.
Martin v. Löwis
2012-02-03
1
-0/+107
*
|
Issue #9975: socket: Fix incorrect use of flowinfo and scope_id. Patch by
Charles-François Natali
2012-01-02
1
-8/+21
|
\
\
|
|
/
|
*
Issue #9975: socket: Fix incorrect use of flowinfo and scope_id. Patch by
Charles-François Natali
2012-01-02
1
-8/+21
*
|
Issue #8623: Fix some strict-aliasing warnings. Patch by David Watson.
Charles-François Natali
2011-12-23
1
-16/+9
*
|
Issue #12809: Expose IP_TRANSPARENT in the socket module. Patch by Michael
Charles-François Natali
2011-12-17
1
-0/+3
*
|
Issue #13560: os.strerror() now uses the current locale encoding instead of U...
Victor Stinner
2011-12-17
1
-3/+2
*
|
Issue #8373: The filesystem path of AF_UNIX sockets now uses the filesystem
Antoine Pitrou
2011-12-16
1
-6/+19
*
|
Use the new Unicode API
Victor Stinner
2011-11-22
1
-1/+1
*
|
socket_gethostname() uses a wchar_t* with PyMem_Malloc() to avoid the
Victor Stinner
2011-11-17
1
-16/+26
*
|
Issue #7777: socket: Add Reliable Datagram Sockets (PF_RDS) support.
Charles-François Natali
2011-11-10
1
-0/+77
*
|
Issue #12619: Expose socket.SO_BINDTODEVICE constant
Victor Stinner
2011-10-25
1
-0/+3
*
|
Rename _Py_identifier to _Py_IDENTIFIER.
Martin v. Löwis
2011-10-14
1
-1/+1
*
|
PEP 3151 / issue #12555: reworking the OS and IO exception hierarchy.
Antoine Pitrou
2011-10-12
1
-60/+56
[next]