1. c1ef2fa Merged revisions 83680,83685 via svnmerge from by Mark Dickinson · 15 years ago
  2. b4f0e64 Merged revisions 82210 via svnmerge from by Antoine Pitrou · 15 years ago
  3. b6e3e3a Merged revisions 81241 via svnmerge from by Antoine Pitrou · 15 years ago
  4. 96125cf Merged revisions 81115 via svnmerge from by Antoine Pitrou · 15 years ago
  5. 7fd622a Merged revisions 80789 via svnmerge from by Antoine Pitrou · 15 years ago
  6. bcc17e7 Merged revisions 80540 via svnmerge from by Antoine Pitrou · 15 years ago
  7. c689d96 Merged revisions 80451-80452 via svnmerge from by Antoine Pitrou · 15 years ago
  8. 0707216 Merged revisions 80392 via svnmerge from by Antoine Pitrou · 15 years ago
  9. 878602a Merged revisions 80314-80315 via svnmerge from by Antoine Pitrou · 15 years ago
  10. 206685b Merged revisions 79910 via svnmerge from by Antoine Pitrou · 15 years ago
  11. cfd6200 Merged revisions 79448 via svnmerge from by Antoine Pitrou · 15 years ago
  12. 3c67d6a Reverting r78597. This is not a critical fix and we're in rc mode. by Barry Warsaw · 15 years ago
  13. 8898b24 Merged revisions 78596 via svnmerge from by Victor Stinner · 15 years ago
  14. 8fb67e0 Fix signed/unsigned mismatch. by Raymond Hettinger · 17 years ago
  15. 934b16d various SSL fixes; issues 1251, 3162, 3212 by Bill Janssen · 17 years ago
  16. dd96db6 This reverts r63675 based on the discussion in this thread: by Gregory P. Smith · 17 years ago
  17. 593daf5 Renamed PyString to PyBytes by Christian Heimes · 17 years ago
  18. 5802bb2 Fix compiler warnings by Neal Norwitz · 17 years ago
  19. e9057ff Initialize variable to prevent warning on some platform/config. by Neal Norwitz · 18 years ago
  20. e93237d #1629: Renamed Py_Size, Py_Type and Py_Refcnt to Py_SIZE, Py_TYPE and Py_REFCNT. Macros for b/w compatibility are available. by Christian Heimes · 18 years ago
  21. a63f268 Fixed warning in ssl module by Christian Heimes · 18 years ago
  22. 296a59d Add support for asyncore server-side SSL support. This requires by Bill Janssen · 18 years ago
  23. 98d19da More work on SSL support. by Bill Janssen · 18 years ago
  24. ffe576d SSL certificate distinguished names should be represented by tuples by Bill Janssen · 18 years ago
  25. 780b80d > Some of the code sets the error string in this directly before by Guido van Rossum · 18 years ago
  26. dc98811 Fix a few more variables to try to get this to compile with Visual Studio. by Neal Norwitz · 18 years ago
  27. 049da9e Try to get this to build with Visual Studio by moving all the variable by Neal Norwitz · 18 years ago
  28. 4f2c3dd Server-side SSL and certificate validation, by Bill Janssen. by Guido van Rossum · 18 years ago
  29. 6819210 PEP 3123: Provide forward compatibility with Python 3.0, while keeping by Martin v. Löwis · 18 years ago
  30. a811c38 Fix various minor errors in passing arguments to PyArg_ParseTuple. by Martin v. Löwis · 19 years ago
  31. 93ab5fa #1494314: Fix a regression with high-numbered sockets in 2.4.3. This by Anthony Baxter · 19 years ago
  32. 38e3b7d Don't mask a no memory error with a less meaningful one as discussed on python-checkins by Neal Norwitz · 19 years ago
  33. c6a989a Fix problems found by Coverity. by Neal Norwitz · 19 years ago
  34. c859b5c Remove unused field by Neal Norwitz · 19 years ago
  35. 43f08a8 Patch #1380952: fix SSL objects timing out on consecutive read()s by Georg Brandl · 19 years ago
  36. 389cea8 Try to improve name based on discussion on python-checkins with Jim Jewett by Neal Norwitz · 20 years ago
  37. f84d1b9 Introduce Py_SOCKET_FD_CAN_BE_GE_FD_SETSIZE. Proposed by Tim Peters. by Martin v. Löwis · 20 years ago
  38. 082b2df Bug #876637, prevent stack corruption when socket descriptor by Neal Norwitz · 20 years ago
  39. 19cbcad Fix indentation (whitespace only). by Neal Norwitz · 20 years ago
  40. 1ac754f Check return result from Py_InitModule*(). This API can fail. by Neal Norwitz · 20 years ago
  41. 5910d81 Add a missing decref -- PyErr_SetObject increfs the 'object'! by Michael W. Hudson · 21 years ago
  42. 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 · 21 years ago
  43. 9c3efe3 [Patch #945642] Fix non-blocking SSL sockets, which blocked on reads/writes in Python 2.3. by Andrew M. Kuchling · 21 years ago
  44. 06c3479 Make socket.sslerror a subclass of socket.error . by Brett Cannon · 21 years ago
  45. 405a795 Patch #803998: Correctly check for error in SSL_write. by Martin v. Löwis · 22 years ago
  46. f0dfc7a Fix a bunch of typos in documentation, docstrings and comments. by Walter Dörwald · 22 years ago
  47. a9002f8 Fix SF #754870, SSL crash interpreter when remote side closes during connect by Neal Norwitz · 22 years ago
  48. afec8e3 Patch #751916: Check for signals, fix some refcounting errors. by Martin v. Löwis · 22 years ago
  49. 529baf2 Fix compiler warning by Neal Norwitz · 23 years ago
  50. 4f707ac SF patch 676472 by Geoff Talvola, reviewed by Ben Laurie. by Guido van Rossum · 23 years ago
  51. 99d4abf Support socket timeout in SSL, by Geoff Talvola. by Guido van Rossum · 23 years ago
  52. fe51c6d Excise DL_EXPORT/DL_IMPORT from Modules/*. Required adding a prototype by Mark Hammond · 23 years ago
  53. 09c35f7 Patch #575827: allow threads inside SSL creation. by Martin v. Löwis · 23 years ago
  54. 938ace6 staticforward bites the dust. by Jeremy Hylton · 23 years ago
  55. 4e54730 Repair badly formatted code. by Jeremy Hylton · 23 years ago
  56. 14f8b4c Patch #568124: Add doc string macros. by Martin v. Löwis · 23 years ago
  57. 5de9842 Repair widespread misuse of _PyString_Resize. Since it's clear people by Tim Peters · 23 years ago
  58. 6af3e2d Forward port of patch # 500311: Work around for buggy https servers. by Martin v. Löwis · 23 years ago
  59. a5d2b4c Break SSL support out of _socket module and place it into a new by Marc-André Lemburg · 23 years ago