1. 27 May, 2000 2 commits
    • Greg Ward's avatar
      Support for the "install_headers" command: · cae5a1f4
      Greg Ward authored
        * 'headers' entry added to all the install schemes
        * '--install-headers' option added
        * 'install_headers' added to 'sub_commands'
        * added 'dist_name' to configuration variables (along with a few
          others that seem handy: 'dist_version', 'dist_fullname', and
          'py_version'
        * in 'finalize_unix()', make sure 'install_headers' defined if
          user specified 'install_base' and/or 'install_platbase'
        * added 'has_headers()'
        * a few other small changes
      cae5a1f4
    • Greg Ward's avatar
  2. 26 May, 2000 16 commits
  3. 25 May, 2000 17 commits
  4. 24 May, 2000 2 commits
    • Guido van Rossum's avatar
      Remove unused "import curses". · 51060be2
      Guido van Rossum authored
      51060be2
    • Guido van Rossum's avatar
      Fix a problem reported by Oleg Broytmann, who complains that very · c580dae6
      Guido van Rossum authored
      often, ftp URLs hang in the final close.  Further analysis suggests
      that this is because the close hook in addclosehook() calls the hook
      before acually closing the connection.  The hook, in this case, waits
      for the '226 Transfer complete' status from the server on the command
      socket.  However, more and more ftp servers only send this status when
      the data socket has actually been closed -- causing a deadlock.
      
      The fix is simple: in addclosehook.close(), call addbase.close()
      *before* calling the closehook.
      c580dae6
  5. 23 May, 2000 3 commits