| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
|
|
* | Fix portability problems with glibc 2.0, as reported in #449157. | Martin v. Löwis | 2001-08-15 | 1 | -0/+4 |
|
|
* | Bump size of sprintf buffer. Suggested by Alex Coventry. | Martin v. Löwis | 2001-08-12 | 1 | -1/+1 |
|
|
* | Autotest for netpacket/packet.h, as it is not available on all Linux versions. | Martin v. Löwis | 2001-08-10 | 1 | -6/+6 |
|
|
* | Add more constants. Contributed by itojun. | Martin v. Löwis | 2001-08-04 | 1 | -1/+73 |
|
|
* | Auto-detect hstrerror. Raise socket.herror in PyH_Error. Register the three | Martin v. Löwis | 2001-08-04 | 1 | -2/+4 |
|
|
* | Do not use the system getaddrinfo on Mac OS X. Fixes bug #445928. | Martin v. Löwis | 2001-08-03 | 1 | -6/+16 |
|
|
* | Enable PyOS_snprintf() et al. during alpha phase of 2.2.0 and | Marc-André Lemburg | 2001-07-31 | 1 | -10/+2 |
|
|
* | Temporarily work around bug #445928: Force usage of getaddrinfo emulation | Martin v. Löwis | 2001-07-30 | 1 | -2/+6 |
|
|
* | Use HAVE_SNPRINTF, not HAVE_SPRINTF, for checking the availability of | Thomas Wouters | 2001-07-24 | 1 | -1/+1 |
|
|
* | Autocheck for snprintf, and use sprintf if it is not available. | Martin v. Löwis | 2001-07-24 | 1 | -3/+8 |
|
|
* | Before declaring h_errno, do not check for Win32 only. Instead, do check | Martin v. Löwis | 2001-07-23 | 1 | -1/+1 |
|
|
* | Instead of accessing ss_family, cast sockaddr_storage to sockaddr and access ... | Martin v. Löwis | 2001-07-23 | 1 | -1/+5 |
|
|
* | Patch #401196: IPv6 extensions to the socket module. | Martin v. Löwis | 2001-07-21 | 1 | -103/+546 |
|
|
* | Silence warnings in MSVC++: hide unused variables, add constness back to | Martin v. Löwis | 2001-07-21 | 1 | -5/+5 |
|
|
* | Clean up some warnings from the SGI compiler. | Fred Drake | 2001-07-19 | 1 | -3/+3 |
|
|
* | Port getaddrinfo to MSVC++. | Martin v. Löwis | 2001-07-19 | 1 | -12/+0 |
|
|
* | Remove const-ness in inet_pton declaration. | Martin v. Löwis | 2001-06-25 | 1 | -1/+1 |
|
|
* | Fix typos in inet_pton/inet_ntop. | Martin v. Löwis | 2001-06-24 | 1 | -2/+3 |
|
|
* | Provide a definition for offsetof. | Martin v. Löwis | 2001-06-24 | 1 | -0/+8 |
|
|
* | Emulate inet_{pton,ntop} on systems that don't provide it. | Martin v. Löwis | 2001-06-24 | 1 | -0/+41 |
|
|
* | Pure brute-force hackery to allow Python to build on Windows again, | Tim Peters | 2001-06-24 | 1 | -0/+12 |
|
|
* | Patch #401196: Configuration machinery for IPv6. | Martin v. Löwis | 2001-06-23 | 1 | -0/+10 |
|
|
* | Fix a minor style consistency issue. | Fred Drake | 2001-05-11 | 1 | -3/+3 |
|
|
* | Three uses of makesockaddr() used sockaddr buffers that had not be cleared; | Fred Drake | 2001-05-09 | 1 | -1/+4 |
|
|
* | Reverting Moshe's EGD patch *and* Martin's patch to make it work with | Guido van Rossum | 2001-04-16 | 1 | -34/+0 |
|
|
* | I am TENTATIVELY checking in Martin von Loewis's patch for the SSL | Guido van Rossum | 2001-04-13 | 1 | -0/+7 |
|
|
* | Committing patch 405101 | Moshe Zadka | 2001-03-18 | 1 | -0/+27 |
|
|
* | RISCOS changes by dschwertberger. | Guido van Rossum | 2001-03-02 | 1 | -106/+177 |
|
|
* | Remove the optional integer argument to SSL_write; now it will always send | Andrew M. Kuchling | 2001-02-07 | 1 | -5/+2 |
|
|
* | Patch #103636: Allow writing strings containing null bytes to an SSL socket | Andrew M. Kuchling | 2001-02-06 | 1 | -1/+1 |
|
|
* | fix a couple last-minute bugs in the raw socket support | Jeremy Hylton | 2001-02-02 | 1 | -24/+24 |
|
|
* | SF patch 101137 from Grant Edwards | Jeremy Hylton | 2001-02-02 | 1 | -3/+93 |
|
|
* | An ssl-wrapped socket now returns '' on EOF, just like a regular | Jeremy Hylton | 2001-02-01 | 1 | -7/+4 |
|
|
* | SF Patch #103185, by jlt63: Some more standard modules cleanup for Cygwin | Guido van Rossum | 2001-01-22 | 1 | -1/+4 |
|
|
* | Use openssl/*.h to include the OpenSSL header files | Andrew M. Kuchling | 2001-01-18 | 1 | -6/+6 |
|
|
* | Adapted from a patch by Barry Scott, SF patch #102875 and SF bug | Guido van Rossum | 2000-12-18 | 1 | -3/+4 |
|
|
* | Patch by Michael Hudson to clarify the error message from | Guido van Rossum | 2000-12-01 | 1 | -1/+7 |
|
|
* | Norman Vine <nhv@users.sourceforge.net>: | Fred Drake | 2000-10-06 | 1 | -1/+1 |
|
|
* | Remove a lot of the confusing conditional compilation from the beginning | Fred Drake | 2000-08-16 | 1 | -47/+4 |
|
|
* | Remobe beopen/cnri/cwi copyrights, according to CNRI instructions. | Guido van Rossum | 2000-08-03 | 1 | -10/+0 |
|
|
* | Use METH_VARARGS instead of numeric constant 1 in method def. tables | Andrew M. Kuchling | 2000-08-03 | 1 | -35/+50 |
|
|
* | merge Include/my*.h into Include/pyport.h | Peter Schneider-Kamp | 2000-07-31 | 1 | -1/+0 |
|
|
* | Use 'void' directly instead of the ANY #define, now that all code is ANSI C. | Thomas Wouters | 2000-07-25 | 1 | -4/+4 |
|
|
* | Remove unused variable and what looks like an ancient relic of an old | Thomas Wouters | 2000-07-24 | 1 | -7/+0 |
|
|
* | Create a new section of pyport.h to hold all external function declarations | Thomas Wouters | 2000-07-24 | 1 | -11/+2 |
|
|
* | Patch #100926 - Better error messages for socket exceptions on Windows. [Sli... | Mark Hammond | 2000-07-24 | 1 | -2/+78 |
|
|
* | Even more ANSIfication: fix as many function pointers and declarations as | Thomas Wouters | 2000-07-22 | 1 | -1/+1 |
|
|