1. 20 Oct, 2018 4 commits
  2. 19 Oct, 2018 21 commits
  3. 18 Oct, 2018 6 commits
  4. 17 Oct, 2018 4 commits
  5. 16 Oct, 2018 4 commits
  6. 15 Oct, 2018 1 commit
    • Victor Stinner's avatar
      bpo-34783: Fix test_nonexisting_script() (GH-9896) · ea75187c
      Victor Stinner authored
      Fix test_cmd_line_script.test_nonexisting_script(): the test must not
      rely on sys.executable, since main.c uses config->program which can
      be different than sys.executable in many cases (for example, on macOS
      when using the framework).
      ea75187c