COMMITS
/ Modules/socketmodule.c July 2, 2002
J
Mac OS X Jaguar (developer preview) seems to have a working getaddrinfo().
Jack Jansen committed
June 13, 2002
M
Patch #568124: Add doc string macros.
Martin v. Löwis committed
G
Fix non-blocking connect() for Windows. Refactored the code
Guido van Rossum committed
G
Major overhaul of timeout sockets:
Guido van Rossum committed
A
work around name clash with OS/2 TCPIP routine sock_init()
Andrew MacIntyre committed
June 7, 2002
G
Move the conex_finally label up, so that the errno value is always
Guido van Rossum committed
G
I decided to change the interaction between setblocking() and
Guido van Rossum committed
G
Major cleanup. Renamed static methods to avoid Py prefix. Other misc
Guido van Rossum committed
G
Whitespace normalization, folding long lines, uniform comment
Guido van Rossum committed
G
Correct several blunders in the timeout code, mostly my own fault (for
Guido van Rossum committed
June 6, 2002
G
SF patch 555085 (timeout socket implementation) by Michael Gilfix.
Guido van Rossum committed
G
The insint() function is not used. Nuke it.
Guido van Rossum committed
G
The tp_new implementation should initialize the errorhandler field,
Guido van Rossum committed
April 27, 2002
T
Repair widespread misuse of _PyString_Resize. Since it's clear people
Tim Peters committed
April 12, 2002
N
PyObject_Del can now be used as a function designator.
Neil Schemenauer committed
April 11, 2002
J
Got rid of ifdefs for long-obsolete GUSI versions.
Jack Jansen committed
April 1, 2002
F
Use the PyModule_Add*() APIs instead of manipulating the module dict
Fred Drake committed
March 25, 2002
N
Remove last occurrance of PyArg_GetInt. It is deprecated,
Neal Norwitz committed
March 3, 2002
A
OS/2 EMX port changes (Modules part of patch #450267):
Andrew MacIntyre committed
March 1, 2002
M
Patch #520062: Support IPv6 with VC.NET.
Martin v. Löwis committed
February 17, 2002
T
Moved the declaration of PySocketSock_Type from socketmodule.h to
Tim Peters committed
February 16, 2002
M
Remove extraneous variable 'total', as reported by James Rucker.
Martin v. Löwis committed
M
Also fix the comment.
Marc-André Lemburg committed
M
Fix the name of the header file.
Marc-André Lemburg committed
M
Break SSL support out of _socket module and place it into a new
Marc-André Lemburg committed
January 17, 2002
M
Patch #477750: Use METH_ constants in Modules.
Martin v. Löwis committed
January 12, 2002
M
Include <unistd.h> in Python.h. Fixes #500924.
Martin v. Löwis committed
December 22, 2001
M
Add TCP socket options from glibc 2.2.4. Fixes #495680.
Martin v. Löwis committed
December 2, 2001
M
Remove INET6 define. Use ENABLE_IPV6 instead.
Martin v. Löwis committed
November 28, 2001
T
More sprintf -> PyOS_snprintf.
Tim Peters committed
T
sprintf -> PyOS_snprintf in some "obviously safe" cases.
Tim Peters committed
A
Fix docstring typo
Andrew M. Kuchling committed
November 19, 2001
M
Test for negative buffer sizes. Fixes #482871.
Martin v. Löwis committed
November 9, 2001
M
Fixes to compile cPickle.c & socketmodule.c on cygwin and possibly
Michael W. Hudson committed
November 7, 2001
M
Fix memory leaks detecting in bug report #478003.
Martin v. Löwis committed
November 5, 2001
T
SF patch 473749 compile under OS/2 VA C++, from Michael Muller.
Tim Peters committed
November 2, 2001
M
Correct getnameinfo refcounting and tuple parsing. Fixes #476648.
Martin v. Löwis committed
October 30, 2001
T
PySocketSock_connect_ex(): On Windows, return the correct Windows exit
Tim Peters committed
October 28, 2001
G
Oops. In the tp_name field, the name should be "_socket.socket", not
Guido van Rossum committed
October 27, 2001
G
Made SocketType and socket the same thing: a subclassable type whose
Guido van Rossum committed
October 26, 2001
G
Add sendall() method, which loops until all data is written or an
Guido van Rossum committed
October 25, 2001
M
After discussion with itojun, it was clarified that Tru64 is in error,
Martin v. Löwis committed
October 24, 2001
G
SF patch #474590 -- RISC OS support
Guido van Rossum committed
M
Fix typo. Thanks to Jack Jansen for spotting it.
Martin v. Löwis committed
M
Include netdb.h to detect getaddrinfo. Work around problem with getaddrinfo
Martin v. Löwis committed
October 19, 2001
G
(Hopefully) fix SF bug #472675: CVS socketmodule now doesn't compile
Guido van Rossum committed
October 18, 2001
J
Expose three OpenSSL API calls for dealing with the PRNG.
Jeremy Hylton committed
October 15, 2001
G
Fix a bunch of warnings reported by Skip.
Guido van Rossum committed
October 13, 2001
M
Test for __sun instead of __sun__, since SUNWspro only defines the latter;
Martin v. Löwis committed