index
:
delta/cpython.git
2.0
2.1
2.2
2.3
2.4
2.5
2.6
2.7
3.0
3.1
3.2
3.3
3.4
3.5
3.6
baserock/2.7.9-mips64
baserock/markdoffman/py2-symlink
baserock/markdoffman/py2-symlink-v2
baserock/morph-2.7
legacy-trunk
master
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Modules
/
socketmodule.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Issue #10272: The ssl module now raises socket.timeout instead of a generic
Antoine Pitrou
2010-12-03
1
-0
/
+1
*
Issue #4835: make PyLong_FromSocket_t() and PyLong_AsSocket_t() private
Antoine Pitrou
2010-08-28
1
-0
/
+8
*
Recorded merge of revisions 81029 via svnmerge from
Antoine Pitrou
2010-05-09
1
-42
/
+42
*
fix typo in c++ ifdef
Benjamin Peterson
2009-08-12
1
-1
/
+1
*
turn this into a macro
Benjamin Peterson
2009-05-06
1
-31
/
+2
*
add a replacement API for PyCObject, PyCapsule #5630
Benjamin Peterson
2009-05-05
1
-41
/
+4
*
Merged revisions 64267-64272 via svnmerge from
Martin v. Löwis
2008-06-14
1
-2
/
+3
*
Merged revisions 64214 via svnmerge from
Amaury Forgeot d'Arc
2008-06-13
1
-12
/
+15
*
Copied doc for reload() from trunk's function.rst to imp.rst
Christian Heimes
2008-01-07
1
-0
/
+4
*
Merged revisions 59703-59773 via svnmerge from
Christian Heimes
2008-01-06
1
-0
/
+1
*
Some VS 6.0 compatibility fixes from Hirokazu Yamamoto which are also useful ...
Christian Heimes
2008-01-04
1
-0
/
+1
*
Merged revisions 59666-59679 via svnmerge from
Christian Heimes
2008-01-03
1
-1
/
+1
*
Marc-Andre Lemburg has found the culprit of the problem in r57142.
Christian Heimes
2007-11-30
1
-1
/
+1
*
Remove support for BeOS
Skip Montanaro
2007-08-17
1
-1
/
+1
*
Merged revisions 53623-53858 via svnmerge from
Thomas Wouters
2007-02-23
1
-0
/
+2
*
Four months of trunk changes (including a few releases...)
Thomas Wouters
2006-12-13
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