1. 17 Aug, 2000 22 commits
  2. 16 Aug, 2000 15 commits
  3. 15 Aug, 2000 3 commits
    • Mark Hammond's avatar
      From Rene Liebscher: · c756bdb6
      Mark Hammond authored
      This patch makes it possible to use gnu-win32 and lcc-win32
      (http://www.cs.virginia.edu/~lcc-win32/) compilers to build
      extension modules. It adds compiler specific sections to
      PC/config.h .
      It also extends the Borland compiler section. This has then two parts,
      one for Win32 and the other one for the rest. The Win32 part
      should be almost complete.
      
      *** This patch is not intended to make it possible to compile
           Python with these compilers, it is intended to be able to
           use these compilers to build extension modules. ****
      c756bdb6
    • Thomas Wouters's avatar
      Apply SF patch #101151, by Peter S-K, which fixes smtplib's passing of the · caa658d0
      Thomas Wouters authored
      'helo' and 'ehlo' message, and exports the 'make_fqdn' function. This
      function should be moved to socket.py, if that module ever gets a Python
      wrapper.
      caa658d0
    • Fred Drake's avatar
      Chris Herborth <chrish@pobox.com>: · 56221a7c
      Fred Drake authored
      Minor updates for BeOS R5.
      
      Use of OSError in test.test_fork1 changed to TestSkipped, with corresponding
      change in BeOS/README (by Fred).
      
      This closes SourceForge patch #100978.
      56221a7c