1. 16 Feb, 2002 4 commits
    • Marc-André Lemburg's avatar
      Fix the name of the header file. · bb8b78b7
      Marc-André Lemburg authored
      bb8b78b7
    • Marc-André Lemburg's avatar
      Break SSL support out of _socket module and place it into a new · a5d2b4cb
      Marc-André Lemburg authored
      helper module _ssl.
      
      The support for the RAND_* APIs in _ssl is now only enabled
      for OpenSSL 0.9.5 and up since they were added in that
      release.
      
      Note that socketmodule.* should really be renamed to _socket.* --
      unfortunately, this seems to lose the CVS history of the file.
      
      Please review and test... I was only able to test the header file
      chaos in socketmodule.c/h on Linux. The test run through fine
      and compiles don't give errors or warnings.
      
      WARNING: This patch does *not* include changes to the various
      non-Unix build process files.
      a5d2b4cb
    • Tim Peters's avatar
      Whitespace normalization. · e4418609
      Tim Peters authored
      e4418609
    • Tim Peters's avatar
      SF bug #516372: test_thread: unhandled exc. in thread · 20882dd1
      Tim Peters authored
      Fix exit races in test_thread.py and test_threaded_import.py.
      I suspect the bug is provokable only under Linux (where child threads
      seem to get lots of cycles before they get killed after the main thread
      exits), or on multi-processor machines running other OSes.
      Bugfix candidate.
      20882dd1
  2. 15 Feb, 2002 4 commits
  3. 14 Feb, 2002 5 commits
  4. 13 Feb, 2002 4 commits
  5. 12 Feb, 2002 5 commits
  6. 11 Feb, 2002 18 commits