1. 17 Feb, 2002 4 commits
    • Andrew MacIntyre's avatar
      Create and populate OS/2 EMX port build directory: · 41d97d67
      Andrew MacIntyre authored
        PC/os2emx/
          Makefile
          README.os2emx
          config.c
          dlfcn.c            // libdl emulation code for loadable extensions
          dlfcn.h
          dllentry.c         // DLL initialisation routine for Python DLL
          getpath.c
          pyconfig.h
          python23.def       // Python DLL symbol export definitions
          pythonpm.c         // console-less PM interpreter wrapper
      41d97d67
    • Tim Peters's avatar
      Repair so that importing socket doesn't blow up on platforms that lack · 18e6778b
      Tim Peters authored
      SSL support.  test_socket.py passes again on Windows.
      
      Added an XXX about adding _ssl exports to the __all__ list (it doesn't
      appear to be doing anything about that now, but since I don't have SSL
      on this box I can't really tell).
      18e6778b
    • Tim Peters's avatar
      Moved the declaration of PySocketSock_Type from socketmodule.h to · 643a7fc6
      Tim Peters authored
      socketmodule.c.  No code outside of the .c file references it, so it
      doesn't belong the .h file (at least not yet ...), and declaring it
      an imported symbol in the .h file can't be made to work on Windows (it's
      a cross-DLL symbol then) without substantial code rewriting.  Also
      repaired the comment that goes along with the decl, to stop referring
      to names and functions that haven't existed for 7 years <wink>.
      
      socketmodule.c compiles cleanly on Windows again.  The test_socket dies
      at once, though (later).
      643a7fc6
    • Tim Peters's avatar
      For readability, switch to tab indents; was using a mix of tab indents, · 6f5505aa
      Tim Peters authored
      4-space indents, and ambiguous space+tab indents.  Added an XXX comment
      about a confusing part.  Still doesn't build on Windows.
      6f5505aa
  2. 16 Feb, 2002 10 commits
  3. 15 Feb, 2002 4 commits
  4. 14 Feb, 2002 5 commits
  5. 13 Feb, 2002 4 commits
  6. 12 Feb, 2002 5 commits
  7. 11 Feb, 2002 8 commits