1. 03 May, 2017 7 commits
  2. 02 May, 2017 11 commits
  3. 01 May, 2017 3 commits
  4. 29 Apr, 2017 2 commits
  5. 28 Apr, 2017 4 commits
  6. 27 Apr, 2017 5 commits
  7. 26 Apr, 2017 7 commits
  8. 25 Apr, 2017 1 commit
    • Victor Stinner's avatar
      bpo-30107: Make SuppressCrashReport quiet on macOS (#1279) · d819ad98
      Victor Stinner authored
      On macOS, SuppressCrashReport now redirects /usr/bin/defaults command
      stderr into a pipe to not pollute stderr. It fixes a
      test_io.test_daemon_threads_shutdown_stderr_deadlock() failure when
      the CrashReporter domain doesn't exists. Message logged into stderr:
      
      2017-04-24 16:57:21.432 defaults[41046:2462851]
      The domain/default pair of (com.apple.CrashReporter, DialogType) does not exist
      d819ad98