Skip to content
Snippets Groups Projects
  1. Nov 12, 2018
  2. Nov 28, 2018
  3. Nov 12, 2018
  4. Nov 11, 2018
  5. Dec 10, 2018
  6. Nov 04, 2018
  7. Oct 31, 2018
  8. Dec 10, 2018
    • Matt Harbison's avatar
      py3: stop subscripting socket.error · 34835265
      Matt Harbison authored
      In 3.3 and later, this is now an alias for OSError.  I hacked up the server code
      enough that I was able to trigger the exception handler in server.py from
      test-http-bundle1.t.  Other instances of this either subscript through the
      `args` member, or reference the errno or strerror attributes.
      
      Note that on Windows, the errno value seems to reflect the Winsock error, so the
      various tests for EPIPE seem like they would always fail.  But that seems to be
      the case in py2 as well.
      34835265
  9. Dec 09, 2018
  10. Dec 10, 2018
    • Matt Harbison's avatar
      py3: quote several instances of $PYTHON for Windows · 07e181ed
      Matt Harbison authored
      Python3 lives in Program Files by default.  The last remaining unquoted instance
      is in test-hghave.t.  I can't figure out how to quote that, as it either
      complains:
      
          'c:\\Program' is not recognized as an internal or external command,
          operable program or batch file.
      
      or
      
          $TESTTMP.sh: line 22: "C:/Program Files/Python37/python.exe": $ENOENT$
      07e181ed
Loading