1. 1b7f891 Merged revisions 58095-58132,58136-58148,58151-58197 via svnmerge from by Thomas Wouters · 17 years ago
  2. 89d996e Merged revisions 57778-58052 via svnmerge from by Thomas Wouters · 17 years ago
  3. ed03b41 Merge the trunk changes in. Breaks socket.ssl for now. by Thomas Wouters · 17 years ago
  4. 1ccfa90 Return a boolean for status by Neal Norwitz · 17 years ago
  5. ae2c876 Use unicode by Neal Norwitz · 17 years ago
  6. 6252083 Change read() on SSL socket to return bytes. by Jeremy Hylton · 17 years ago
  7. 9f2e346 Merged revisions 56467-56482 via svnmerge from by Martin v. Löwis · 17 years ago
  8. 89f507f Four months of trunk changes (including a few releases...) by Thomas Wouters · 18 years ago
  9. 0e3f591 Merged revisions 46753-51188 via svnmerge from by Thomas Wouters · 18 years ago
  10. 477c8d5 Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk. by Thomas Wouters · 18 years ago
  11. 49fd7fa Merge p3yk branch with the trunk up to revision 45595. This breaks a fair by Thomas Wouters · 19 years ago
  12. 389cea8 Try to improve name based on discussion on python-checkins with Jim Jewett by Neal Norwitz · 19 years ago
  13. f84d1b9 Introduce Py_SOCKET_FD_CAN_BE_GE_FD_SETSIZE. Proposed by Tim Peters. by Martin v. Löwis · 19 years ago
  14. 082b2df Bug #876637, prevent stack corruption when socket descriptor by Neal Norwitz · 19 years ago
  15. 19cbcad Fix indentation (whitespace only). by Neal Norwitz · 19 years ago
  16. 1ac754f Check return result from Py_InitModule*(). This API can fail. by Neal Norwitz · 19 years ago
  17. 5910d81 Add a missing decref -- PyErr_SetObject increfs the 'object'! by Michael W. Hudson · 20 years ago
  18. 27d3dda [Patch #909007] Enable a bunch of safe bug workarounds in OpenSSL, for compatibility with various broken SSL implementations out there. by Andrew M. Kuchling · 20 years ago
  19. 9c3efe3 [Patch #945642] Fix non-blocking SSL sockets, which blocked on reads/writes in Python 2.3. by Andrew M. Kuchling · 20 years ago
  20. 06c3479 Make socket.sslerror a subclass of socket.error . by Brett Cannon · 21 years ago
  21. 405a795 Patch #803998: Correctly check for error in SSL_write. by Martin v. Löwis · 21 years ago
  22. f0dfc7a Fix a bunch of typos in documentation, docstrings and comments. by Walter Dörwald · 21 years ago
  23. a9002f8 Fix SF #754870, SSL crash interpreter when remote side closes during connect by Neal Norwitz · 21 years ago
  24. afec8e3 Patch #751916: Check for signals, fix some refcounting errors. by Martin v. Löwis · 21 years ago
  25. 529baf2 Fix compiler warning by Neal Norwitz · 22 years ago
  26. 4f707ac SF patch 676472 by Geoff Talvola, reviewed by Ben Laurie. by Guido van Rossum · 22 years ago
  27. 99d4abf Support socket timeout in SSL, by Geoff Talvola. by Guido van Rossum · 22 years ago
  28. fe51c6d Excise DL_EXPORT/DL_IMPORT from Modules/*. Required adding a prototype by Mark Hammond · 22 years ago
  29. 09c35f7 Patch #575827: allow threads inside SSL creation. by Martin v. Löwis · 22 years ago
  30. 938ace6 staticforward bites the dust. by Jeremy Hylton · 22 years ago
  31. 4e54730 Repair badly formatted code. by Jeremy Hylton · 22 years ago
  32. 14f8b4c Patch #568124: Add doc string macros. by Martin v. Löwis · 22 years ago
  33. 5de9842 Repair widespread misuse of _PyString_Resize. Since it's clear people by Tim Peters · 23 years ago
  34. 6af3e2d Forward port of patch # 500311: Work around for buggy https servers. by Martin v. Löwis · 23 years ago
  35. a5d2b4c Break SSL support out of _socket module and place it into a new by Marc-André Lemburg · 23 years ago