| Commit message (Expand) | Author | Age | Files | Lines |
* | PyObject_Del can now be used as a function designator. | Neil Schemenauer | 2002-04-12 | 1 | -1/+1 |
|
|
* | Got rid of ifdefs for long-obsolete GUSI versions. | Jack Jansen | 2002-04-11 | 1 | -15/+0 |
|
|
* | Use the PyModule_Add*() APIs instead of manipulating the module dict | Fred Drake | 2002-04-01 | 1 | -201/+217 |
|
|
* | Remove last occurrance of PyArg_GetInt. It is deprecated, | Neal Norwitz | 2002-03-25 | 1 | -1/+1 |
|
|
* | Due to interaction between the MSL C library and the GUSI I/O library I can g... | Jack Jansen | 2002-03-25 | 1 | -0/+5 |
|
|
* | OS/2 EMX port changes (Modules part of patch #450267): | Andrew MacIntyre | 2002-03-03 | 1 | -6/+11 |
|
|
* | Patch #520062: Support IPv6 with VC.NET. | Martin v. Löwis | 2002-03-01 | 1 | -0/+3 |
|
|
* | Moved the declaration of PySocketSock_Type from socketmodule.h to | Tim Peters | 2002-02-17 | 1 | -0/+5 |
|
|
* | Remove extraneous variable 'total', as reported by James Rucker. | Martin v. Löwis | 2002-02-16 | 1 | -2/+1 |
|
|
* | Also fix the comment. | Marc-André Lemburg | 2002-02-16 | 1 | -1/+1 |
|
|
* | Fix the name of the header file. | Marc-André Lemburg | 2002-02-16 | 1 | -1/+1 |
|
|
* | Break SSL support out of _socket module and place it into a new | Marc-André Lemburg | 2002-02-16 | 1 | -554/+93 |
|
|
* | Patch #477750: Use METH_ constants in Modules. | Martin v. Löwis | 2002-01-17 | 1 | -2/+2 |
|
|
* | Include <unistd.h> in Python.h. Fixes #500924. | Martin v. Löwis | 2002-01-12 | 1 | -4/+0 |
|
|
* | Add TCP socket options from glibc 2.2.4. Fixes #495680. | Martin v. Löwis | 2001-12-22 | 1 | -0/+31 |
|
|
* | Remove INET6 define. Use ENABLE_IPV6 instead. | Martin v. Löwis | 2001-12-02 | 1 | -11/+11 |
|
|
* | More sprintf -> PyOS_snprintf. | Tim Peters | 2001-11-28 | 1 | -1/+2 |
|
|
* | sprintf -> PyOS_snprintf in some "obviously safe" cases. | Tim Peters | 2001-11-28 | 1 | -4/+7 |
|
|
* | Fix docstring typo | Andrew M. Kuchling | 2001-11-28 | 1 | -1/+1 |
|
|
* | Test for negative buffer sizes. Fixes #482871. | Martin v. Löwis | 2001-11-19 | 1 | -0/+5 |
|
|
* | Fixes to compile cPickle.c & socketmodule.c on cygwin and possibly | Michael W. Hudson | 2001-11-09 | 1 | -3/+6 |
|
|
* | Fix memory leaks detecting in bug report #478003. | Martin v. Löwis | 2001-11-07 | 1 | -1/+5 |
|
|
* | SF patch 473749 compile under OS/2 VA C++, from Michael Muller. | Tim Peters | 2001-11-05 | 1 | -1/+4 |
|
|
* | Correct getnameinfo refcounting and tuple parsing. Fixes #476648. | Martin v. Löwis | 2001-11-02 | 1 | -6/+4 |
|
|
* | PySocketSock_connect_ex(): On Windows, return the correct Windows exit | Tim Peters | 2001-10-30 | 1 | -1/+6 |
|
|
* | Oops. In the tp_name field, the name should be "_socket.socket", not | Guido van Rossum | 2001-10-28 | 1 | -2/+2 |
|
|
* | Made SocketType and socket the same thing: a subclassable type whose | Guido van Rossum | 2001-10-27 | 1 | -119/+167 |
|
|
* | Add sendall() method, which loops until all data is written or an | Guido van Rossum | 2001-10-26 | 1 | -2/+44 |
|
|
* | After discussion with itojun, it was clarified that Tru64 is in error, | Martin v. Löwis | 2001-10-25 | 1 | -1/+3 |
|
|
* | SF patch #474590 -- RISC OS support | Guido van Rossum | 2001-10-24 | 1 | -15/+10 |
|
|
* | Fix typo. Thanks to Jack Jansen for spotting it. | Martin v. Löwis | 2001-10-24 | 1 | -1/+1 |
|
|
* | Include netdb.h to detect getaddrinfo. Work around problem with getaddrinfo | Martin v. Löwis | 2001-10-24 | 1 | -0/+6 |
|
|
* | (Hopefully) fix SF bug #472675: CVS socketmodule now doesn't compile | Guido van Rossum | 2001-10-19 | 1 | -1/+1 |
|
|
* | Expose three OpenSSL API calls for dealing with the PRNG. | Jeremy Hylton | 2001-10-18 | 1 | -0/+67 |
|
|
* | Fix a bunch of warnings reported by Skip. | Guido van Rossum | 2001-10-15 | 1 | -8/+8 |
|
|
* | Test for __sun instead of __sun__, since SUNWspro only defines the latter; | Martin v. Löwis | 2001-10-13 | 1 | -1/+1 |
|
|
* | PySocket_getaddrinfo(): fix two refcount bugs, both having to do with | Guido van Rossum | 2001-10-12 | 1 | -3/+6 |
|
|
* | Use PySocket_Err() instead of PyErr_SetFromErrno(). | Jeremy Hylton | 2001-10-11 | 1 | -3/+2 |
|
|
* | Commit parts of SF patch #462759 | Jeremy Hylton | 2001-10-11 | 1 | -68/+68 |
|
|
* | Convert socket methods to use METH_O and METH_NOARGS where possible. | Jeremy Hylton | 2001-10-11 | 1 | -50/+39 |
|
|
* | Add a bunch of SSL error constants | Jeremy Hylton | 2001-10-11 | 1 | -0/+12 |
|
|
* | Lots of code reorganization with a few small API changes. | Jeremy Hylton | 2001-10-10 | 1 | -45/+113 |
|
|
* | Do simple error checking before doing any SSL calls. | Jeremy Hylton | 2001-10-10 | 1 | -5/+5 |
|
|
* | USe PyObject_SetString() instead of PyObject_SetObject() in newSSLObject(). | Jeremy Hylton | 2001-10-10 | 1 | -14/+9 |
|
|
* | In newSSLObject(), initialize the various members of an SSLObject to NULL. | Jeremy Hylton | 2001-10-10 | 1 | -2/+8 |
|
|
* | A bit of reformatting to match the standard style | Jeremy Hylton | 2001-10-10 | 1 | -7/+7 |
|
|
* | Fix two memory leaks in socket.ssl(). | Jeremy Hylton | 2001-10-10 | 1 | -39/+29 |
|
|
* | SF bug [#456252] Python should never stomp on [u]intptr_t. | Tim Peters | 2001-08-29 | 1 | -1/+1 |
|
|
* | SSL_dealloc(): Apply the change suggested in SF bug #425370 which | Barry Warsaw | 2001-08-20 | 1 | -1/+1 |
|
|
* | It will always be a string, because it is created just before this call. | Jeremy Hylton | 2001-08-20 | 1 | -1/+1 |
|
|