COMMITS
/ Modules/_ssl.c February 28, 2009
B
#4967 fix buggy read()
Benjamin Peterson committed
February 2, 2009
M
Issue #1717: rename tp_compare to tp_reserved. I'll change the
Mark Dickinson committed
January 26, 2009
R
Fix signed/unsigned mismatch.
Raymond Hettinger committed
August 12, 2008
B
clean up ssl.py; expose unwrap and add test for it
Bill Janssen committed
August 7, 2008
M
Rename PyUnicode_AsString -> _PyUnicode_AsString and
Marc-André Lemburg committed
July 2, 2008
A
#3247 Get rid of Py_FindMethod; use tp_members instead.
Amaury Forgeot d'Arc committed
June 11, 2008
M
Implement PEP 3121: new module initialization and finalization API.
Martin v. Löwis committed
May 26, 2008
C
Renamed PyString to PyBytes
Christian Heimes committed
C
Renamed PyBytes to PyByteArray
Christian Heimes committed
March 28, 2008
C
Merged revisions 61964-61979 via svnmerge from
Christian Heimes committed
January 27, 2008
C
Merged revisions 60350-60363 via svnmerge from
Christian Heimes committed
December 19, 2007
C
#1629: Renamed Py_Size, Py_Type and Py_Refcnt to Py_SIZE, Py_TYPE and Py_REFCNT.
Christian Heimes committed
December 15, 2007
C
Merged revisions 59488-59511 via svnmerge from
Christian Heimes committed
December 14, 2007
B
update to fix leak in SSL code
Bill Janssen committed
December 6, 2007
G
Reverting revision 59394. We'll sort this out later.
Guido van Rossum committed
G
Fix the leaks in test_ssl. Issue 1469. Patch by Christian Heimes:
Guido van Rossum committed
December 2, 2007
C
Cleanup: Replaced most PyInt_ aliases with PyLong_ and disabled the aliases in intobject.h
Christian Heimes committed
November 21, 2007
G
Make read() and certificate() return bytes instead of bytearray instances.
Guido van Rossum committed
November 15, 2007
B
get SSL support to work again
Bill Janssen committed
September 19, 2007
T
Merged revisions 58095-58132,58136-58148,58151-58197 via svnmerge from
Thomas Wouters committed
September 8, 2007
T
Merged revisions 57778-58052 via svnmerge from
Thomas Wouters committed
August 28, 2007
T
Merge the trunk changes in. Breaks socket.ssl for now.
Thomas Wouters committed
August 26, 2007
N
Return a boolean for status
Neal Norwitz committed
August 25, 2007
N
Use unicode
Neal Norwitz committed
August 4, 2007
J
Change read() on SSL socket to return bytes.
Jeremy Hylton committed
July 21, 2007
M
Merged revisions 56467-56482 via svnmerge from
Martin v. Löwis committed
December 13, 2006
T
Four months of trunk changes (including a few releases...)
Thomas Wouters committed
August 11, 2006
T
Merged revisions 46753-51188 via svnmerge from
Thomas Wouters committed
May 27, 2006
T
Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk.
Thomas Wouters committed
April 21, 2006
T
Merge p3yk branch with the trunk up to revision 45595. This breaks a fair
Thomas Wouters committed
February 13, 2006
N
Try to improve name based on discussion on python-checkins with Jim Jewett
Neal Norwitz committed
February 11, 2006
M
Introduce Py_SOCKET_FD_CAN_BE_GE_FD_SETSIZE.
Martin v. Löwis committed
February 7, 2006
N
Bug #876637, prevent stack corruption when socket descriptor
Neal Norwitz committed
N
Fix indentation (whitespace only).
Neal Norwitz committed
January 19, 2006
N
Check return result from Py_InitModule*(). This API can fail.
Neal Norwitz committed
August 4, 2004
M
Add a missing decref -- PyErr_SetObject increfs the 'object'!
Michael W. Hudson committed
July 10, 2004
A
A
[Patch #945642] Fix non-blocking SSL sockets, which blocked on reads/writes in Python 2.3.
Andrew M. Kuchling committed
March 23, 2004
B
Make socket.sslerror a subclass of socket.error .
Brett Cannon committed
October 27, 2003
M
Patch #803998: Correctly check for error in SSL_write.
Martin v. Löwis committed
October 20, 2003
W
Fix a bunch of typos in documentation, docstrings and comments.
Walter Dörwald committed
June 30, 2003
N
Fix SF #754870, SSL crash interpreter when remote side closes during connect
Neal Norwitz committed
June 28, 2003
M
Patch #751916: Check for signals, fix some refcounting errors.
Martin v. Löwis committed
February 2, 2003
N
Fix compiler warning
Neal Norwitz committed
January 31, 2003
G
SF patch 676472 by Geoff Talvola, reviewed by Ben Laurie.
Guido van Rossum committed
January 27, 2003
G
Support socket timeout in SSL, by Geoff Talvola.
Guido van Rossum committed
August 2, 2002
M
Excise DL_EXPORT/DL_IMPORT from Modules/*. Required adding a prototype
Mark Hammond committed
July 28, 2002
M
Patch #575827: allow threads inside SSL creation.
Martin v. Löwis committed
July 17, 2002
J
staticforward bites the dust.
Jeremy Hylton committed
July 2, 2002
J
Repair badly formatted code.
Jeremy Hylton committed