1. 17 Şub, 2002 5 kayıt (commit)
    • Tim Peters's avatar
      SF bug #497839: reindent chokes on empty first lines. · 54e5b89d
      Tim Peters yazdı
      Reindenter.run():  copy over initial all-whitespace lines (if any, and
      after normalizing to remove trailing blanks and tabs).
      Bugfix candidate.
      54e5b89d
    • Andrew MacIntyre's avatar
      Create and populate OS/2 EMX port build directory: · 41d97d67
      Andrew MacIntyre yazdı
        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 yazdı
      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 yazdı
      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 yazdı
      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 Şub, 2002 10 kayıt (commit)
  3. 15 Şub, 2002 4 kayıt (commit)
  4. 14 Şub, 2002 5 kayıt (commit)
  5. 13 Şub, 2002 4 kayıt (commit)
  6. 12 Şub, 2002 5 kayıt (commit)
  7. 11 Şub, 2002 7 kayıt (commit)