GitWeb
Get Gentoo!
gentoo.org sites
gentoo.org
Wiki
Bugs
Forums
Packages
Planet
Archives
Sources
Infra Status
Home
Gentoo Repository
Repositories
Projects
Developer Overlays
User Overlays
Data
Websites
index
:
fork/cpython.git
3.6
3.7
3.8
3.9
backport-e35ca41-3.11
gentoo
gentoo-2.7-vanilla
main
master
Gentoo fork of Python
Python project <python@gentoo.org>
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Modules
/
socketmodule.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
on windows, r64214 broke compilation with some recent SDKs,
Amaury Forgeot d'Arc
2008-06-14
1
-2
/
+3
*
Restore support for Microsoft VC6 compiler.
Amaury Forgeot d'Arc
2008-06-13
1
-11
/
+15
*
Issue #1646: Make socket support TIPC. The socket module now has support
Christian Heimes
2008-01-07
1
-0
/
+4
*
Added interface to Windows' WSAIoctl and a simple example for a network sniffer.
Christian Heimes
2008-01-04
1
-0
/
+1
*
Modified PyImport_Import and PyImport_ImportModule to always use absolute imp...
Christian Heimes
2008-01-03
1
-1
/
+1
*
Patch #1432399: Add HCI sockets.
Martin v. Löwis
2007-02-14
1
-0
/
+2
*
Patch #1544279: Improve thread-safety of the socket module by moving
Martin v. Löwis
2006-12-03
1
-1
/
+0
*
Get socketmodule to build after adding netlink support.
Neal Norwitz
2006-01-16
1
-0
/
+3
*
Patch #1103116: AF_NETLINK sockets basic support.
Martin v. Löwis
2006-01-14
1
-0
/
+9
*
- Changes donated by Elemental Security to make it work on AIX 5.3
Guido van Rossum
2005-09-14
1
-18
/
+21
*
Make socket.sslerror a subclass of socket.error .
Brett Cannon
2004-03-23
1
-0
/
+1
*
Add FreeBSD support for bluetooth sockets. (SF Patch #888148)
Hye-Shik Chang
2004-02-02
1
-0
/
+4
*
Patch #874083: Bluetooth support for socket module.
Martin v. Löwis
2004-01-31
1
-0
/
+12
*
Patch #708495: Port more stuff to OpenVMS.
Martin v. Löwis
2003-05-03
1
-1
/
+5
*
Major overhaul of timeout sockets:
Guido van Rossum
2002-06-13
1
-3
/
+2
*
Repair a comment.
Guido van Rossum
2002-06-07
1
-1
/
+1
*
SF patch 555085 (timeout socket implementation) by Michael Gilfix.
Guido van Rossum
2002-06-06
1
-0
/
+3
*
Patch #520062: Support IPv6 with VC.NET.
Martin v. Löwis
2002-03-01
1
-0
/
+10
*
Add documentation about how the inter-module linking works.
Marc-André Lemburg
2002-02-25
1
-1
/
+54
*
Moved the declaration of PySocketSock_Type from socketmodule.h to
Tim Peters
2002-02-17
1
-7
/
+0
*
For readability, switch to tab indents; was using a mix of tab indents,
Tim Peters
2002-02-17
1
-35
/
+35
*
Break SSL support out of _socket module and place it into a new
Marc-André Lemburg
2002-02-16
1
-0
/
+159