| Commit message (Expand) | Author | Age | Files | Lines |
* | Issue #1717: rename tp_compare to tp_reserved. I'll change the | Mark Dickinson | 2009-02-02 | 1 | -1/+1 |
|
|
* | Fix signed/unsigned mismatch. | Raymond Hettinger | 2009-01-26 | 1 | -1/+1 |
|
|
* | clean up ssl.py; expose unwrap and add test for it | Bill Janssen | 2008-08-12 | 1 | -0/+40 |
|
|
* | Rename PyUnicode_AsString -> _PyUnicode_AsString and | Marc-André Lemburg | 2008-08-07 | 1 | -1/+1 |
|
|
* | #3247 Get rid of Py_FindMethod; use tp_members instead. | Amaury Forgeot d'Arc | 2008-07-02 | 1 | -7/+17 |
|
|
* | Implement PEP 3121: new module initialization and finalization API. | Martin v. Löwis | 2008-06-11 | 1 | -8/+22 |
|
|
* | Renamed PyString to PyBytes | Christian Heimes | 2008-05-26 | 1 | -4/+4 |
|
|
* | Renamed PyBytes to PyByteArray | Christian Heimes | 2008-05-26 | 1 | -6/+6 |
|
|
* | Merged revisions 61964-61979 via svnmerge from | Christian Heimes | 2008-03-28 | 1 | -2/+2 |
|
|
* | Merged revisions 60350-60363 via svnmerge from | Christian Heimes | 2008-01-27 | 1 | -1/+1 |
|
|
* | #1629: Renamed Py_Size, Py_Type and Py_Refcnt to Py_SIZE, Py_TYPE and Py_REFCNT. | Christian Heimes | 2007-12-19 | 1 | -3/+3 |
|
|
* | Merged revisions 59488-59511 via svnmerge from | Christian Heimes | 2007-12-15 | 1 | -1/+1 |
|
|
* | update to fix leak in SSL code | Bill Janssen | 2007-12-14 | 1 | -16/+41 |
|
|
* | Reverting revision 59394. We'll sort this out later. | Guido van Rossum | 2007-12-06 | 1 | -59/+12 |
|
|
* | Fix the leaks in test_ssl. Issue 1469. Patch by Christian Heimes: | Guido van Rossum | 2007-12-06 | 1 | -12/+59 |
|
|
* | Cleanup: Replaced most PyInt_ aliases with PyLong_ and disabled the aliases i... | Christian Heimes | 2007-12-02 | 1 | -9/+9 |
|
|
* | Make read() and certificate() return bytes instead of bytearray instances. | Guido van Rossum | 2007-11-21 | 1 | -31/+23 |
|
|
* | get SSL support to work again | Bill Janssen | 2007-11-15 | 1 | -130/+198 |
|
|
* | 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 |
|
|