1. 24 Nis, 2007 3 kayıt (commit)
  2. 23 Nis, 2007 1 kayıt (commit)
    • Barry Warsaw's avatar
      Recommit r54805: · 2f131d81
      Barry Warsaw yazdı
      Add code to read from master_fd in the parent, breaking when we get an OSError
      (EIO can occur on Linux) or there's no more data to read.  Without this,
      test_pty.py can hang on the waitpid() because the child is blocking on the
      stdout write.  This will definitely happen on Mac OS X and could potentially
      happen on other platforms.  See the comment for details.
      2f131d81
  3. 22 Nis, 2007 1 kayıt (commit)
  4. 21 Nis, 2007 9 kayıt (commit)
  5. 20 Nis, 2007 2 kayıt (commit)
  6. 18 Nis, 2007 3 kayıt (commit)
  7. 16 Nis, 2007 5 kayıt (commit)
  8. 13 Nis, 2007 3 kayıt (commit)
  9. 11 Nis, 2007 1 kayıt (commit)
  10. 05 Nis, 2007 3 kayıt (commit)
  11. 04 Nis, 2007 3 kayıt (commit)
  12. 03 Nis, 2007 3 kayıt (commit)
  13. 02 Nis, 2007 2 kayıt (commit)
  14. 01 Nis, 2007 1 kayıt (commit)
    • Neal Norwitz's avatar
      Backport 54644: · 93e93844
      Neal Norwitz yazdı
      SF #1685563, MSVCCompiler creates redundant and long PATH strings
      
      If MSVCCompiler.initialize() was called multiple times, the path
      would get duplicated.  On Windows, this is a problem because the
      path is limited to 4k.  There's no benefit in adding a path multiple
      times, so prevent that from occuring.  We also normalize the path
      before checking for duplicates so things like /a and /a/ won't both
      be stored.
      93e93844