COMMITS
/ Modules/_ssl.c 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
June 13, 2002
M
Patch #568124: Add doc string macros.
Martin v. Löwis committed
April 27, 2002
T
Repair widespread misuse of _PyString_Resize. Since it's clear people
Tim Peters committed
April 20, 2002
M
Forward port of patch # 500311: Work around for buggy https servers.
Martin v. Löwis committed
February 16, 2002
M
Break SSL support out of _socket module and place it into a new
Marc-André Lemburg committed