| Commit message (Expand) | Author | Age | Files | Lines |
* | Merged revisions 58095-58132,58136-58148,58151-58197 via svnmerge from | Thomas Wouters | 2007-09-19 | 1 | -175/+671 |
|
|
* | Merged revisions 57778-58052 via svnmerge from | Thomas Wouters | 2007-09-08 | 1 | -10/+15 |
|
|
* | Merge the trunk changes in. Breaks socket.ssl for now. | Thomas Wouters | 2007-08-28 | 1 | -159/+484 |
|
|
* | Return a boolean for status | Neal Norwitz | 2007-08-26 | 1 | -4/+4 |
|
|
* | Use unicode | Neal Norwitz | 2007-08-25 | 1 | -3/+3 |
|
|
* | Change read() on SSL socket to return bytes. | Jeremy Hylton | 2007-08-04 | 1 | -4/+7 |
|
|
* | Merged revisions 56467-56482 via svnmerge from | Martin v. Löwis | 2007-07-21 | 1 | -5/+4 |
|
|
* | Four months of trunk changes (including a few releases...) | Thomas Wouters | 2006-12-13 | 1 | -1/+1 |
|
|
* | Merged revisions 46753-51188 via svnmerge from | Thomas Wouters | 2006-08-11 | 1 | -1/+28 |
|
|
* | Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk. | Thomas Wouters | 2006-05-27 | 1 | -4/+2 |
|
|
* | Merge p3yk branch with the trunk up to revision 45595. This breaks a fair | Thomas Wouters | 2006-04-21 | 1 | -9/+15 |
|
|
* | Try to improve name based on discussion on python-checkins with Jim Jewett | Neal Norwitz | 2006-02-13 | 1 | -5/+5 |
|
|
* | Introduce Py_SOCKET_FD_CAN_BE_GE_FD_SETSIZE. | Martin v. Löwis | 2006-02-11 | 1 | -0/+2 |
|
|
* | Bug #876637, prevent stack corruption when socket descriptor | Neal Norwitz | 2006-02-07 | 1 | -0/+14 |
|
|
* | Fix indentation (whitespace only). | Neal Norwitz | 2006-02-07 | 1 | -3/+3 |
|
|
* | Check return result from Py_InitModule*(). This API can fail. | Neal Norwitz | 2006-01-19 | 1 | -0/+2 |
|
|
* | Add a missing decref -- PyErr_SetObject increfs the 'object'! | Michael W. Hudson | 2004-08-04 | 1 | -0/+1 |
|
|
* | [Patch #909007] Enable a bunch of safe bug workarounds in OpenSSL, for compat... | Andrew M. Kuchling | 2004-07-10 | 1 | -0/+1 |
|
|
* | [Patch #945642] Fix non-blocking SSL sockets, which blocked on reads/writes i... | Andrew M. Kuchling | 2004-07-10 | 1 | -26/+60 |
|
|
* | Make socket.sslerror a subclass of socket.error . | Brett Cannon | 2004-03-23 | 1 | -1/+3 |
|
|
* | Patch #803998: Correctly check for error in SSL_write. | Martin v. Löwis | 2003-10-27 | 1 | -2/+3 |
|
|
* | Fix a bunch of typos in documentation, docstrings and comments. | Walter Dörwald | 2003-10-20 | 1 | -1/+1 |
|
|
* | Fix SF #754870, SSL crash interpreter when remote side closes during connect | Neal Norwitz | 2003-06-30 | 1 | -1/+2 |
|
|
* | Patch #751916: Check for signals, fix some refcounting errors. | Martin v. Löwis | 2003-06-28 | 1 | -2/+13 |
|
|
* | Fix compiler warning | Neal Norwitz | 2003-02-02 | 1 | -0/+1 |
|
|
* | SF patch 676472 by Geoff Talvola, reviewed by Ben Laurie. | Guido van Rossum | 2003-01-31 | 1 | -13/+65 |
|
|
* | Support socket timeout in SSL, by Geoff Talvola. | Guido van Rossum | 2003-01-27 | 1 | -0/+51 |
|
|
* | Excise DL_EXPORT/DL_IMPORT from Modules/*. Required adding a prototype | Mark Hammond | 2002-08-02 | 1 | -1/+1 |
|
|
* | Patch #575827: allow threads inside SSL creation. | Martin v. Löwis | 2002-07-28 | 1 | -4/+19 |
|
|
* | staticforward bites the dust. | Jeremy Hylton | 2002-07-17 | 1 | -4/+4 |
|
|
* | Repair badly formatted code. | Jeremy Hylton | 2002-07-02 | 1 | -19/+17 |
|
|
* | Patch #568124: Add doc string macros. | Martin v. Löwis | 2002-06-13 | 1 | -14/+14 |
|
|
* | Repair widespread misuse of _PyString_Resize. Since it's clear people | Tim Peters | 2002-04-27 | 1 | -2/+2 |
|
|
* | Forward port of patch # 500311: Work around for buggy https servers. | Martin v. Löwis | 2002-04-20 | 1 | -24/+72 |
|
|
* | Break SSL support out of _socket module and place it into a new | Marc-André Lemburg | 2002-02-16 | 1 | -0/+461 |
|
|