Commits
User selector
Commit History
Commits on Oct 10, 2006
Backport 50567
Show description for 3d62ffecommitted
Commits on Oct 8, 2006
Port of universal binary support for Mac OSX from python 2.5. This takes away
Show description for 392cafbcommitted
Commits on Sep 27, 2006
[Backport of rev. 42093 by neal.norwitz]
Show description for e703122committed
Commits on Aug 13, 2006
Backport a patch applied to trunk that allows Python to compile with
Show description for 4290367committed
Matt Fleming
Commits on Apr 15, 2006
Patch #1191065: Fix preprocessor problems on systems where recvfrom
Show description for 41a1a9ecommitted
Commits on Apr 12, 2006
Commits on Apr 1, 2006
Bug #1460564: document that socket.fromfd() duplicates the given
Show description for a7993a7committed
Commits on Feb 20, 2006
Bug #854823: socketmodule now builds on Sun platforms even when
Show description for 2fc63f7committed
Commits on Feb 12, 2006
Backport r42314 which fixed Windows breakage when checking that socket
Show description for 3273cb5committed
Commits on Sep 14, 2005
- Changes donated by Elemental Security to make it work on AIX 5.3
Show description for e2f5adbcommitted
Commits on Aug 26, 2005
Commits on Nov 7, 2004
Fix apparently trivial buffer overflow (SF bug 1060396).
Show description for 80961f3committed
Commits on Oct 14, 2004
Just remove the #include of signal.h. That it was C++-commented out
Show description for 3079391committed
Michael W. Hudson- committed
Commits on Oct 13, 2004
Patch #975056 - fixes for restartable signals on *BSD. In addition,
Show description for 9ceaa72committed
Commits on Sep 28, 2004
Silence a compiler warning by supplying the correct argument type to
Show description for 87de0cacommitted
Commits on Sep 13, 2004
- committed
Trent Mick
Commits on Sep 7, 2004
Commits on Aug 26, 2004
- committed
Dave Cole
Commits on Aug 25, 2004
Back out 1.289, which breaks platforms needing addrinfo.h, and
Show description for b92b7edcommitted
Commits on Aug 23, 2004
Updated the socketpair() docstring and documentation to explain that the
Show description for 07fda7ecommitted
Dave ColeRemoved unnecessary calls to signal() to ignore SIGPIPE. SIGPIPE is ignored
Show description for 0fc8575committed
Dave Cole
Commits on Aug 9, 2004
Bug #1001857: socketmodule does not build under cygwin
Show description for c246cb7committed- committed
Dave Cole
Commits on Aug 3, 2004
- committed
Fix [ 1001018 ]: Windows: setdefaulttimeout causes unnecessary timeouts on
Show description for a57ec93committed
Commits on Jul 19, 2004
Commits on Jul 10, 2004
Commits on Jul 7, 2004
- committed
Andrew MacIntyre
Commits on Jun 28, 2004
Added socket.getservbyport(), and make its second argument and that of
Show description for 11b91a0committed
Commits on Jun 3, 2004
Patch #929192: Improvements to bluetooth support.
Show description for 558d9bfcommitted
Commits on Jun 2, 2004
Patch #924294: Do not check for AF_INET6 if it is not defined.
Show description for 04697e8committed
Commits on May 26, 2004
Band-aid type fix for
Show description for 76b8cc8committed
Michael W. Hudson